Searched refs:prediction_mode (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dcaenc.c | 84 int32_t prediction_mode[MAX_CHANNELS][DCAENC_SUBBANDS]; member 223 c->prediction_mode[i][j] = -1; in encode_init() 592 c->prediction_mode[ch][band] = pred_vq_id; in adpcm_analysis() 596 c->prediction_mode[ch][band] = -1; in adpcm_analysis() 660 ff_dcaadpcm_do_real(c->prediction_mode[ch][band], in quantize_adpcm_subband() 674 if (c->prediction_mode[ch][band] >= 0) in quantize_adpcm() 684 if (c->prediction_mode[ch][band] == -1) { in quantize_pcm() 816 if (c->prediction_mode[ch][band] == -1) { in init_quantization_noise() 917 if (c->prediction_mode[ch][band] == -1) { in fill_in_adpcm_bufer() 1125 put_bits(&c->pb, 1, !(c->prediction_mode[ch][band] == -1)); in put_subframe() [all …]
|
D | dca_core.c | 420 s->prediction_mode[ch][band] = get_bits1(&s->gb); in parse_subframe_header() 425 if (s->prediction_mode[ch][band]) in parse_subframe_header() 604 const int8_t *prediction_mode, in inverse_adpcm() argument 611 if (prediction_mode[i]) { in inverse_adpcm() 741 s->prediction_mode[ch], 0, s->nsubbands[ch], in parse_subframe_audio() 1250 s->prediction_mode[ch], s->x96_subband_start, s->nsubbands[ch], in parse_x96_subframe_audio() 1318 s->prediction_mode[ch][band] = get_bits1(&s->gb); in parse_x96_subframe_header() 1323 if (s->prediction_mode[ch][band]) in parse_x96_subframe_header()
|
D | dca_core.h | 140 int8_t prediction_mode[DCA_CHANNELS][DCA_SUBBANDS_X96]; ///< Prediction mode member
|