comparison libpostproc/postprocess_template.c @ 2031:4225c131a2eb libavcodec

warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 25 May 2004 18:07:25 +0000
parents ea5200a9f730
children 6a6c678517b3
comparison
equal deleted inserted replaced
2030:f796043935f3 2031:4225c131a2eb
2787 2787
2788 //FIXME remove 2788 //FIXME remove
2789 uint64_t * const yHistogram= c.yHistogram; 2789 uint64_t * const yHistogram= c.yHistogram;
2790 uint8_t * const tempSrc= c.tempSrc; 2790 uint8_t * const tempSrc= c.tempSrc;
2791 uint8_t * const tempDst= c.tempDst; 2791 uint8_t * const tempDst= c.tempDst;
2792 const int mbWidth= isColor ? (width+7)>>3 : (width+15)>>4; 2792 //const int mbWidth= isColor ? (width+7)>>3 : (width+15)>>4;
2793 2793
2794 #ifdef HAVE_MMX 2794 #ifdef HAVE_MMX
2795 for(i=0; i<57; i++){ 2795 for(i=0; i<57; i++){
2796 int offset= ((i*c.ppMode.baseDcDiff)>>8) + 1; 2796 int offset= ((i*c.ppMode.baseDcDiff)>>8) + 1;
2797 int threshold= offset*2 + 1; 2797 int threshold= offset*2 + 1;