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