search for: candidateblockptr

Displaying 2 results from an estimated 2 matches for "candidateblockptr".

2004 Sep 15
1
Theora mcomp tuning...
...ogg_uint32_t PixelsPerLine, ogg_int32_t *MVPixelOffset, @@ -480,10 +486,10 @@ ogg_int32_t step; ogg_int32_t SearchSite=0; - unsigned char *SrcPtr[4] = {NULL,NULL,NULL,NULL}; - unsigned char *RefPtr=NULL; - unsigned char *CandidateBlockPtr=NULL; - unsigned char *BestBlockPtr=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,...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin