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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 28 #define MAX_BPB_FACTOR 50
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 28 #define MAX_BPB_FACTOR 50
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 28 #define MAX_BPB_FACTOR 50
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 36 #define MAX_BPB_FACTOR 50
343 if (rate_correction_factor > MAX_BPB_FACTOR)
344 rate_correction_factor = MAX_BPB_FACTOR;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 36 #define MAX_BPB_FACTOR 50
346 if (rate_correction_factor > MAX_BPB_FACTOR)
347 rate_correction_factor = MAX_BPB_FACTOR;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 41 #define MAX_BPB_FACTOR 50
439 if (rate_correction_factor > MAX_BPB_FACTOR)
440 rate_correction_factor = MAX_BPB_FACTOR;
    [all...]

Completed in 618 milliseconds