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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsmpeg4data.h57 extern const uint8_t wmv1_scantable[WMV1_SCANTABLE_COUNT][64];
H A Dintrax8.c699 ff_init_scantable(s->dsp.idct_permutation, &w->scantable[0], wmv1_scantable[0]);
700 ff_init_scantable(s->dsp.idct_permutation, &w->scantable[1], wmv1_scantable[2]);
701 ff_init_scantable(s->dsp.idct_permutation, &w->scantable[2], wmv1_scantable[3]);
H A Dmsmpeg4.c164 ff_init_scantable(s->dsp.idct_permutation, &s->intra_scantable , wmv1_scantable[1]);
165 ff_init_scantable(s->dsp.idct_permutation, &s->intra_h_scantable, wmv1_scantable[2]);
166 ff_init_scantable(s->dsp.idct_permutation, &s->intra_v_scantable, wmv1_scantable[3]);
167 ff_init_scantable(s->dsp.idct_permutation, &s->inter_scantable , wmv1_scantable[0]);
H A Dvc1dec.c5234 v->zz_8x8[0][i] = transpose(wmv1_scantable[0][i]);
5235 v->zz_8x8[1][i] = transpose(wmv1_scantable[1][i]);
5236 v->zz_8x8[2][i] = transpose(wmv1_scantable[2][i]);
5237 v->zz_8x8[3][i] = transpose(wmv1_scantable[3][i]);
5243 memcpy(v->zz_8x8, wmv1_scantable, 4*64);
H A Dmsmpeg4data.c1827 const uint8_t wmv1_scantable[WMV1_SCANTABLE_COUNT][64]={ variable

Completed in 123 milliseconds