Searched refs:frame_qp (Results 1 – 3 of 3) sorted by relevance
1169 WORD32 frame_qp = ps_static_cfg_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id] in ihevce_hle_validate_static_params() local1175 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()
101 #define GET_FRAME_QSTEP_FROM_QP(frame_qp, frame_qstep) \ argument105 frame_qstep = (WORD32)((1 << ((frame_qp) / 6)) * q_steps[(frame_qp) % 6]); \
41 --frame_qp 32 /* Initial QP values {32} */