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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.h290 const uint8_t *scantab = h->scantable.permutated; local
301 dst[scantab[pos]] = (level_buf[coeff_num]*mul + round) >> shift;
H A Dasv1.c58 static const uint8_t scantab[64]={ variable
245 const int index= scantab[4*i];
275 const int index= scantab[count];
288 const int index= scantab[4*i];
540 ff_init_scantable(a->dsp.idct_permutation, &a->scantable, scantab);
553 int index= scantab[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavsdec.c522 const uint8_t *scantab = h->scantable.permutated; local
533 dst[scantab[pos]] = (level_buf[coeff_num] * mul + round) >> shift;

Completed in 48 milliseconds