Home
last modified time | relevance | path

Searched refs:cq_level (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h172 int cq_level; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c36 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/
Dvp9_cx_iface.c35 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/
Dvp9_onyx_int.h231 int cq_level; member
Dvp9_ratectrl.c717 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()
Dvp9_onyx_if.c872 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()
Dvp9_firstpass.c2243 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/
Donyx_if.c1540 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()
Dfirstpass.c65 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/
Dvpxenc.c369 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,