HomeSort by relevance Sort by last modified time
    Searched full:scaletbl (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 660 int scaletbl[2]; local
662 int* scaleptr = scaletbl - minboxwidth;
664 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight);
665 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight);
677 int scaletbl[2]; local
679 int* scaleptr = scaletbl - minboxwidth;
681 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight);
682 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight);
    [all...]
  /external/libyuv/files/source/
scale.cc 2586 int scaletbl[2]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3386 int scaletbl[2]; local
    [all...]

Completed in 121 milliseconds