Home
last modified time | relevance | path

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

/aosp_15_r20/external/libavc/fuzzer/
H A DREADME.md115 13. Qp for B frames (parameter name: `u4_b_qp`)
156 | `u4_b_qp` | In the range `4 to 51` | All the bits of 15th byte of data |
H A Davc_enc_fuzzer.cpp523 s_QpIp.u4_b_qp = m_B_QP; in setQp()
/aosp_15_r20/external/libavc/encoder/
H A Dih264e_api.c1615 || (ps_ip->s_ive_ip.u4_b_qp > ps_ip->s_ive_ip.u4_b_qp_max) in api_check_struct_sanity()
1618 || (ps_ip->s_ive_ip.u4_b_qp < ps_ip->s_ive_ip.u4_b_qp_min)) in api_check_struct_sanity()
2525 ps_codec->s_cfg.u4_b_qp = ps_cfg->u4_b_qp; in ih264e_codec_update_config()
2530 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_update_config()
2651 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_update_config()
2768 ps_cfg->u4_b_qp = DEFAULT_B_QP; in ih264e_set_default_params()
5328 ps_cfg->u4_b_qp = ps_set_qp_ip->s_ive_ip.u4_b_qp; in ih264e_set_qp()
H A Dive2.h1070 UWORD32 u4_b_qp; member
H A Dih264e_structs.h458 UWORD32 u4_b_qp; member
H A Dih264e_utils.c1335 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_init()
/aosp_15_r20/external/libavc/examples/avcenc/
H A Dmain.c627 sscanf(value, "%d", &ps_app_ctxt->u4_b_qp); in parse_argument()
969 ps_app_ctxt->u4_b_qp = DEFAULT_B_QP; in init_default_params()
1194 s_qp_ip.s_ive_ip.u4_b_qp = ps_app_ctxt->u4_b_qp; in set_qp()
H A Dapp.h304 UWORD32 u4_b_qp, u4_b_qp_max, u4_b_qp_min; member
/aosp_15_r20/external/libavc/tests/
H A DAvcEncTest.cpp500 s_QpIp.u4_b_qp = mBQp; in setQp()
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp365 s_qp_ip.u4_b_qp = DEFAULT_P_QP; in setQp()
/aosp_15_r20/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.cpp878 s_qp_ip.u4_b_qp = std::clamp(DEFAULT_B_QP, bMin, bMax); in setQp()