Lines Matching refs:READ_ONEBIT
47 READ_ONEBIT(bitctx, &vsh->progressive_sequence); in get_sequence_header()
59 READ_ONEBIT(bitctx, &vsh->low_delay); in get_sequence_header()
120 READ_ONEBIT(bitctx, &ph->loop_filter_disable); in get_extend_header()
122 READ_ONEBIT(bitctx, &ph->loop_filter_parameter_flag); in get_extend_header()
135 READ_ONEBIT(bitctx, &ph->weighting_quant_flag); in get_extend_header()
138 READ_ONEBIT(bitctx, &ph->chroma_quant_param_disable); in get_extend_header()
157 READ_ONEBIT(bitctx, &ph->aec_enable); in get_extend_header()
171 READ_ONEBIT(bitctx, &ext->sample_range); in get_seq_dispay_ext_header()
172 READ_ONEBIT(bitctx, &ext->color_description); in get_seq_dispay_ext_header()
224 READ_ONEBIT(bitctx, &ph->time_code_flag); in get_i_picture_header()
255 READ_ONEBIT(bitctx, &ph->progressive_frame); in get_i_picture_header()
259 READ_ONEBIT(bitctx, &ph->picture_structure); in get_i_picture_header()
261 READ_ONEBIT(bitctx, &ph->top_field_first); in get_i_picture_header()
262 READ_ONEBIT(bitctx, &ph->repeat_first_field); in get_i_picture_header()
263 READ_ONEBIT(bitctx, &ph->fixed_picture_qp); in get_i_picture_header()
267 READ_ONEBIT(bitctx, &ph->skip_mode_flag); in get_i_picture_header()
301 READ_ONEBIT(bitctx, &ph->progressive_frame); in get_pb_picture_header()
304 READ_ONEBIT(bitctx, &ph->picture_structure); in get_pb_picture_header()
306 READ_ONEBIT(bitctx, &ph->advanced_pred_mode_disable); in get_pb_picture_header()
311 READ_ONEBIT(bitctx, &ph->top_field_first); in get_pb_picture_header()
312 READ_ONEBIT(bitctx, &ph->repeat_first_field); in get_pb_picture_header()
313 READ_ONEBIT(bitctx, &ph->fixed_picture_qp); in get_pb_picture_header()
316 READ_ONEBIT(bitctx, &ph->picture_reference_flag); in get_pb_picture_header()
318 READ_ONEBIT(bitctx, &ph->no_forward_reference_flag); in get_pb_picture_header()
319 READ_ONEBIT(bitctx, &ph->pb_field_enhanced_flag); in get_pb_picture_header()
331 READ_ONEBIT(bitctx, &ph->skip_mode_flag); in get_pb_picture_header()