Lines Matching refs:dstW
41 const int16_t **src, uint8_t *dest, int dstW,
46 for ( i = 0; i < dstW; i++) {
65 int dstW;
75 int dstW, const uint8_t *dither, int offset);
97 dstW = input_sizes[isi];
109 if (check_func(ctx->yuv2planeX, "yuv2yuvX_%d_%d_%d", filter_sizes[fsi], osi, dstW)){
117 ref_function(&filter_coeff[0], filter_sizes[fsi], src, dst0, dstW - osi, dither, osi);
120 call_new((const int16_t*)vFilterData, filter_sizes[fsi], src, dst1, dstW - osi, dither, osi);
123 if(dstW == LARGEST_INPUT_SIZE)
124 bench_new((const int16_t*)vFilterData, filter_sizes[fsi], src, dst1, dstW - osi, dither, osi);
171 declare_func_emms(AV_CPU_FLAG_MMX, void, void *c, void *dst, int dstW,
222 ctx->dstW = ctx->chrDstW = input_sizes[dstWi];
228 if (check_func(ctx->hcScale, "hscale_%d_to_%d__fs_%d_dstW_%d", ctx->srcBpc, ctx->dstBpc + 1, width, ctx->dstW)) {
232 call_ref(NULL, dst0, ctx->dstW, src, filter, filterPos, width);
233 call_new(NULL, dst1, ctx->dstW, src, filterAvx2, filterPosAvx, width);
234 if (memcmp(dst0, dst1, ctx->dstW * sizeof(dst0[0])))
236 bench_new(NULL, dst0, ctx->dstW, src, filter, filterPosAvx, width);