Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dcq_test.cc92 int cq_level() const { return cq_level_; } in cq_level() function in __anon560a09740111::CQTest
121 bitrates_[cq_level()] = cq_actual_bitrate; in TEST_P()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c810 int active_cq_level = oxcf->cq_level; in get_active_cq_level()
827 const int cq_level = get_active_cq_level(rc, oxcf); in rc_pick_q_and_bounds_one_pass_vbr() local
879 if (q < cq_level) in rc_pick_q_and_bounds_one_pass_vbr()
880 q = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
889 active_best_quality = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
898 active_best_quality = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
908 (active_best_quality < cq_level)) { in rc_pick_q_and_bounds_one_pass_vbr()
909 active_best_quality = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
996 const int cq_level = get_active_cq_level(rc, oxcf); in rc_pick_q_and_bounds_two_pass() local
1065 if (q < cq_level) in rc_pick_q_and_bounds_two_pass()
[all …]
Dvp9_encoder.h173 int cq_level; member
Dvp9_firstpass.c1230 q = VPXMAX(q, oxcf->cq_level); in get_twopass_worst_quality()
2641 twopass->active_worst_quality = cpi->oxcf.cq_level; in vp9_rc_get_second_pass_params()
Dvp9_encoder.c2673 if (q > oxcf->cq_level &&
2992 vp9_convert_qindex_to_q(cpi->oxcf.cq_level, cm->bit_depth),
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c41 unsigned int cq_level; /* constrained quality level */ member
202 RANGE_CHECK(vp8_cfg, cq_level, 0, 63); in validate_config()
205 RANGE_CHECK(vp8_cfg, cq_level, in validate_config()
343 oxcf->cq_level = vp8_cfg.cq_level; in set_vp8e_config()
591 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args); in set_cq_level()
/external/libvpx/libvpx/vp8/common/
Donyx.h184 int cq_level; member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c37 unsigned int cq_level; // constrained quality level member
251 RANGE_CHECK(extra_cfg, cq_level, 0, 63); in validate_config()
432 oxcf->cq_level = vp9_quantizer_to_qindex(extra_cfg->cq_level); in set_encoder_config()
706 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args); in ctrl_set_cq_level()
/external/libvpx/libvpx/
Dvpxenc.c348 static const arg_def_t cq_level = ARG_DEF( variable
363 &tune_ssim, &cq_level, &max_intra_rate_pct, &screen_content_mode,
452 &tune_ssim, &cq_level, &max_intra_rate_pct, &max_inter_rate_pct,
478 &tune_ssim, &cq_level, &max_intra_rate_pct, &max_inter_rate_pct,
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1583 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level]; in vp8_change_config()
1701 cpi->cq_target_quality = cpi->oxcf.cq_level; in vp8_change_config()
3148 else if ( (q > cpi->oxcf.cq_level) && in recode_loop_test()
3150 (cpi->active_best_quality > cpi->oxcf.cq_level)) in recode_loop_test()
3153 cpi->active_best_quality = cpi->oxcf.cq_level; in recode_loop_test()
4071 cpi->active_best_quality = cpi->oxcf.cq_level; in encode_frame_to_data_rate()
Dfirstpass.c64 static const int cq_level[QINDEX_RANGE] = variable
1176 Q = cq_level[Q]; in estimate_cq()
2561 cpi->cq_target_quality = cpi->oxcf.cq_level; in vp8_second_pass()