Home
last modified time | relevance | path

Searched refs:u4_p_qp_max (Results 1 – 7 of 7) sorted by relevance

/external/libavc/test/encoder/
Dapp.h284 UWORD32 u4_p_qp,u4_p_qp_max,u4_p_qp_min; member
Dmain.c649 sscanf(value, "%d", &ps_app_ctxt->u4_p_qp_max); in parse_argument()
980 ps_app_ctxt->u4_p_qp_max = DEFAULT_QP_MAX; in init_default_params()
1192 s_qp_ip.s_ive_ip.u4_p_qp_max = ps_app_ctxt->u4_p_qp_max; in set_qp()
/external/libavc/encoder/
Dih264e_api.c1687 || (ps_ip->s_ive_ip.u4_p_qp_max > MAX_H264_QP) in api_check_struct_sanity()
1702 || (ps_ip->s_ive_ip.u4_p_qp_min > ps_ip->s_ive_ip.u4_p_qp_max) in api_check_struct_sanity()
1713 || (ps_ip->s_ive_ip.u4_p_qp > ps_ip->s_ive_ip.u4_p_qp_max) in api_check_struct_sanity()
2658 ps_codec->s_cfg.u4_p_qp_max = ps_cfg->u4_p_qp_max; in ih264e_codec_update_config()
2682 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_p_qp_max]; in ih264e_codec_update_config()
2795 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_p_qp_max]; in ih264e_codec_update_config()
2904 ps_cfg->u4_p_qp_max = DEFAULT_QP_MAX; in ih264e_set_default_params()
5421 ps_cfg->u4_p_qp_max = ps_set_qp_ip->s_ive_ip.u4_p_qp_max; in ih264e_set_qp()
Dive2.h1081 UWORD32 u4_p_qp_max; member
Dih264e_structs.h463 UWORD32 u4_p_qp_max; member
Dih264e_utils.c1311 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_p_qp_max]; in ih264e_codec_init()
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp513 s_QpIp.u4_p_qp_max = MAX_H264_QP; in setQp()