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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimc.c82 int skipFlagCount[BANDS]; ///< skipped coeffients per band member in struct:__anon1921
479 memset(q->skipFlagCount, 0, sizeof(q->skipFlagCount));
489 q->skipFlagCount[i]++;
497 q->skipFlagCount[i] += 2;
503 q->skipFlagCount[i]++;
509 q->skipFlagCount[i]++;
520 q->skipFlagCount[i]++;
782 if (q->bandFlagsBuf[i] && (band_tab[i+1] - band_tab[i]) != q->skipFlagCount[i]){
784 q->sqrt_tab[(band_tab[i+1] - band_tab[i] - q->skipFlagCount[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c74 int skipFlagCount[BANDS]; ///< skipped coeffients per band member in struct:IMCChannel
613 memset(chctx->skipFlagCount, 0, sizeof(chctx->skipFlagCount));
624 chctx->skipFlagCount[i]++;
632 chctx->skipFlagCount[i] += 2;
638 chctx->skipFlagCount[i]++;
644 chctx->skipFlagCount[i]++;
655 chctx->skipFlagCount[i]++;
826 if (chctx->bandFlagsBuf[i] && (band_tab[i + 1] - band_tab[i]) != chctx->skipFlagCount[i]) {
828 q->sqrt_tab[(band_tab[i + 1] - band_tab[i] - chctx->skipFlagCount[
[all...]

Completed in 43 milliseconds