Home
last modified time | relevance | path

Searched refs:log2_max_frame_num (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c117 h264->log2_max_frame_num = 12; in init_h264e_cfg_set()
125 h264->log2_max_frame_num = 12; in init_h264e_cfg_set()
135 h264->log2_max_frame_num = 12; in init_h264e_cfg_set()
H A Dh264e_slice.h95 RK_S32 log2_max_frame_num; member
H A Dh264e_slice.c51 slice->log2_max_frame_num = sps->log2_max_frame_num_minus4 + 4; in h264e_slice_update()
323 ret |= mpp_read_bits(&bit, slice->log2_max_frame_num, &slice->frame_num); in h264e_slice_read()
589 mpp_writer_put_bits(s, slice->frame_num, slice->log2_max_frame_num); in h264e_slice_write_header()
H A Dh264e_sps.c167 sps->log2_max_frame_num_minus4 = h264->log2_max_frame_num; in h264e_sps_update()
/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c109 hw_cfg->hw_log2_max_frame_num_minus4 != h264->log2_max_frame_num) { in h264e_vepu_stream_amend_config()
248 slice_rd.log2_max_frame_num = hw_cfg->hw_log2_max_frame_num_minus4 + 4; in h264e_vepu_stream_amend_proc()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h641 RK_U32 log2_max_frame_num; /* actually log2_max_frame_num_minus4 */ member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c131 …k_u32, log2_max_frm_num, FLAG_INCR, h264, log2_max_frame_num); \