Home
last modified time | relevance | path

Searched refs:u4_b_qp (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.c655 sscanf(value, "%d", &ps_app_ctxt->u4_b_qp); in parse_argument()
972 ps_app_ctxt->u4_b_qp = DEFAULT_B_QP; in init_default_params()
1191 s_qp_ip.s_ive_ip.u4_b_qp = ps_app_ctxt->u4_b_qp; in set_qp()
/external/libavc/encoder/
Dih264e_api.c1609 || (ps_ip->s_ive_ip.u4_b_qp > ps_ip->s_ive_ip.u4_b_qp_max)) in api_check_struct_sanity()
1619 || (ps_ip->s_ive_ip.u4_b_qp < ps_ip->s_ive_ip.u4_b_qp_min)) in api_check_struct_sanity()
2177 ps_codec->s_cfg.u4_b_qp = ps_cfg->u4_b_qp; in ih264e_codec_update_config()
2182 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_update_config()
2271 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_update_config()
2387 ps_cfg->u4_b_qp = DEFAULT_B_QP; in ih264e_set_default_params()
4906 ps_cfg->u4_b_qp = ps_set_qp_ip->s_ive_ip.u4_b_qp; in ih264e_set_qp()
Dive2.h1057 UWORD32 u4_b_qp; member
Dih264e_structs.h445 UWORD32 u4_b_qp; member
Dih264e_utils.c1298 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_init()