Searched refs:ref_pic_list_modification_flag (Results 1 – 2 of 2) sorted by relevance
355 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()
117 RK_S32 ref_pic_list_modification_flag; member