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 __anona9829a6f0111::CQTest
119 bitrates_[cq_level()] = cq_actual_bitrate; in TEST_P()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c848 int active_cq_level = oxcf->cq_level; in get_active_cq_level_one_pass()
864 int active_cq_level = oxcf->cq_level; in get_active_cq_level_two_pass()
887 const int cq_level = get_active_cq_level_one_pass(rc, oxcf); in rc_pick_q_and_bounds_one_pass_vbr() local
896 int qindex = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
944 if (q < cq_level) q = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
952 int qindex = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
965 int qindex = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
984 if ((oxcf->rc_mode == VPX_CQ) && (active_best_quality < cq_level)) { in rc_pick_q_and_bounds_one_pass_vbr()
985 active_best_quality = cq_level; in rc_pick_q_and_bounds_one_pass_vbr()
1068 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.h193 int cq_level; member
Dvp9_firstpass.c1630 if (cpi->oxcf.rc_mode == VPX_CQ) q = VPXMAX(q, oxcf->cq_level); in get_twopass_worst_quality()
3108 twopass->active_worst_quality = cpi->oxcf.cq_level; in vp9_rc_get_second_pass_params()
Dvp9_encoder.c2835 if (q > oxcf->cq_level &&
3226 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
262 RANGE_CHECK(extra_cfg, cq_level, 0, 63); in validate_config()
480 oxcf->cq_level = vp9_quantizer_to_qindex(extra_cfg->cq_level); in set_encoder_config()
770 extra_cfg.cq_level = CAST(VP8E_SET_CQ_LEVEL, args); in ctrl_set_cq_level()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1482 cpi->oxcf.cq_level = q_trans[cpi->oxcf.cq_level]; in vp8_change_config()
1602 cpi->cq_target_quality = cpi->oxcf.cq_level; in vp8_change_config()
2886 else if ((q > cpi->oxcf.cq_level) && in recode_loop_test()
2888 (cpi->active_best_quality > cpi->oxcf.cq_level)) { in recode_loop_test()
2890 cpi->active_best_quality = cpi->oxcf.cq_level; in recode_loop_test()
3720 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()
2382 cpi->cq_target_quality = cpi->oxcf.cq_level; in vp8_second_pass()
/external/libvpx/libvpx/
Dvpxenc.c354 static const arg_def_t cq_level = variable
378 &cq_level,
490 &cq_level,