Searched refs:boxwidth (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libyuv/source/
H A Dscale.cc609 int boxwidth; local
613 boxwidth = (x >> 16) - ix;
614 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) /
615 (boxwidth * boxheight);
623 int boxwidth; local
627 boxwidth = (x >> 16) - ix;
628 *dst_ptr++ = SumBox_16(boxwidth, boxheight, src_stride, src_ptr + ix) /
629 (boxwidth * boxheight);
659 int boxwidth; local
665 boxwidth
676 int boxwidth; local
690 int boxwidth = (dx >> 16); local
701 int boxwidth = (dx >> 16); local
[all...]
H A Dplanar_functions.cc1668 int boxwidth = radius * 4; local
1695 boxwidth, area, &dst_argb[x * 4], 1);
1697 boxwidth += 4;
1703 boxwidth, area, &dst_argb[x * 4], n);
1708 boxwidth -= 4;
1711 boxwidth, area, &dst_argb[x * 4], 1);
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh11 set boxwidth
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.c3365 int boxwidth; local
3367 boxwidth = (x >> 16) - ix;
3368 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) /
3369 (boxwidth * boxheight);
3396 int boxwidth; local
3398 boxwidth = (x >> 16) - ix;
3399 *dst_ptr++ = SumPixels(boxwidth, src_ptr + ix) * scaleptr[boxwidth] >> 16;
3406 int boxwidth = (dx >> 16); local
3407 int scaleval = 65536 / (boxwidth * boxheigh
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c3365 int boxwidth; local
3367 boxwidth = (x >> 16) - ix;
3368 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) /
3369 (boxwidth * boxheight);
3396 int boxwidth; local
3398 boxwidth = (x >> 16) - ix;
3399 *dst_ptr++ = SumPixels(boxwidth, src_ptr + ix) * scaleptr[boxwidth] >> 16;
3406 int boxwidth = (dx >> 16); local
3407 int scaleval = 65536 / (boxwidth * boxheigh
[all...]
/external/libyuv/files/source/
H A Dplanar_functions.cc1331 int boxwidth = radius * 4; local
1335 boxwidth, area, &dst_argb[x * 4], 1);
1337 boxwidth += 4;
1343 boxwidth, area, &dst_argb[x * 4], n);
1348 boxwidth -= 4;
1351 boxwidth, area, &dst_argb[x * 4], 1);
H A Dscale.cc2569 int boxwidth = (x >> 16) - ix; local
2570 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) /
2571 (boxwidth * boxheight);
2594 int boxwidth = (x >> 16) - ix; local
2595 *dst_ptr++ = SumPixels(boxwidth, src_ptr + ix) * scaleptr[boxwidth] >> 16;
2601 int boxwidth = (dx >> 16); local
2602 int scaleval = 65536 / (boxwidth * boxheight);
2604 *dst_ptr++ = SumPixels(boxwidth, src_ptr + x) * scaleval >> 16;
2605 x += boxwidth;
[all...]

Completed in 709 milliseconds