Searched refs:icoef (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmalosslessdec.c622 static void mclms_update(WmallDecodeCtx *s, int icoef, int *pred) argument
630 pred_error = s->channel_residues[ich][icoef] - pred[ich];
636 if (s->channel_residues[j][icoef] > 0)
638 else if (s->channel_residues[j][icoef] < 0)
646 if (s->channel_residues[j][icoef] > 0)
648 else if (s->channel_residues[j][icoef] < 0)
656 s->mclms_prevvalues[s->mclms_recent] = s->channel_residues[ich][icoef];
657 if (s->channel_residues[ich][icoef] > range - 1)
659 else if (s->channel_residues[ich][icoef] < -range)
663 if (s->channel_residues[ich][icoef] >
680 mclms_predict(WmallDecodeCtx *s, int icoef, int *pred) argument
704 int icoef, pred[WMALL_MAX_CHANNELS] = { 0 }; local
743 int ilms, recent, icoef; local
761 int ilms, recent, icoef; local
782 int icoef, pred, ilms, num_lms, residue, input; local
809 int icoef; local
[all...]

Completed in 96 milliseconds