Lines Matching defs:history
86 int32_t history[MAX_CHANNELS][512]; /* This is a circular buffer */
335 memcpy(hist, &c->history[ch][0], 512 * sizeof(int32_t));
384 memcpy(hist, &c->history[c->channels - 1][0], 512 * sizeof(int32_t));
531 data[i] = c->history[ch][k];
902 c->history[ch][k] = input[k * c->channels + chi];
931 * But there are no proper value in decoder history, so likely result will be no good.
932 * Bitstream has "Predictor history flag switch", but this flag disables history for all subbands
1005 /* Predictor history switch flag: on */
1015 /* Copy history: 0 */