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

  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 79 unsigned int rc_max_intra_bitrate_pct; member in struct:__anon21289
  /external/libvpx/libvpx/vp8/common/
onyx.h 113 unsigned int rc_max_intra_bitrate_pct; member in struct:__anon21219
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 158 if (cpi->oxcf.rc_max_intra_bitrate_pct) {
160 * cpi->oxcf.rc_max_intra_bitrate_pct / 100;
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 38 unsigned int rc_max_intra_bitrate_pct; member in struct:vp9_extracfg
66 0, /* rc_max_intra_bitrate_pct */
289 oxcf->rc_max_intra_bitrate_pct = vp8_cfg.rc_max_intra_bitrate_pct;
445 MAP(VP8E_SET_MAX_INTRA_BITRATE_PCT, xcfg.rc_max_intra_bitrate_pct);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 37 unsigned int rc_max_intra_bitrate_pct; member in struct:vp8_extracfg
72 0, /* rc_max_intra_bitrate_pct */
341 oxcf->rc_max_intra_bitrate_pct = vp8_cfg.rc_max_intra_bitrate_pct;
525 MAP(VP8E_SET_MAX_INTRA_BITRATE_PCT, xcfg.rc_max_intra_bitrate_pct);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 414 if (cpi->oxcf.rc_max_intra_bitrate_pct)
417 * cpi->oxcf.rc_max_intra_bitrate_pct / 100;
    [all...]

Completed in 46 milliseconds