Home
last modified time | relevance | path

Searched refs:frame_qp (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_error_check.c1169 WORD32 frame_qp = ps_static_cfg_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id] in ihevce_hle_validate_static_params() local
1175 if(frame_qp > 51 || frame_qp <= 0) in ihevce_hle_validate_static_params()
1181 if((frame_qp < ps_static_cfg_prms->s_config_prms.i4_min_frame_qp) || in ihevce_hle_validate_static_params()
1182 ((frame_qp + ps_static_cfg_prms->s_coding_tools_prms.i4_max_temporal_layers + 1) > in ihevce_hle_validate_static_params()
Dihevce_enc_loop_structs.h101 #define GET_FRAME_QSTEP_FROM_QP(frame_qp, frame_qstep) \ argument
105 frame_qstep = (WORD32)((1 << ((frame_qp) / 6)) * q_steps[(frame_qp) % 6]); \
/external/libhevc/test/encoder/
Dvid_enc_cfg.txt41 --frame_qp 32 /* Initial QP values {32} */