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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dapedec.c862 int32_t predictionA, predictionB, sign; local
889 predictionB = d3 * p->coeffsB[filter][0] -
896 p->filterB[filter] = p->lastA[filter] + (predictionB >> shift);
1132 int32_t predictionA, predictionB, sign; local
1151 predictionB = p->buf[delayB ] * p->coeffsB[filter][0] +
1157 p->lastA[filter] = decoded + ((predictionA + (predictionB >> 1)) >> 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapedec.c541 int32_t predictionA, predictionB, sign; local
560 predictionB = p->buf[delayB ] * p->coeffsB[filter][0] +
566 p->lastA[filter] = decoded + ((predictionA + (predictionB >> 1)) >> 10);

Completed in 116 milliseconds