Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h281 UWORD32 u4_b_qp,u4_b_qp_max,u4_b_qp_min; member
Dmain.c653 sscanf(value, "%d", &ps_app_ctxt->u4_b_qp); in parse_argument()
966 ps_app_ctxt->u4_b_qp = DEFAULT_B_QP; in init_default_params()
1181 s_qp_ip.s_ive_ip.u4_b_qp = ps_app_ctxt->u4_b_qp; in set_qp()
/external/libavc/encoder/
Dih264e_api.c1581 || (ps_ip->s_ive_ip.u4_b_qp > ps_ip->s_ive_ip.u4_b_qp_max)) in api_check_struct_sanity()
1591 || (ps_ip->s_ive_ip.u4_b_qp < ps_ip->s_ive_ip.u4_b_qp_min)) in api_check_struct_sanity()
2125 ps_codec->s_cfg.u4_b_qp = ps_cfg->u4_b_qp; in ih264e_codec_update_config()
2130 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_update_config()
2216 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_update_config()
2332 ps_cfg->u4_b_qp = DEFAULT_B_QP; in ih264e_set_default_params()
4851 ps_cfg->u4_b_qp = ps_set_qp_ip->s_ive_ip.u4_b_qp; in ih264e_set_qp()
Dive2.h1055 UWORD32 u4_b_qp; member
Dih264e_structs.h445 UWORD32 u4_b_qp; member
Dih264e_utils.c1288 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_init()