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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale.cc 691 int scaleval = 65536 / (boxwidth * boxheight); local
694 *dst_ptr++ = SumPixels(boxwidth, src_ptr + x) * scaleval >> 16;
702 int scaleval = 65536 / (boxwidth * boxheight); local
705 *dst_ptr++ = SumPixels_16(boxwidth, src_ptr + x) * scaleval >> 16;
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale.cc 691 int scaleval = 65536 / (boxwidth * boxheight); local
694 *dst_ptr++ = SumPixels(boxwidth, src_ptr + x) * scaleval >> 16;
702 int scaleval = 65536 / (boxwidth * boxheight); local
705 *dst_ptr++ = SumPixels_16(boxwidth, src_ptr + x) * scaleval >> 16;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3407 int scaleval = 65536 \/ (boxwidth * boxheight); local
    [all...]
  /external/libyuv/files/source/
scale.cc 2602 int scaleval = 65536 \/ (boxwidth * boxheight); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3407 int scaleval = 65536 \/ (boxwidth * boxheight); local
    [all...]

Completed in 313 milliseconds