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

  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 215 int outlength16 = outlength * 16; local
216 if (outlength16 >= inlength * 16)
218 else if (outlength16 >= inlength * 13)
220 else if (outlength16 >= inlength * 11)
222 else if (outlength16 >= inlength * 9)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 215 int outlength16 = outlength * 16; local
216 if (outlength16 >= inlength * 16)
218 else if (outlength16 >= inlength * 13)
220 else if (outlength16 >= inlength * 11)
222 else if (outlength16 >= inlength * 9)

Completed in 148 milliseconds