Lines Matching refs:READ_ONEBIT
41 READ_ONEBIT(p_bitctx, &pps->pic_scaling_list_present_flag[i]); in parse_pps_calingLists()
50 READ_ONEBIT(p_bitctx, &pps->pic_scaling_list_present_flag[i + 6]); in parse_pps_calingLists()
78 READ_ONEBIT(p_bitctx, &cur_pps->entropy_coding_mode_flag); in parser_pps()
79 READ_ONEBIT(p_bitctx, &cur_pps->bottom_field_pic_order_in_frame_present_flag); in parser_pps()
87 READ_ONEBIT(p_bitctx, &cur_pps->weighted_pred_flag); in parser_pps()
94 READ_ONEBIT(p_bitctx, &cur_pps->deblocking_filter_control_present_flag); in parser_pps()
95 READ_ONEBIT(p_bitctx, &cur_pps->constrained_intra_pred_flag); in parser_pps()
96 READ_ONEBIT(p_bitctx, &cur_pps->redundant_pic_cnt_present_flag); in parser_pps()
100 READ_ONEBIT(p_bitctx, &cur_pps->transform_8x8_mode_flag); in parser_pps()
101 READ_ONEBIT(p_bitctx, &cur_pps->pic_scaling_matrix_present_flag); in parser_pps()
196 READ_ONEBIT(p_bitctx, &cur_prefix->store_ref_base_pic_flag); in process_prefix()