Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h285 UWORD32 u4_b_qp,u4_b_qp_max,u4_b_qp_min; member
Dmain.c661 sscanf(value, "%d", &ps_app_ctxt->u4_b_qp_max); in parse_argument()
982 ps_app_ctxt->u4_b_qp_max = DEFAULT_QP_MAX; in init_default_params()
1196 s_qp_ip.s_ive_ip.u4_b_qp_max = ps_app_ctxt->u4_b_qp_max; in set_qp()
/external/libavc/encoder/
Dih264e_api.c1688 || (ps_ip->s_ive_ip.u4_b_qp_max > MAX_H264_QP)) in api_check_struct_sanity()
1703 || (ps_ip->s_ive_ip.u4_b_qp_min > ps_ip->s_ive_ip.u4_b_qp_max)) in api_check_struct_sanity()
1714 || (ps_ip->s_ive_ip.u4_b_qp > ps_ip->s_ive_ip.u4_b_qp_max)) in api_check_struct_sanity()
2662 ps_codec->s_cfg.u4_b_qp_max = ps_cfg->u4_b_qp_max; in ih264e_codec_update_config()
2687 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_max]; in ih264e_codec_update_config()
2800 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_max]; in ih264e_codec_update_config()
2906 ps_cfg->u4_b_qp_max = DEFAULT_QP_MAX; in ih264e_set_default_params()
5424 ps_cfg->u4_b_qp_max = ps_set_qp_ip->s_ive_ip.u4_b_qp_max; in ih264e_set_qp()
Dive2.h1087 UWORD32 u4_b_qp_max; member
Dih264e_structs.h469 UWORD32 u4_b_qp_max; member
Dih264e_utils.c1316 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_max]; in ih264e_codec_init()
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp517 s_QpIp.u4_b_qp_max = MAX_H264_QP; in setQp()