/third_party/ffmpeg/libavcodec/ |
D | vima.c | 144 channel_hint[0] = get_sbits(&gb, 8); in decode_frame() 152 pcm_data[0] = get_sbits(&gb, 16); in decode_frame() 154 channel_hint[1] = get_sbits(&gb, 8); in decode_frame() 155 pcm_data[1] = get_sbits(&gb, 16); in decode_frame() 183 output = get_sbits(&gb, 16); in decode_frame()
|
D | rtjpeg.c | 67 ac = get_sbits(gb, 2); in get_block() 78 ac = get_sbits(gb, 4); in get_block() 89 ac = get_sbits(gb, 8); in get_block()
|
D | takdec.c | 435 s->predictors[0] = get_sbits(gb, 10); in decode_subframe() 436 s->predictors[1] = get_sbits(gb, 10); in decode_subframe() 437 s->predictors[2] = get_sbits(gb, size) * (1 << (10 - size)); in decode_subframe() 438 s->predictors[3] = get_sbits(gb, size) * (1 << (10 - size)); in decode_subframe() 445 s->predictors[i] = get_sbits(gb, x) * (1 << (10 - size)); in decode_subframe() 522 *decoded++ = get_sbits(gb, avctx->bits_per_raw_sample - s->sample_shift[chan]); in decode_channel() 584 dfactor = get_sbits(gb, 10); in decorrelate() 604 s->filter[i] = get_sbits(gb, code_size); in decorrelate() 772 decoded[i] = get_sbits(gb, avctx->bits_per_raw_sample); in tak_decode_frame()
|
D | eatgq.c | 68 block[0] = get_sbits(gb, 8) * s->qtable[0]; in tgq_decode_block() 99 block[perm[i]] = get_sbits(gb, 8) * s->qtable[perm[i]]; in tgq_decode_block() 101 block[perm[i]] = get_sbits(gb, 6) * s->qtable[perm[i]]; in tgq_decode_block()
|
D | eatgv.c | 202 s->mv_codebook[i][0] = get_sbits(&gb, 10); in tgv_decode_inter() 203 s->mv_codebook[i][1] = get_sbits(&gb, 10); in tgv_decode_inter()
|
D | mlpdec.c | 694 fcoeff[i] = get_sbits(gbp, coeff_bits) * (1 << coeff_shift); in read_filter_params() 711 fp->state[i] = state_bits ? get_sbits(gbp, state_bits) * (1 << state_shift) : 0; in read_filter_params() 767 coeff_val = get_sbits(gbp, frac_bits + 2); in read_matrix_params() 828 cp->huff_offset = get_sbits(gbp, 15); in read_channel_params() 875 s->output_shift[ch] = get_sbits(gbp, 4); in read_decoding_params()
|
D | clearvideo.c | 113 val = get_sbits(gb, 8); in decode_block() 382 mv.x = get_sbits(gb, 8); in decode_tile_info() 383 mv.y = get_sbits(gb, 8); in decode_tile_info() 393 bias = get_sbits(gb, 16); in decode_tile_info()
|
D | hq_hqa.c | 71 block[0] = get_sbits(gb, 9) * 64; in hq_decode_block() 75 block[0] = get_sbits(gb, 9) * 64; in hq_decode_block()
|
D | adxdec.c | 83 d = get_sbits(&gb, 4); in adx_decode()
|
D | dolby_e.c | 861 values[k] = get_sbits(&s->gb, size1); in parse_mantissas() 868 int value = get_sbits(&s->gb, size2); in parse_mantissas() 879 mnt[k] = get_sbits(&s->gb, size1) * scale; in parse_mantissas()
|
D | eac3dec.c | 261 int mant = get_sbits(gbc, gbits); in ff_eac3_decode_transform_coeffs_aht_ch() 266 mant = get_sbits(gbc, mbits); in ff_eac3_decode_transform_coeffs_aht_ch()
|
D | tiertexseqv.c | 52 code_table[i] = get_sbits(&gb, 4); in seq_unpack_rle_block()
|
D | flacdec.c | 378 qlevel = get_sbits(&s->gb, 5); in decode_subframe_lpc() 386 coeffs[pred_order - i - 1] = get_sbits(&s->gb, coeff_prec); in decode_subframe_lpc()
|
D | mdec.c | 72 block[0] = 2 * get_sbits(&a->gb, 10) + 1024; in mdec_decode_block_intra()
|
D | atrac1.c | 246 spec[pos+i] = get_sbits(gb, word_len) * scale_factor * max_quant; in at1_unpack_dequant()
|
D | dstdec.c | 146 dst[i] = (is_signed ? get_sbits(gb, coeff_bits) : get_bits(gb, coeff_bits)) + offset; in read_uncoded_coeff()
|
D | asvdec.c | 73 return get_sbits(gb, 8); in asv1_get_level()
|
D | eamad.c | 140 block[0] = (128 + get_sbits(&s->gb, 8)) * quant_matrix[0]; in decode_block_intra()
|
D | imm4.c | 144 factor2 = get_sbits(gb, 8); in decode_block()
|
D | dvdec.c | 373 dc = get_sbits(&gb, 9); in dv_decode_video_segment()
|
D | alac.c | 319 lpc_coefs[ch][i] = get_sbits(&alac->gb, 16); in decode_element()
|
D | get_bits.h | 359 static inline int get_sbits(GetBitContext *s, int n) in get_sbits() function
|
D | mv30.c | 618 s->inter_quant = s->intra_quant + get_sbits(gb, 8); in decode_frame()
|
D | atrac3.c | 233 code = get_sbits(gb, num_bits); in read_quant_spectral_coeffs()
|
D | mobiclip.c | 451 level = get_sbits(gb, 12); in add_coefficients()
|