Lines Matching refs:READ_BITS
34 READ_BITS(bitctx, 8, &vsh->profile_id); in get_sequence_header()
41 READ_BITS(bitctx, 8, &vsh->level_id); in get_sequence_header()
48 READ_BITS(bitctx, 14, &vsh->horizontal_size); in get_sequence_header()
49 READ_BITS(bitctx, 14, &vsh->vertical_size); in get_sequence_header()
50 READ_BITS(bitctx, 2, &vsh->chroma_format); in get_sequence_header()
51 READ_BITS(bitctx, 3, &vsh->sample_precision); in get_sequence_header()
52 READ_BITS(bitctx, 4, &vsh->aspect_ratio); in get_sequence_header()
53 READ_BITS(bitctx, 4, &vsh->frame_rate_code); in get_sequence_header()
54 READ_BITS(bitctx, 18, &val_temp); //!< bit_rate_high_18 in get_sequence_header()
57 READ_BITS(bitctx, 12, &val_temp); //!< bit_rate_low_12 in get_sequence_header()
61 READ_BITS(bitctx, 18, &vsh->bbv_buffer_size); in get_sequence_header()
62 READ_BITS(bitctx, 3, &val_temp); //!< reserve 3bits 000 in get_sequence_header()
143 READ_BITS(bitctx, 2, &ph->weighting_quant_param_index); in get_extend_header()
144 READ_BITS(bitctx, 2, &ph->weighting_quant_model); in get_extend_header()
170 READ_BITS(bitctx, 3, &ext->video_format); in get_seq_dispay_ext_header()
175 READ_BITS(bitctx, 8, &ext->color_primaries); in get_seq_dispay_ext_header()
176 READ_BITS(bitctx, 8, &ext->transfer_characteristics); in get_seq_dispay_ext_header()
177 READ_BITS(bitctx, 8, &ext->matrix_coefficients); in get_seq_dispay_ext_header()
179 READ_BITS(bitctx, 14, &ext->display_horizontalSize); in get_seq_dispay_ext_header()
181 READ_BITS(bitctx, 14, &ext->display_verticalSize); in get_seq_dispay_ext_header()
183 READ_BITS(bitctx, 2, &val_temp); //!< reserve 2 bits in get_seq_dispay_ext_header()
196 READ_BITS(bitctx, 4, &val_temp); //!< extension_start_code in get_extension_header()
219 READ_BITS(bitctx, 16, &ph->bbv_delay); in get_i_picture_header()
222 READ_BITS(bitctx, 7, &ph->bbv_delay_extension); in get_i_picture_header()
226 READ_BITS(bitctx, 24, &ph->time_code); in get_i_picture_header()
250 READ_BITS(bitctx, 8, &ph->picture_distance); in get_i_picture_header()
264 READ_BITS(bitctx, 6, &ph->picture_qp); in get_i_picture_header()
268 READ_BITS(bitctx, 4, &val_temp); //!< reserve 4 bits in get_i_picture_header()
291 READ_BITS(bitctx, 16, &ph->bbv_delay); in get_pb_picture_header()
294 READ_BITS(bitctx, 7, &ph->bbv_delay_extension); in get_pb_picture_header()
296 READ_BITS(bitctx, 2, &ph->picture_coding_type); in get_pb_picture_header()
297 READ_BITS(bitctx, 8, &ph->picture_distance); in get_pb_picture_header()
314 READ_BITS(bitctx, 6, &ph->picture_qp); in get_pb_picture_header()
327 READ_BITS(bitctx, 2, &val_temp); //!< reserve bits in get_pb_picture_header()