Searched defs:boxwidth (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.cc662 int boxwidth; local
668 boxwidth = MIN1((x >> 16) - ix);
669 *dst_ptr++ = SumPixels(boxwidth, src_ptr + ix) *
670 scaletbl[boxwidth - minboxwidth] >> 16;
679 int boxwidth; local
685 boxwidth = MIN1((x >> 16) - ix);
686 *dst_ptr++ = SumPixels_16(boxwidth, src_ptr + ix) *
687 scaletbl[boxwidth - minboxwidth] >> 16;
703 int boxwidth = MIN1(dx >> 16); local
704 int scaleval = 65536 / (boxwidth * boxheigh
715 int boxwidth = MIN1(dx >> 16); local
[all...]
H A Dplanar_functions.cc1906 int boxwidth = radius * 4; local
1933 boxwidth, area, &dst_argb[x * 4], 1);
1935 boxwidth += 4;
1941 boxwidth, area, &dst_argb[x * 4], n);
1946 boxwidth -= 4;
1949 boxwidth, area, &dst_argb[x * 4], 1);
/external/libyuv/files/source/
H A Dscale.cc767 int boxwidth; local
773 boxwidth = MIN1((x >> 16) - ix);
775 SumPixels(boxwidth, src_ptr + ix) * scaletbl[boxwidth - minboxwidth] >>
789 int boxwidth; local
795 boxwidth = MIN1((x >> 16) - ix);
796 *dst_ptr++ = SumPixels_16(boxwidth, src_ptr + ix) *
797 scaletbl[boxwidth - minboxwidth] >>
822 int boxwidth = MIN1(dx >> 16); local
823 int scaleval = 65536 / (boxwidth * boxheigh
838 int boxwidth = MIN1(dx >> 16); local
[all...]
H A Dplanar_functions.cc2239 int boxwidth = radius * 4; local
2265 CumulativeSumToAverageRow(cumsum_top_row, cumsum_bot_row, boxwidth, area,
2268 boxwidth += 4;
2273 CumulativeSumToAverageRow(cumsum_top_row, cumsum_bot_row, boxwidth, area,
2279 boxwidth -= 4;
2281 cumsum_bot_row + (x - radius - 1) * 4, boxwidth,

Completed in 152 milliseconds