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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 53 #define MAX_THRESHMULT 512
pickinter.c 770 if (x->rd_thresh_mult[mode_index] > MAX_THRESHMULT)
771 x->rd_thresh_mult[mode_index] = MAX_THRESHMULT;
    [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 760 if (x->rd_thresh_mult[mode_index] > MAX_THRESHMULT)
761 x->rd_thresh_mult[mode_index] = MAX_THRESHMULT;
    [all...]
onyx_int.h 53 #define MAX_THRESHMULT 512
rdopt.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 763 if (x->rd_thresh_mult[mode_index] > MAX_THRESHMULT)
764 x->rd_thresh_mult[mode_index] = MAX_THRESHMULT;
    [all...]
onyx_int.h 53 #define MAX_THRESHMULT 512
rdopt.c     [all...]

Completed in 94 milliseconds