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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapedec.c117 int32_t lastA[2]; member in struct:APEPredictor
496 p->lastA[0] = p->lastA[1] = 0;
508 p->buf[delayA] = p->lastA[filter];
531 p->lastA[filter] = decoded + ((predictionA + (predictionB >> 1)) >> 10);
532 p->filterA[filter] = p->lastA[filter] + ((p->filterA[filter] * 31) >> 5);
594 currentA = p->lastA[0];
636 p->lastA[0] = currentA;

Completed in 37 milliseconds