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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmsmpeg4data.h70 extern const uint8_t wmv1_scantable[WMV1_SCANTABLE_COUNT][64];
H A Dintrax8.c674 ff_init_scantable(s->dsp.idct_permutation, &w->scantable[0], wmv1_scantable[0]);
675 ff_init_scantable(s->dsp.idct_permutation, &w->scantable[1], wmv1_scantable[2]);
676 ff_init_scantable(s->dsp.idct_permutation, &w->scantable[2], wmv1_scantable[3]);
H A Dmsmpeg4.c123 ff_init_scantable(s->dsp.idct_permutation, &s->intra_scantable , wmv1_scantable[1]);
124 ff_init_scantable(s->dsp.idct_permutation, &s->intra_h_scantable, wmv1_scantable[2]);
125 ff_init_scantable(s->dsp.idct_permutation, &s->intra_v_scantable, wmv1_scantable[3]);
126 ff_init_scantable(s->dsp.idct_permutation, &s->inter_scantable , wmv1_scantable[0]);
H A Dvc1.c2495 zz_table = wmv1_scantable[2];
2497 zz_table = wmv1_scantable[3];
2499 zz_table = wmv1_scantable[1];
2680 zz_table = wmv1_scantable[2];
2682 zz_table = wmv1_scantable[3];
2684 zz_table = wmv1_scantable[1];
2886 zz_table = wmv1_scantable[0];
3030 idx = wmv1_scantable[0][i++];
H A Dmsmpeg4data.c1827 const uint8_t wmv1_scantable[WMV1_SCANTABLE_COUNT][64]={ variable

Completed in 79 milliseconds