Lines Matching refs:READ_ONEBIT
52 READ_ONEBIT(p_bitctx, &currSlice->ref_pic_list_reordering_flag[LIST_0]); in ref_pic_list_mvc_modification()
78 READ_ONEBIT(p_bitctx, &currSlice->ref_pic_list_reordering_flag[LIST_1]); in ref_pic_list_mvc_modification()
124 READ_ONEBIT(p_bitctx, &temp); //!< luma_weight_flag_l0 in pred_weight_table()
130 READ_ONEBIT(p_bitctx, &temp); //!< chroma_weight_flag_l0 in pred_weight_table()
142 READ_ONEBIT(p_bitctx, &temp); //!< luma_weight_flag_l1 in pred_weight_table()
148 READ_ONEBIT(p_bitctx, &temp); //!< chroma_weight_flag_l1 in pred_weight_table()
180 READ_ONEBIT(p_bitctx, &pSlice->no_output_of_prior_pics_flag); in dec_ref_pic_marking()
182 READ_ONEBIT(p_bitctx, &pSlice->long_term_reference_flag); in dec_ref_pic_marking()
184 READ_ONEBIT(p_bitctx, &pSlice->adaptive_ref_pic_buffering_flag); in dec_ref_pic_marking()
510 READ_ONEBIT(p_bitctx, &currSlice->field_pic_flag); in process_slice()
512 READ_ONEBIT(p_bitctx, &currSlice->bottom_field_flag); in process_slice()
563 READ_ONEBIT(p_bitctx, &currSlice->direct_spatial_mv_pred_flag); in process_slice()
572 READ_ONEBIT(p_bitctx, &currSlice->num_ref_idx_override_flag); in process_slice()