Searched refs:cq_level (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyx.h | 172 int cq_level; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 36 unsigned int cq_level; /* constrained quality level */ member 206 RANGE_CHECK(vp8_cfg, cq_level, 0, 63); in validate_config() 208 RANGE_CHECK(vp8_cfg, cq_level, in validate_config() 347 oxcf->cq_level = vp8_cfg.cq_level; in set_vp8e_config() 525 MAP(VP8E_SET_CQ_LEVEL, xcfg.cq_level); in set_param()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 35 unsigned int cq_level; // constrained quality level member 200 RANGE_CHECK(extra_cfg, cq_level, 0, 63); in validate_config() 319 oxcf->cq_level = extra_cfg->cq_level; in set_vp9e_config() 485 MAP(VP8E_SET_CQ_LEVEL, extra_cfg.cq_level); in set_param()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_int.h | 231 int cq_level; member
|
D | vp9_ratectrl.c | 717 active_best_quality = oxcf->cq_level; in rc_pick_q_and_bounds_one_pass_vbr() 899 active_best_quality = oxcf->cq_level; in rc_pick_q_and_bounds_two_pass()
|
D | vp9_onyx_if.c | 872 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level]; in vp9_change_config() 945 cpi->cq_target_quality = cpi->oxcf.cq_level; in vp9_change_config()
|
D | vp9_firstpass.c | 2243 twopass->active_worst_quality = cpi->oxcf.cq_level; in vp9_rc_get_second_pass_params()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 1540 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level]; in vp8_change_config() 1664 cpi->cq_target_quality = cpi->oxcf.cq_level; in vp8_change_config() 3075 else if ( (q > cpi->oxcf.cq_level) && in recode_loop_test() 3077 (cpi->active_best_quality > cpi->oxcf.cq_level)) in recode_loop_test() 3080 cpi->active_best_quality = cpi->oxcf.cq_level; in recode_loop_test() 3746 cpi->active_best_quality = cpi->oxcf.cq_level; in encode_frame_to_data_rate()
|
D | firstpass.c | 65 static const int cq_level[QINDEX_RANGE] = variable 1175 Q = cq_level[Q]; in estimate_cq() 2562 cpi->cq_target_quality = cpi->oxcf.cq_level; in vp8_second_pass()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 369 static const arg_def_t cq_level = ARG_DEF(NULL, "cq-level", 1, variable 380 &tune_ssim, &cq_level, &max_intra_rate_pct, 412 &tune_ssim, &cq_level, &max_intra_rate_pct, &lossless,
|