Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_utils.c327 ps_codec->u4_frame_qp = gau1_mpeg2_to_h264_qmap[u1_frame_qp]; in ih264e_input_queue_update()
1867 ps_proc->u4_frame_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
1868 ps_proc->u4_mb_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
1869 ih264e_init_quant_params(ps_proc, ps_proc->u4_frame_qp); in ih264e_pic_init()
1872 ps_proc->u4_mb_qp_prev = ps_proc->u4_frame_qp; in ih264e_pic_init()
2134 ps_me_ctxt->u1_mb_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
Dih264e_process.c1930 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
1941 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
1946 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
1957 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
1964 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
1975 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
2333 UWORD8 u1_frame_qp = ps_codec->u4_frame_qp; in ih264e_update_rc_post_enc()
Dih264e_structs.h1708 UWORD32 u4_frame_qp, u4_mb_qp; member
2031 UWORD32 u4_frame_qp; member
Dih264e_encode_header.c1240 ps_slice_hdr->i1_slice_qp = ps_proc->u4_frame_qp; in ih264e_populate_slice_header()