Lines Matching defs:scaler
384 // NOTE: the +3 is for the MMX(+1) / SSE(+3) scaler which reads over the end
715 // Note the +1 is for the MMX scaler which reads over the end
744 (*filterPos)[dstW + 2] = (*filterPos)[dstW - 1]; /* the MMX/SSE scaler will
1377 /* provide a default scaler if not set by caller */
1388 "Exactly one scaler algorithm must be chosen, got %X\n", i);
1580 "output width is not a multiple of 32 -> no MMXEXT scaler\n");
1602 // we don't use the x86 asm scaler if MMX is available
1757 /* precalculate horizontal scaler filter coefficients */
1814 av_log(c, AV_LOG_ERROR, "mprotect failed, cannot use fast bilinear scaler\n");
1851 /* precalculate vertical scaler filter coefficients */
1910 const char *scaler = NULL, *cpucaps;
1914 scaler = scale_algorithms[i].description;
1918 if (!scaler)
1919 scaler = "ehh flags invalid?!";
1920 av_log(c, AV_LOG_INFO, "%s scaler, from %s to %s%s ",
1921 scaler,