Home
last modified time | relevance | path

Searched refs:get_sbits (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dvima.c145 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 Drtjpeg.c67 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 Deatgq.c69 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 Dtakdec.c435 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 Deatgv.c203 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 Dmlpdec.c723 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 Dadxdec.c84 d = get_sbits(&gb, 4); in adx_decode()
H A Ddovi_rpu.c415 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 Dhq_hqa.c72 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 Dclearvideo.c114 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 Dtiertexseqv.c53 code_table[i] = get_sbits(&gb, 4); in seq_unpack_rle_block()
H A Dflacdec.c378 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 Deac3dec.c262 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 Dmdec.c73 block[0] = 2 * get_sbits(&a->gb, 10) + 1024; in mdec_decode_block_intra()
H A Datrac1.c247 spec[pos+i] = get_sbits(gb, word_len) * scale_factor * max_quant; in at1_unpack_dequant()
H A Ddolby_e.c870 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 Ddstdec.c147 dst[i] = (is_signed ? get_sbits(gb, coeff_bits) : get_bits(gb, coeff_bits)) + offset; in read_uncoded_coeff()
H A Deamad.c141 block[0] = (128 + get_sbits(&s->gb, 8)) * quant_matrix[0]; in decode_block_intra()
H A Dasvdec.c75 return get_sbits(gb, 8); in asv1_get_level()
H A Ddvdec.c436 dc = get_sbits(&gb, 9); in dv_decode_video_segment()
H A Dget_bits.h359 static inline int get_sbits(GetBitContext *s, int n) in get_sbits() function
H A Dimm4.c145 factor2 = get_sbits(gb, 8); in decode_block()
H A Dalac.c318 lpc_coefs[ch][i] = get_sbits(&alac->gb, 16); in decode_element()
H A Datrac3.c234 code = get_sbits(gb, num_bits); in read_quant_spectral_coeffs()
H A Dmv30.c618 s->inter_quant = s->intra_quant + get_sbits(gb, 8); in decode_frame()

Completed in 22 milliseconds

12