Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_utils.c336 ps_codec->u4_frame_qp = gau1_mpeg2_to_h264_qmap[u1_frame_qp]; in ih264e_input_queue_update()
1886 ps_proc->u4_frame_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
1887 ps_proc->u4_mb_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
1888 ih264e_init_quant_params(ps_proc, ps_proc->u4_frame_qp); in ih264e_pic_init()
1891 ps_proc->u4_mb_qp_prev = ps_proc->u4_frame_qp; in ih264e_pic_init()
2153 ps_me_ctxt->u1_mb_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
Dih264e_process.c2016 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
2027 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
2032 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
2043 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
2050 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
2061 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
2431 UWORD8 u1_frame_qp = ps_codec->u4_frame_qp; in ih264e_update_rc_post_enc()
Dih264e_structs.h1926 UWORD32 u4_frame_qp, u4_mb_qp; member
2249 UWORD32 u4_frame_qp; member
Dih264e_encode_header.c1564 ps_slice_hdr->i1_slice_qp = ps_proc->u4_frame_qp; in ih264e_populate_slice_header()