HomeSort by relevance Sort by last modified time
    Searched refs:boxwidth (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale.cc 609 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 = (x >> 16) - ix
676 int boxwidth; local
690 int boxwidth = (dx >> 16); local
701 int boxwidth = (dx >> 16); local
    [all...]
planar_functions.cc 1672 int boxwidth = radius * 4; local
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale.cc 609 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 = (x >> 16) - ix
676 int boxwidth; local
690 int boxwidth = (dx >> 16); local
701 int boxwidth = (dx >> 16); local
    [all...]
planar_functions.cc 1672 int boxwidth = radius * 4; local
    [all...]
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 11 set boxwidth
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3365 int boxwidth; local
3396 int boxwidth; local
3406 int boxwidth = (dx >> 16); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3365 int boxwidth; local
3396 int boxwidth; local
3406 int boxwidth = (dx >> 16); local
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 1331 int boxwidth = radius * 4; local
    [all...]
scale.cc 2569 int boxwidth = (x >> 16) - ix; local
2594 int boxwidth = (x >> 16) - ix; local
2601 int boxwidth = (dx >> 16); local
    [all...]

Completed in 510 milliseconds