Lines Matching refs:modeID
168 int modeID; /**< ID of the mode */
180 int modeID; /**< ID of the decoder mode */
526 .modeID = 0,
538 .modeID = 1,
550 .modeID = 2,
1233 if (st->modeID > 0) {
1235 s->st[st->modeID - 1].innov_save = low_innov_alias;
1236 ret = speex_modes[st->modeID - 1].decode(avctx, &s->st[st->modeID - 1], gb, out);
1271 memcpy(low_pi_gain, s->st[st->modeID - 1].pi_gain, sizeof(low_pi_gain));
1272 memcpy(low_exc_rms, s->st[st->modeID - 1].exc_rms, sizeof(low_exc_rms));
1366 st->modeID = mode->modeID;
1370 st->is_wideband = st->modeID > 0;
1377 st->full_frame_size = (1 + (st->modeID > 0)) * mode->frame_size;
1391 st->highpass_enabled = mode->modeID == 0;