Home
last modified time | relevance | path

Searched refs:u4_frame_qp (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/
Dih264e_utils.c331 ps_codec->u4_frame_qp = gau1_mpeg2_to_h264_qmap[u1_frame_qp]; in ih264e_input_queue_update()
1879 ps_proc->u4_frame_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
1880 ps_proc->u4_mb_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
1881 ih264e_init_quant_params(ps_proc, ps_proc->u4_frame_qp); in ih264e_pic_init()
1884 ps_proc->u4_mb_qp_prev = ps_proc->u4_frame_qp; in ih264e_pic_init()
2146 ps_me_ctxt->u1_mb_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
Dih264e_process.c2011 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
2022 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
2027 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
2038 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
2045 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
2056 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
2425 UWORD8 u1_frame_qp = ps_codec->u4_frame_qp; in ih264e_update_rc_post_enc()
Dih264e_structs.h1898 UWORD32 u4_frame_qp, u4_mb_qp; member
2221 UWORD32 u4_frame_qp; member
Dih264e_encode_header.c1554 ps_slice_hdr->i1_slice_qp = ps_proc->u4_frame_qp; in ih264e_populate_slice_header()