Lines Matching refs:srcW
41 int srcW = desc->src->width; in lum_h_scale() local
54 c->hyscale_fast(c, (int16_t*)dst[dst_pos], dstW, src[src_pos], srcW, xInc); in lum_h_scale()
75 c->hyscale_fast(c, (int16_t*)dst[dst_pos], dstW, src[src_pos], srcW, xInc); in lum_h_scale()
88 int srcW = desc->src->width; in lum_convert() local
108 c->lumToYV12(dst, src[0], src[1], src[2], srcW, pal); in lum_convert()
110 c->readLumPlanar(dst, src, srcW, c->input_rgb2yuv_table); in lum_convert()
117 c->alpToYV12(dst, src[3], src[1], src[2], srcW, pal); in lum_convert()
119 c->readAlpPlanar(dst, src, srcW, NULL); in lum_convert()
169 int srcW = AV_CEIL_RSHIFT(desc->src->width, desc->src->h_chr_sub_sample); in chr_h_scale() local
187 …t1[dst_pos1+i], (uint16_t*)dst2[dst_pos2+i], dstW, src1[src_pos1+i], src2[src_pos2+i], srcW, xInc); in chr_h_scale()
204 int srcW = AV_CEIL_RSHIFT(desc->src->width, desc->src->h_chr_sub_sample); in chr_convert() local
227 c->chrToYV12(dst1, dst2, src[0], src[1], src[2], srcW, pal); in chr_convert()
229 c->readChrPlanar(dst1, dst2, src, srcW, c->input_rgb2yuv_table); in chr_convert()