[xiph-commits] r17564 - trunk/theora/lib/c64x
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Mon Oct 25 14:11:10 PDT 2010
Author: tterribe
Date: 2010-10-25 14:11:10 -0700 (Mon, 25 Oct 2010)
New Revision: 17564
Modified:
trunk/theora/lib/c64x/c64xfrag.c
Log:
Add c64x changes for r17563, as they were accidentally omitted.
Modified: trunk/theora/lib/c64x/c64xfrag.c
===================================================================
--- trunk/theora/lib/c64x/c64xfrag.c 2010-10-25 17:40:54 UTC (rev 17563)
+++ trunk/theora/lib/c64x/c64xfrag.c 2010-10-25 21:11:10 UTC (rev 17564)
@@ -190,12 +190,12 @@
frag_buf_off=_state->frag_buf_offs[_fragi];
refi=_state->frags[_fragi].refi;
ystride=_state->ref_ystride[_pli];
- dst=_state->ref_frame_data[_state->ref_frame_idx[OC_FRAME_SELF]]+frag_buf_off;
+ dst=_state->ref_frame_data[OC_FRAME_SELF]+frag_buf_off;
if(refi==OC_FRAME_SELF)oc_frag_recon_intra_c64x(dst,ystride,_dct_coeffs+64);
else{
const unsigned char *ref;
int mvoffsets[2];
- ref=_state->ref_frame_data[_state->ref_frame_idx[refi]]+frag_buf_off;
+ ref=_state->ref_frame_data[refi]+frag_buf_off;
if(oc_state_get_mv_offsets(_state,mvoffsets,_pli,
_state->frag_mvs[_fragi])>1){
oc_frag_recon_inter2_c64x(dst,ref+mvoffsets[0],ref+mvoffsets[1],
More information about the commits
mailing list