Searched refs:dct (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodsp.c23 #include "dct.h"
28 DCTContext dct; local
30 ff_dct_init(&dct, 5, DCT_II);
37 s->dct32_float = dct.dct32;
H A Ddct-test.c250 static int dct_error(const struct algo *dct, int test, int is_idct, int speed) argument
271 permute(block, block1, dct->format);
273 dct->func(block);
276 if (dct->format == SCALE_PERM) {
317 is_idct ? "IDCT" : "DCT", dct->name, err_inf,
321 if (spec_err && !dct->nonspec)
329 permute(block1, block, dct->format);
336 dct->func(block);
343 printf("%s %s: %0.1f kdct/s\n", is_idct ? "IDCT" : "DCT", dct->name,
491 printf("dct
[all...]
H A Dbinkaudio.c35 #include "dct.h"
69 DCTContext dct; member in union:__anon1882::__anon1883
147 ff_dct_init(&s->trans.dct, frame_len_bits, DCT_III);
261 s->trans.dct.dct_calc(&s->trans.dct, coeffs);
299 ff_dct_end(&s->trans.dct);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Ddct.mak2 fate-idct8x8: libavcodec/dct-test$(EXESUF)
3 fate-idct8x8: CMD = run libavcodec/dct-test -i
H A Dea.mak7 FATE_TESTS += fate-ea-dct
8 fate-ea-dct: CMD = framecrc -idct simple -i $(SAMPLES)/ea-dct/NFS2Esprit-partial.dct
H A Daudio.mak1 FATE_BINKAUDIO += fate-binkaudio-dct
2 fate-binkaudio-dct: CMD = pcm -i $(SAMPLES)/bink/binkaudio_dct.bik
3 fate-binkaudio-dct: CMP = oneoff
4 fate-binkaudio-dct: REF = $(SAMPLES)/bink/binkaudio_dct.pcm
5 fate-binkaudio-dct: FUZZ = 2
H A Dmicrosoft.mak2 fate-msmpeg4v1: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/msmpeg4v1/mpg4.avi -an
H A Dreal.mak16 fate-rv30: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/real/rv30.rm -an
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodsp.c24 #include "dct.h"
29 DCTContext dct; local
31 ff_dct_init(&dct, 5, DCT_II);
38 s->dct32_float = dct.dct32;
H A Ddct-test.c42 #include "dct.h"
253 static int dct_error(const struct algo *dct, int test, int is_idct, int speed, const int bits) argument
275 permute(block, block1, dct->format);
277 dct->func(block);
280 if (dct->format == SCALE_PERM) {
288 if (!strcmp(dct->name, "PR-SSE2"))
324 is_idct ? "IDCT" : "DCT", dct->name, err_inf,
328 if (spec_err && !dct->nonspec)
337 permute(block1, block, dct->format);
344 dct
[all...]
H A Dbinkaudio.c35 #include "dct.h"
63 DCTContext dct; member in union:__anon3097::__anon3098
139 ff_dct_init(&s->trans.dct, frame_len_bits, DCT_III);
244 s->trans.dct.dct_calc(&s->trans.dct, coeffs);
276 ff_dct_end(&s->trans.dct);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Didct_sse2_xvid.c10 * Originally from dct/x86_asm/fdct_sse2_skal.asm in Xvid.
24 * More details at http://skal.planet-d.net/coding/dct.html
208 #define iLLM_PASS(dct) \
266 "movdqa "TAN3", 1*16("dct") \n\t" \
267 "movdqa %%xmm3, 2*16("dct") \n\t" \
268 "movdqa "REG0", 5*16("dct") \n\t" \
269 "movdqa %%xmm5, 6*16("dct") \n\t" \
280 "movdqa %%xmm1, ("dct") \n\t" \
281 "movdqa "TAN1", 3*16("dct") \n\t" \
282 "movdqa "REG4", 4*16("dct") \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Didct_sse2_xvid.c10 * Originally from dct/x86_asm/fdct_sse2_skal.asm in Xvid.
24 * More details at http://skal.planet-d.net/coding/dct.html
206 #define iLLM_PASS(dct) \
264 "movdqa "TAN3", 1*16("dct") \n\t" \
265 "movdqa %%xmm3, 2*16("dct") \n\t" \
266 "movdqa "REG0", 5*16("dct") \n\t" \
267 "movdqa %%xmm5, 6*16("dct") \n\t" \
278 "movdqa %%xmm1, ("dct") \n\t" \
279 "movdqa "TAN1", 3*16("dct") \n\t" \
280 "movdqa "REG4", 4*16("dct") \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_spp.h44 AVDCT *dct; member in struct:__anon3426
H A Dvf_spp.c236 p->dct->fdct(block);
237 p->requantize(block2, block, qp, p->dct->idct_permutation);
238 p->dct->idct(block2);
381 spp->dct = avcodec_dct_alloc();
382 if (!spp->avctx || !spp->dct)
385 avcodec_dct_init(spp->dct);
406 av_freep(&spp->dct);
H A Dvf_dctdnoiz.c23 * @see http://www.ipol.im/pub/art/2011/ys-dct/
51 float *weights; // dct coeff are cumulated with overlapping; these values are used for averaging
55 DCTContext *dct, *idct; // DCT and inverse DCT contexts member in struct:__anon3384
82 av_dct_calc(ctx->dct, line);
95 av_dct_calc(ctx->dct, column);
201 s->dct = av_dct_init(NBITS, DCT_II);
206 if (!s->dct || !s->idct || !s->tmp_block || !s->block)
283 // block dct sums
391 av_dct_end(s->dct);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dlibavcodec.mak7 fate-idct8x8: libavcodec/dct-test$(EXESUF)
8 fate-idct8x8: CMD = run libavcodec/dct-test -i
H A Daudio.mak1 FATE_BINKAUDIO-$(call DEMDEC, BINK, BINKAUDIO_DCT) += fate-binkaudio-dct
2 fate-binkaudio-dct: CMD = pcm -i $(TARGET_SAMPLES)/bink/binkaudio_dct.bik
3 fate-binkaudio-dct: REF = $(SAMPLES)/bink/binkaudio_dct.pcm
4 fate-binkaudio-dct: FUZZ = 2
H A Dadpcm.mak26 fate-adpcm-ea-2: CMD = framecrc -i $(TARGET_SAMPLES)/ea-dct/NFS2Esprit-partial.dct -vn
H A Dvcodec.mak46 fate-vsynth%-dv: ENCOPTS = -dct int -s pal
50 fate-vsynth%-dv-411: ENCOPTS = -dct int -s pal -pix_fmt yuv411p \
56 fate-vsynth%-dv-50: ENCOPTS = -dct int -s pal -pix_fmt yuv422p \
149 fate-vsynth%-mpeg2-idct-int: ENCOPTS = -qscale 10 -idct int -dct int
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A DMakefile.am122 ./djpeg -dct int -ppm -outfile testout.ppm $(srcdir)/testorig.jpg
123 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp $(srcdir)/testorig.jpg
124 ./cjpeg -dct int -outfile testout.jpg $(srcdir)/testimg.ppm
125 ./djpeg -dct int -ppm -outfile testoutp.ppm $(srcdir)/testprog.jpg
126 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg $(srcdir)/testimg.ppm
H A Dmakefile.ansi138 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
139 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
140 ./cjpeg -dct int -outfile testout.jpg testimg.ppm
141 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
142 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264dsp.c189 static void h264_idct8_add_altivec(uint8_t *dst, int16_t *dct, int stride) argument
205 dct[0] += 32; // rounding for the >>6 at the end
207 s0 = vec_ld(0x00, (int16_t*)dct);
208 s1 = vec_ld(0x10, (int16_t*)dct);
209 s2 = vec_ld(0x20, (int16_t*)dct);
210 s3 = vec_ld(0x30, (int16_t*)dct);
211 s4 = vec_ld(0x40, (int16_t*)dct);
212 s5 = vec_ld(0x50, (int16_t*)dct);
213 s6 = vec_ld(0x60, (int16_t*)dct);
214 s7 = vec_ld(0x70, (int16_t*)dct);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c431 static void ff_h264_idct8_add_altivec( uint8_t *dst, DCTELEM *dct, int stride ) { argument
446 dct[0] += 32; // rounding for the >>6 at the end
448 s0 = vec_ld(0x00, (int16_t*)dct);
449 s1 = vec_ld(0x10, (int16_t*)dct);
450 s2 = vec_ld(0x20, (int16_t*)dct);
451 s3 = vec_ld(0x30, (int16_t*)dct);
452 s4 = vec_ld(0x40, (int16_t*)dct);
453 s5 = vec_ld(0x50, (int16_t*)dct);
454 s6 = vec_ld(0x60, (int16_t*)dct);
455 s7 = vec_ld(0x70, (int16_t*)dct);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A DMakefile34 include $(SRC_PATH)/tests/fate/dct.mak

Completed in 200 milliseconds

123