Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h282 UWORD32 u4_b_qp,u4_b_qp_max,u4_b_qp_min; member
Dmain.c659 sscanf(value, "%d", &ps_app_ctxt->u4_b_qp_max); in parse_argument()
978 ps_app_ctxt->u4_b_qp_max = DEFAULT_QP_MAX; in init_default_params()
1192 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.c1583 || (ps_ip->s_ive_ip.u4_b_qp_max > MAX_H264_QP)) in api_check_struct_sanity()
1598 || (ps_ip->s_ive_ip.u4_b_qp_min > ps_ip->s_ive_ip.u4_b_qp_max)) in api_check_struct_sanity()
1609 || (ps_ip->s_ive_ip.u4_b_qp > ps_ip->s_ive_ip.u4_b_qp_max)) in api_check_struct_sanity()
2175 ps_codec->s_cfg.u4_b_qp_max = ps_cfg->u4_b_qp_max; in ih264e_codec_update_config()
2200 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_max]; in ih264e_codec_update_config()
2287 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_max]; in ih264e_codec_update_config()
2393 ps_cfg->u4_b_qp_max = DEFAULT_QP_MAX; in ih264e_set_default_params()
4904 ps_cfg->u4_b_qp_max = ps_set_qp_ip->s_ive_ip.u4_b_qp_max; in ih264e_set_qp()
Dive2.h1075 UWORD32 u4_b_qp_max; member
Dih264e_structs.h463 UWORD32 u4_b_qp_max; member
Dih264e_utils.c1304 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_max]; in ih264e_codec_init()