Lines Matching defs:prediction_mode
84 int32_t prediction_mode[MAX_CHANNELS][DCAENC_SUBBANDS];
223 c->prediction_mode[i][j] = -1;
592 c->prediction_mode[ch][band] = pred_vq_id;
596 c->prediction_mode[ch][band] = -1;
660 ff_dcaadpcm_do_real(c->prediction_mode[ch][band],
674 if (c->prediction_mode[ch][band] >= 0)
684 if (c->prediction_mode[ch][band] == -1) {
816 if (c->prediction_mode[ch][band] == -1) {
917 if (c->prediction_mode[ch][band] == -1) {
1125 put_bits(&c->pb, 1, !(c->prediction_mode[ch][band] == -1));
1130 if (c->prediction_mode[ch][band] >= 0)
1131 put_bits(&c->pb, 12, c->prediction_mode[ch][band]);