Displaying 1 result from an estimated 1 matches for "halfpixelerror".
2004 Sep 15
1
Theora mcomp tuning...
...BlockPtr=NULL;
+ const unsigned char *SrcPtr[4] = {NULL,NULL,NULL,NULL};
+ const unsigned char *RefPtr=NULL;
+ const unsigned char *CandidateBlockPtr=NULL;
+ const unsigned char *BestBlockPtr=NULL;
ogg_uint32_t RefRow2Offset = cpi->pb.YStride * 8;
@@ -493,8 +499,8 @@
ogg_int32_t HalfPixelError;
ogg_int32_t BestHalfPixelError;
unsigned char BestHalfOffset;
- unsigned char * RefDataPtr1;
- unsigned char * RefDataPtr2;
+ const unsigned char * RefDataPtr1;
+ const unsigned char * RefDataPtr2;
/* Note which of the four blocks in the macro block are to be
included in t...