Lines Matching refs:get_bits
234 mb_num = get_bits(&s->gb, mb_num_bits);
504 get_bits(gb, len);
506 get_bits(gb, len);
541 mb_num = get_bits(&s->gb, mb_num_bits);
552 int qscale = get_bits(&s->gb, s->quant_precision);
586 int f_code = get_bits(&s->gb, 3); /* fcode_for */
592 int b_code = get_bits(&s->gb, 3);
626 mb_num = get_bits(gb, vlc_len);
734 level = get_bits(&s->gb, code - 1) + (1 << (code - 1));
736 level = -get_bits(&s->gb, code - 1) - (1 << (code - 1));
799 ff_set_qscale(s, s->qscale + quant_tab[get_bits(&s->gb, 2)]);
995 ff_set_qscale(s, s->qscale + quant_tab[get_bits(&s->gb, 2)]);
1027 ff_set_qscale(s, s->qscale + quant_tab[get_bits(&s->gb, 2)]);
1073 if (get_bits(&s->gb, 19) != DC_MARKER) {
1082 if (get_bits(&s->gb, 17) != MOTION_MARKER) {
1541 ff_set_qscale(s, s->qscale + quant_tab[get_bits(&s->gb, 2)]);
1673 cbp = get_bits(&s->gb, 6);
1804 ff_set_qscale(s, s->qscale + quant_tab[get_bits(&s->gb, 2)]);
1860 get_bits(gb, 8);
1964 run += get_bits(&s->gb, additional_code_len);
1969 code = get_bits(&s->gb, additional_code_len);
1990 flc = get_bits(&s->gb, additional_code_len);
2014 block_mean = get_bits(&s->gb, s->avctx->bits_per_raw_sample);
2021 rice_parameter = get_bits(&s->gb, 4);
2047 dpcm_residual = get_bits(&s->gb, s->avctx->bits_per_raw_sample);
2146 hours = get_bits(gb, 5);
2147 minutes = get_bits(gb, 6);
2149 seconds = get_bits(gb, 6);
2162 *profile = get_bits(gb, 4);
2163 *level = get_bits(gb, 4);
2181 visual_object_type = get_bits(gb, 4);
2195 s->avctx->color_primaries = get_bits(gb, 8);
2196 s->avctx->color_trc = get_bits(gb, 8);
2197 s->avctx->colorspace = get_bits(gb, 8);
2231 v = get_bits(gb, 8);
2243 get_bits(gb, 8);
2252 v = get_bits(gb, 8);
2263 get_bits(gb, 8);
2281 extension_type = get_bits(gb, 4);
2298 ctx->shape = get_bits(gb, 2); /* video_object_layer_shape */
2307 chroma_format = get_bits(gb, 2); /* chroma_format */
2313 bits_per_raw_sample = get_bits(gb, 4); /* bit_depth */
2332 width = get_bits(gb, 14); /* video_object_layer_width */
2334 height = get_bits(gb, 14); /* video_object_layer_height */
2346 aspect_ratio_info = get_bits(gb, 4);
2348 s->avctx->sample_aspect_ratio.num = get_bits(gb, 8); // par_width
2349 s->avctx->sample_aspect_ratio.den = get_bits(gb, 8); // par_height
2381 ctx->vo_type = get_bits(gb, 8);
2400 vo_ver_id = get_bits(gb, 4); /* vo_ver_id */
2405 aspect_ratio_info = get_bits(gb, 4);
2407 s->avctx->sample_aspect_ratio.num = get_bits(gb, 8); // par_width
2408 s->avctx->sample_aspect_ratio.den = get_bits(gb, 8); // par_height
2414 int chroma_format = get_bits(gb, 2);
2420 get_bits(gb, 15); /* first_half_bitrate */
2422 get_bits(gb, 15); /* latter_half_bitrate */
2424 get_bits(gb, 15); /* first_half_vbv_buffer_size */
2426 get_bits(gb, 3); /* latter_half_vbv_buffer_size */
2427 get_bits(gb, 11); /* first_half_vbv_occupancy */
2429 get_bits(gb, 15); /* latter_half_vbv_occupancy */
2447 ctx->shape = get_bits(gb, 2); /* vol shape */
2457 s->avctx->framerate.num = get_bits(gb, 16);
2470 s->avctx->framerate.den = get_bits(gb, ctx->time_increment_bits);
2481 width = get_bits(gb, 13);
2483 height = get_bits(gb, 13);
2504 ctx->vol_sprite_usage = get_bits(gb, 2); /* vol_sprite_usage */
2520 ctx->num_sprite_warping_points = get_bits(gb, 6);
2528 s->sprite_warping_accuracy = get_bits(gb, 2);
2536 s->quant_precision = get_bits(gb, 4); /* quant_precision */
2537 if (get_bits(gb, 4) != 8) /* bits_per_pixel */
2565 v = get_bits(gb, 8);
2592 v = get_bits(gb, 8);
2625 int estimation_method = get_bits(gb, 2);
2711 h_sampling_factor_n = get_bits(gb, 5);
2712 h_sampling_factor_m = get_bits(gb, 5);
2713 v_sampling_factor_n = get_bits(gb, 5);
2714 v_sampling_factor_m = get_bits(gb, 5);
2761 buf[i] = get_bits(gb, 8);
2932 s->pict_type = get_bits(gb, 2) + AV_PICTURE_TYPE_I; /* pict type: I = 0 , P = 1 */
2979 time_increment = get_bits(gb, ctx->time_increment_bits);
3079 ctx->intra_dc_threshold = ff_mpeg4_dc_threshold[get_bits(gb, 3)];
3122 s->chroma_qscale = s->qscale = get_bits(gb, s->quant_precision);
3130 s->f_code = get_bits(gb, 3); /* fcode_for */
3141 s->b_code = get_bits(gb, 3);
3241 s->pict_type = get_bits(gb, 2) + AV_PICTURE_TYPE_I; /* vop_coding_type */
3256 s->dct_precision = get_bits(gb, 2);
3257 s->intra_dc_precision = get_bits(gb, 2);
3287 visual_object_type = get_bits(gb, 4);
3328 if (get_bits(gb, 8) == 0xF0)
3346 v = get_bits(gb, 8);