Searched refs:prediction_mode (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dcaenc.c | 83 int32_t prediction_mode[MAX_CHANNELS][DCAENC_SUBBANDS]; member 217 c->prediction_mode[i][j] = -1; in encode_init() 586 c->prediction_mode[ch][band] = pred_vq_id; in adpcm_analysis() 590 c->prediction_mode[ch][band] = -1; in adpcm_analysis() 654 ff_dcaadpcm_do_real(c->prediction_mode[ch][band], in quantize_adpcm_subband() 668 if (c->prediction_mode[ch][band] >= 0) in quantize_adpcm() 678 if (c->prediction_mode[ch][band] == -1) { in quantize_pcm() 810 if (c->prediction_mode[ch][band] == -1) { in init_quantization_noise() 911 if (c->prediction_mode[ch][band] == -1) { in fill_in_adpcm_bufer() 1119 put_bits(&c->pb, 1, !(c->prediction_mode[ch][band] == -1)); in put_subframe() [all …]
|
D | dca_core.h | 142 int8_t prediction_mode[DCA_CHANNELS][DCA_SUBBANDS_X96]; ///< Prediction mode member
|
D | dca_core.c | 418 s->prediction_mode[ch][band] = get_bits1(&s->gb); in parse_subframe_header() 423 if (s->prediction_mode[ch][band]) in parse_subframe_header() 602 const int8_t *prediction_mode, in inverse_adpcm() argument 609 if (prediction_mode[i]) { in inverse_adpcm() 739 s->prediction_mode[ch], 0, s->nsubbands[ch], in parse_subframe_audio() 1248 s->prediction_mode[ch], s->x96_subband_start, s->nsubbands[ch], in parse_x96_subframe_audio() 1316 s->prediction_mode[ch][band] = get_bits1(&s->gb); in parse_x96_subframe_header() 1321 if (s->prediction_mode[ch][band]) in parse_x96_subframe_header()
|