Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dcq_test.cc90 int cq_level() const { return cq_level_; } in cq_level() function in __anon4dd4cbec0111::CQTest
119 bitrates_[cq_level()] = cq_actual_bitrate; in TEST_P()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c844 int active_cq_level = oxcf->cq_level; in get_active_cq_level_one_pass()
860 int active_cq_level = oxcf->cq_level; in get_active_cq_level_two_pass()
883 const int cq_level = get_active_cq_level_one_pass(rc, oxcf); in rc_pick_q_and_bounds_one_pass_vbr() local
892 int qindex = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
940 if (q < cq_level) q = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
948 int qindex = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
961 int qindex = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
980 if ((oxcf->rc_mode == VPX_CQ) && (active_best_quality < cq_level)) { in rc_pick_q_and_bounds_one_pass_vbr()
981 active_best_quality = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
1065 const int cq_level = get_active_cq_level_two_pass(&cpi->twopass, rc, oxcf); in rc_pick_q_and_bounds_two_pass() local
[all …]
Dvp9_encoder.h194 int cq_level; member
Dvp9_firstpass.c1655 if (cpi->oxcf.rc_mode == VPX_CQ) q = VPXMAX(q, oxcf->cq_level); in get_twopass_worst_quality()
3184 twopass->active_worst_quality = cpi->oxcf.cq_level; in vp9_rc_get_second_pass_params()
Dvp9_encoder.c2802 if (q > oxcf->cq_level &&
3236 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
199 RANGE_CHECK(vp8_cfg, cq_level, 0, 63); in validate_config()
202 RANGE_CHECK(vp8_cfg, cq_level, cfg->rc_min_quantizer, in validate_config()
324 oxcf->cq_level = vp8_cfg.cq_level; in set_vp8e_config()
552 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args); in set_cq_level()
/external/libvpx/libvpx/vp8/common/
Donyx.h174 int cq_level; member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c38 unsigned int cq_level; // constrained quality level member
274 RANGE_CHECK(extra_cfg, cq_level, 0, 63); in validate_config()
504 oxcf->cq_level = vp9_quantizer_to_qindex(extra_cfg->cq_level); in set_encoder_config()
796 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args); in ctrl_set_cq_level()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1509 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level]; in vp8_change_config()
1628 cpi->cq_target_quality = cpi->oxcf.cq_level; in vp8_change_config()
2897 else if ((q > cpi->oxcf.cq_level) && in recode_loop_test()
2899 (cpi->active_best_quality > cpi->oxcf.cq_level)) { in recode_loop_test()
2901 cpi->active_best_quality = cpi->oxcf.cq_level; in recode_loop_test()
3727 cpi->active_best_quality = cpi->oxcf.cq_level; in encode_frame_to_data_rate()
Dfirstpass.c65 static const int cq_level[QINDEX_RANGE] = { variable
1103 Q = cq_level[Q]; in estimate_cq()
2383 cpi->cq_target_quality = cpi->oxcf.cq_level; in vp8_second_pass()
/external/libvpx/libvpx/
Dvpxenc.c360 static const arg_def_t cq_level = variable
384 &cq_level,
503 &cq_level,