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

  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 662 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 * boxheight)
715 int boxwidth = MIN1(dx >> 16); local
    [all...]
planar_functions.cc 1906 int boxwidth = radius * 4; local
    [all...]
  /external/libyuv/files/source/
scale.cc 767 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 * boxheight)
838 int boxwidth = MIN1(dx >> 16); local
    [all...]
planar_functions.cc 2239 int boxwidth = radius * 4; local
    [all...]

Completed in 434 milliseconds