Lines Matching defs:width
3078 static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
3306 static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
3331 //const int mbWidth= isColor ? (width+7)>>3 : (width+15)>>4;
3374 if(c.frameNum == 1) yHistogram[0]= width*(uint64_t)height/64*15/256;
3428 for(x=0; x<width; x+=BLOCK_SIZE){
3450 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
3457 if(width==FFABS(dstStride))
3462 memcpy(dst + i*dstStride, tempDst + (9+i)*dstStride, width);
3505 for(x=0; x<width; ){
3507 int endx = FFMIN(width, x+32);
3553 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
3689 if(width==FFABS(dstStride))
3694 memcpy(dstBlock + i*dstStride, tempDst + (i+1)*dstStride, width);