Home
last modified time | relevance | path

Searched refs:u4_i_qp (Results 1 – 8 of 8) sorted by relevance

/external/libavc/fuzzer/
DREADME.md113 11. Qp for I frames (parameter name: `u4_i_qp`)
154 | `u4_i_qp` | In the range `4 to 51` | All the bits of 13th byte of data |
Davc_enc_fuzzer.cpp515 s_QpIp.u4_i_qp = m_I_QP; in setQp()
/external/libavc/test/encoder/
Dapp.h283 UWORD32 u4_i_qp,u4_i_qp_max,u4_i_qp_min; member
Dmain.c634 sscanf(value, "%d", &ps_app_ctxt->u4_i_qp); in parse_argument()
975 ps_app_ctxt->u4_i_qp = DEFAULT_I_QP; in init_default_params()
1188 s_qp_ip.s_ive_ip.u4_i_qp = ps_app_ctxt->u4_i_qp; in set_qp()
/external/libavc/encoder/
Dih264e_api.c1712 if ((ps_ip->s_ive_ip.u4_i_qp > ps_ip->s_ive_ip.u4_i_qp_max) in api_check_struct_sanity()
1722 if ((ps_ip->s_ive_ip.u4_i_qp < ps_ip->s_ive_ip.u4_i_qp_min) in api_check_struct_sanity()
2709 ps_codec->s_cfg.u4_i_qp = ps_cfg->u4_i_qp; in ih264e_codec_update_config()
2720 au1_init_qp[0] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_i_qp]; in ih264e_codec_update_config()
2841 au1_init_qp[0] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_i_qp]; in ih264e_codec_update_config()
2958 ps_cfg->u4_i_qp = DEFAULT_I_QP; in ih264e_set_default_params()
5489 ps_cfg->u4_i_qp = ps_set_qp_ip->s_ive_ip.u4_i_qp; in ih264e_set_qp()
Dive2.h1066 UWORD32 u4_i_qp; member
Dih264e_structs.h454 UWORD32 u4_i_qp; member
Dih264e_utils.c1305 au1_init_qp[0] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_i_qp]; in ih264e_codec_init()