Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmalosslessdec.c626 static void mclms_update(WmallDecodeCtx *s, int icoef, int *pred) in mclms_update() argument
634 pred_error = s->channel_residues[ich][icoef] - (unsigned)pred[ich]; in mclms_update()
640 s->mclms_coeffs_cur[ich * num_channels + j] += WMASIGN(s->channel_residues[j][icoef]); in mclms_update()
646 s->mclms_coeffs_cur[ich * num_channels + j] -= WMASIGN(s->channel_residues[j][icoef]); in mclms_update()
652 s->mclms_prevvalues[s->mclms_recent] = av_clip(s->channel_residues[ich][icoef], in mclms_update()
654 s->mclms_updates[s->mclms_recent] = WMASIGN(s->channel_residues[ich][icoef]); in mclms_update()
668 static void mclms_predict(WmallDecodeCtx *s, int icoef, int *pred) in mclms_predict() argument
682 pred[ich] += (uint32_t)s->channel_residues[i][icoef] * in mclms_predict()
686 s->channel_residues[ich][icoef] += (unsigned)pred[ich]; in mclms_predict()
692 int icoef, pre in revert_mclms() local
701 int ilms, recent, icoef; use_high_update_speed() local
719 int ilms, recent, icoef; use_normal_update_speed() local
797 int icoef; revert_inter_ch_decorr() local
[all...]

Completed in 2 milliseconds