Home
last modified time | relevance | path

Searched refs:ref_pic_list_modification_flag (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c355 ret |= mpp_read_bits(&bit, 1, &slice->ref_pic_list_modification_flag); in h264e_slice_read()
357 bit.used_bits, slice->ref_pic_list_modification_flag); in h264e_slice_read()
359 if (slice->ref_pic_list_modification_flag) { in h264e_slice_read()
619 slice->ref_pic_list_modification_flag = 0; in h264e_slice_write_header()
635 slice->ref_pic_list_modification_flag = (ret == MPP_OK); in h264e_slice_write_header()
636 mpp_writer_put_bits(s, slice->ref_pic_list_modification_flag, 1); in h264e_slice_write_header()
638 mpp_writer_bits(s), slice->ref_pic_list_modification_flag); in h264e_slice_write_header()
640 if (slice->ref_pic_list_modification_flag) { in h264e_slice_write_header()
H A Dh264e_slice.h117 RK_S32 ref_pic_list_modification_flag; member