Home
last modified time | relevance | path

Searched refs:redundant_pic_cnt (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_pps.h50 RK_S32 redundant_pic_cnt; member
H A Dh264e_pps.c78 pps->redundant_pic_cnt = 0; in h264e_pps_update()
174 mpp_writer_put_bits(bit, pps->redundant_pic_cnt, 1); in h264e_pps_to_packet()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c309 p_long->redundant_pic_cnt = currSlice->redundant_pic_cnt; in fill_slice_syntax()
H A Dh264d_slice.c103 ASSERT(currSlice->redundant_pic_cnt == 0); //!< not support reference index of redundant slices in ref_pic_list_mvc_modification()
559 READ_UE(p_bitctx, &currSlice->redundant_pic_cnt); in process_slice()
H A Dh264d_global.h776 RK_S32 redundant_pic_cnt; member
/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h152 RK_U8 redundant_pic_cnt; member