Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlpdsp.c33 int32_t *iirbuf = state + MAX_BLOCKSIZE + MAX_FIR_ORDER; in mlp_filter_channel() local
47 accum += (int64_t) iirbuf[order] * iircoeff[order]; in mlp_filter_channel()
53 *--iirbuf = result - accum; in mlp_filter_channel()
H A Dmlpdec.c964 int32_t *iirbuf = state_buffer[IIR] + MAX_BLOCKSIZE; in filter_channel() local
971 memcpy(iirbuf, iir->state, MAX_IIR_ORDER * sizeof(int32_t)); in filter_channel()
979 memcpy(iir->state, iirbuf - s->blocksize, MAX_IIR_ORDER * sizeof(int32_t)); in filter_channel()

Completed in 3 milliseconds