Home
last modified time | relevance | path

Searched refs:rc_type (Results 1 – 9 of 9) sorted by relevance

/external/libaom/tools/ratectrl_log_analyzer/
Danalyze_ratectrl_log.py74 rc_type = get_rc_type_from_exp_type(exp_type)
75 rc_cmd = "--end-usage=" + rc_type
77 if rc_type == "q":
79 elif rc_type == "vbr":
/external/libvpx/vp9/encoder/
Dvp9_ext_ratectrl.c146 if (ext_ratectrl->ready && (ext_ratectrl->funcs.rc_type & VPX_RC_QP) != 0) { in vp9_extrc_get_encodeframe_decision()
209 (ext_ratectrl->funcs.rc_type & VPX_RC_GOP) == 0) { in vp9_extrc_get_gop_decision()
242 (ext_ratectrl->funcs.rc_type & VPX_RC_RDMULT) == 0) { in vp9_extrc_get_frame_rdmult()
Dvp9_rd.c248 (cpi->ext_ratectrl.funcs.rc_type & VPX_RC_RDMULT) != 0 && in vp9_compute_rd_mult_based_on_qindex()
297 (cpi->ext_ratectrl.funcs.rc_type & VPX_RC_RDMULT) != 0 && in vp9_compute_rd_mult()
Dvp9_encoder.c4505 (cpi->ext_ratectrl.funcs.rc_type & VPX_RC_QP) != 0) {
4577 (cpi->ext_ratectrl.funcs.rc_type & VPX_RC_QP) != 0) {
5520 (cpi->ext_ratectrl.funcs.rc_type & VPX_RC_RDMULT) != 0) {
Dvp9_firstpass.c2760 (cpi->ext_ratectrl.funcs.rc_type & VPX_RC_GOP) != 0) { in define_gf_group()
/external/libvpx/test/
Dvp9_ext_ratectrl_test.cc682 rc_funcs.rc_type = VPX_RC_QP; in PreEncodeFrameHook()
725 rc_funcs.rc_type = VPX_RC_GOP_QP; in PreEncodeFrameHook()
772 rc_funcs.rc_type = VPX_RC_GOP_QP; in PreEncodeFrameHook()
820 rc_funcs.rc_type = VPX_RC_GOP_QP; in PreEncodeFrameHook()
869 rc_funcs.rc_type = VPX_RC_GOP_QP; in PreEncodeFrameHook()
923 rc_funcs.rc_type = VPX_RC_GOP_QP_RDMULT; in PreEncodeFrameHook()
/external/libvpx/vpx/
Dvpx_ext_ratectrl.h481 vpx_rc_type_t rc_type; member
/external/libhevc/encoder/
Dbit_allocation.c983 rc_type_e rc_type = get_rc_type(ps_cbr_buf_handling); in bit_alloc_get_intra_bits() local
1119 if((rc_type == VBR_STREAMING) && (i4_call_type == 1)) in bit_alloc_get_intra_bits()
1465 rc_type = get_rc_type(ps_cbr_buffer); in get_cur_frm_est_texture_bits() local
1467 if(rc_type == VBR_STREAMING) in get_cur_frm_est_texture_bits()
Drate_control_api.c1040 max_buffer_level = 0, rc_type = get_rc_type(ps_rate_control_api->ps_cbr_buffer); in clip_qp_based_on_prev_ref() local
1042 if(rc_type == VBR_STREAMING) in clip_qp_based_on_prev_ref()
1379 max_buffer_level = 0, rc_type = get_rc_type(ps_rate_control_api->ps_cbr_buffer); in get_frame_level_qp() local
1381 if(rc_type == VBR_STREAMING) in get_frame_level_qp()