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()
1877 ps_proc->u4_frame_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
1878 ps_proc->u4_mb_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
1879 ih264e_init_quant_params(ps_proc, ps_proc->u4_frame_qp); in ih264e_pic_init()
1882 ps_proc->u4_mb_qp_prev = ps_proc->u4_frame_qp; in ih264e_pic_init()
2144 ps_me_ctxt->u1_mb_qp = ps_codec->u4_frame_qp; in ih264e_pic_init()
Dih264e_process.c1938 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
1949 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
1954 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
1965 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
1972 if (ps_proc->u4_frame_qp > 10) in ih264e_process()
1983 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
2341 UWORD8 u1_frame_qp = ps_codec->u4_frame_qp; in ih264e_update_rc_post_enc()
Dih264e_structs.h1889 UWORD32 u4_frame_qp, u4_mb_qp; member
2212 UWORD32 u4_frame_qp; member
Dih264e_encode_header.c1443 ps_slice_hdr->i1_slice_qp = ps_proc->u4_frame_qp; in ih264e_populate_slice_header()