/third_party/ffmpeg/libavcodec/ |
H A D | vima.c | 145 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()
|
H A 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()
|
H A D | eatgq.c | 69 block[0] = get_sbits(gb, 8) * s->qtable[0]; in tgq_decode_block() 104 block[perm[i]] = get_sbits(gb, 8) * s->qtable[perm[i]]; in tgq_decode_block() 106 block[perm[i]] = get_sbits(gb, 6) * s->qtable[perm[i]]; in tgq_decode_block()
|
H A 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() 775 decoded[i] = get_sbits(gb, avctx->bits_per_raw_sample); in tak_decode_frame()
|
H A D | eatgv.c | 203 s->mv_codebook[i][0] = get_sbits(&gb, 10); in tgv_decode_inter() 204 s->mv_codebook[i][1] = get_sbits(&gb, 10); in tgv_decode_inter()
|
H A D | mlpdec.c | 723 fcoeff[i] = get_sbits(gbp, coeff_bits) * (1 << coeff_shift); in read_filter_params() 740 fp->state[i] = state_bits ? get_sbits(gbp, state_bits) * (1 << state_shift) : 0; in read_filter_params() 796 coeff_val = get_sbits(gbp, frac_bits + 2); in read_matrix_params() 857 cp->huff_offset = get_sbits(gbp, 15); in read_channel_params() 904 s->output_shift[ch] = get_sbits(gbp, 4); in read_decoding_params()
|
H A D | adxdec.c | 84 d = get_sbits(&gb, 4); in adx_decode()
|
H A D | dovi_rpu.c | 415 color->ycc_to_rgb_matrix[i] = av_make_q(get_sbits(gb, 16), 1 << 13); in ff_dovi_rpu_parse() 427 color->rgb_to_lms_matrix[i] = av_make_q(get_sbits(gb, 16), 1 << 14); in ff_dovi_rpu_parse()
|
H A D | hq_hqa.c | 72 block[0] = get_sbits(gb, 9) * 64; in hq_decode_block() 76 block[0] = get_sbits(gb, 9) * 64; in hq_decode_block()
|
H A D | clearvideo.c | 114 val = get_sbits(gb, 8); in decode_block() 383 mv.x = get_sbits(gb, 8); in decode_tile_info() 384 mv.y = get_sbits(gb, 8); in decode_tile_info() 394 bias = get_sbits(gb, 16); in decode_tile_info()
|
H A D | tiertexseqv.c | 53 code_table[i] = get_sbits(&gb, 4); in seq_unpack_rle_block()
|
H A 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()
|
H A D | eac3dec.c | 262 int mant = get_sbits(gbc, gbits); in ff_eac3_decode_transform_coeffs_aht_ch() 267 mant = get_sbits(gbc, mbits); in ff_eac3_decode_transform_coeffs_aht_ch()
|
H A D | mdec.c | 73 block[0] = 2 * get_sbits(&a->gb, 10) + 1024; in mdec_decode_block_intra()
|
H A D | atrac1.c | 247 spec[pos+i] = get_sbits(gb, word_len) * scale_factor * max_quant; in at1_unpack_dequant()
|
H A D | dolby_e.c | 870 values[k] = get_sbits(&s->gb, size1); in parse_mantissas() 877 int value = get_sbits(&s->gb, size2); in parse_mantissas() 888 mnt[k] = get_sbits(&s->gb, size1) * scale; in parse_mantissas()
|
H A D | dstdec.c | 147 dst[i] = (is_signed ? get_sbits(gb, coeff_bits) : get_bits(gb, coeff_bits)) + offset; in read_uncoded_coeff()
|
H A D | eamad.c | 141 block[0] = (128 + get_sbits(&s->gb, 8)) * quant_matrix[0]; in decode_block_intra()
|
H A D | asvdec.c | 75 return get_sbits(gb, 8); in asv1_get_level()
|
H A D | dvdec.c | 436 dc = get_sbits(&gb, 9); in dv_decode_video_segment()
|
H A D | get_bits.h | 359 static inline int get_sbits(GetBitContext *s, int n) in get_sbits() function
|
H A D | imm4.c | 145 factor2 = get_sbits(gb, 8); in decode_block()
|
H A D | alac.c | 318 lpc_coefs[ch][i] = get_sbits(&alac->gb, 16); in decode_element()
|
H A D | atrac3.c | 234 code = get_sbits(gb, num_bits); in read_quant_spectral_coeffs()
|
H A D | mv30.c | 618 s->inter_quant = s->intra_quant + get_sbits(gb, 8); in decode_frame()
|