Searched refs:idct_permutation_type (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dproresdsp-init.c38 dsp->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
43 dsp->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
49 dsp->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
H A Dmpegvideo_mmx_template.c226 if(s->dsp.idct_permutation_type == FF_SIMPLE_IDCT_PERM){
270 }else if(s->dsp.idct_permutation_type == FF_LIBMPEG2_IDCT_PERM){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dproresdsp_init.c41 dsp->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
46 dsp->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
51 dsp->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
H A Didctdsp_init.c44 int idct_permutation_type)
48 switch (idct_permutation_type) {
79 c->idct_permutation_type = FF_SIMPLE_IDCT_PERM;
106 c->idct_permutation_type = FF_SSE2_IDCT_PERM;
43 ff_init_scantable_permutation_x86(uint8_t *idct_permutation, int idct_permutation_type) argument
H A Dmpegvideoenc_template.c235 if (s->idsp.idct_permutation_type == FF_SIMPLE_IDCT_PERM) {
279 }else if(s->idsp.idct_permutation_type == FF_LIBMPEG2_IDCT_PERM){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdsp.h31 int idct_permutation_type; member in struct:__anon1963
H A Dproresdsp.c57 dsp->idct_permutation_type = FF_NO_IDCT_PERM;
62 dsp->idct_permutation_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdsp.h32 int idct_permutation_type; member in struct:ProresDSPContext
H A Dproresdsp.c61 dsp->idct_permutation_type = FF_NO_IDCT_PERM;
67 dsp->idct_permutation_type);
H A Didctdsp.h38 int idct_permutation_type);
40 int idct_permutation_type);
86 int idct_permutation_type; member in struct:IDCTDSPContext
H A Didctdsp.c50 int idct_permutation_type)
56 idct_permutation_type))
59 switch (idct_permutation_type) {
256 c->idct_permutation_type = FF_NO_IDCT_PERM;
261 c->idct_permutation_type = FF_NO_IDCT_PERM;
266 c->idct_permutation_type = FF_NO_IDCT_PERM;
272 c->idct_permutation_type = FF_NO_IDCT_PERM;
277 c->idct_permutation_type = FF_NO_IDCT_PERM;
283 c->idct_permutation_type = FF_LIBMPEG2_IDCT_PERM;
288 c->idct_permutation_type
49 ff_init_scantable_permutation(uint8_t *idct_permutation, int idct_permutation_type) argument
[all...]
H A Dwmv2.c34 s->idsp.idct_permutation_type = w->wdsp.idct_perm;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_init_armv5te.c38 c->idct_permutation_type = FF_NO_IDCT_PERM;
H A Ddsputil_init_arm.c89 c->idct_permutation_type = FF_LIBMPEG2_IDCT_PERM;
94 c->idct_permutation_type = FF_NO_IDCT_PERM;
H A Ddsputil_init_armv6.c83 c->idct_permutation_type = FF_LIBMPEG2_IDCT_PERM;
H A Ddsputil_init_neon.c192 c->idct_permutation_type = FF_PARTTRANS_IDCT_PERM;
199 c->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Didctdsp_init_armv5te.c42 c->idct_permutation_type = FF_NO_IDCT_PERM;
H A Didctdsp_init_armv6.c44 c->idct_permutation_type = FF_LIBMPEG2_IDCT_PERM;
H A Didctdsp_init_neon.c47 c->idct_permutation_type = FF_PARTTRANS_IDCT_PERM;
H A Didctdsp_init_arm.c81 c->idct_permutation_type = FF_LIBMPEG2_IDCT_PERM;
86 c->idct_permutation_type = FF_NO_IDCT_PERM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Ddsputil_ppc.c187 c->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
193 c->idct_permutation_type = FF_TRANSPOSE_IDCT_PERM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Dmpegvideo_bfin.c138 if (s->dsp.idct_permutation_type != FF_NO_IDCT_PERM)
H A Ddsputil_bfin.c261 c->idct_permutation_type = FF_NO_IDCT_PERM;
266 c->idct_permutation_type = FF_NO_IDCT_PERM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ps2/
H A Ddsputil_mmi.c164 c->idct_permutation_type= FF_LIBMPEG2_IDCT_PERM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sh4/
H A Ddsputil_sh4.c105 c->idct_permutation_type= FF_NO_IDCT_PERM;

Completed in 95 milliseconds

12