Searched refs:fdct (Results 1 - 14 of 14) sorted by relevance

/external/jpeg/
H A Djcdctmgr.c56 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
78 if (fdct->divisors[qtblno] == NULL) {
79 fdct->divisors[qtblno] = (DCTELEM *)
83 dtbl = fdct->divisors[qtblno];
112 if (fdct->divisors[qtblno] == NULL) {
113 fdct->divisors[qtblno] = (DCTELEM *)
117 dtbl = fdct->divisors[qtblno];
145 if (fdct->float_divisors[qtblno] == NULL) {
146 fdct
187 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
277 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
347 my_fdct_ptr fdct; local
[all...]
H A Djccoefct.c177 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
282 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
H A Djcmaster.c417 (*cinfo->fdct->start_pass) (cinfo);
H A Djpeglib.h406 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
/external/qemu/distrib/jpeg-6b/
H A Djcdctmgr.c56 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
78 if (fdct->divisors[qtblno] == NULL) {
79 fdct->divisors[qtblno] = (DCTELEM *)
83 dtbl = fdct->divisors[qtblno];
112 if (fdct->divisors[qtblno] == NULL) {
113 fdct->divisors[qtblno] = (DCTELEM *)
117 dtbl = fdct->divisors[qtblno];
145 if (fdct->float_divisors[qtblno] == NULL) {
146 fdct
187 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
277 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
347 my_fdct_ptr fdct; local
[all...]
H A Djccoefct.c177 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
282 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
H A Djcmaster.c417 (*cinfo->fdct->start_pass) (cinfo);
H A Djpeglib.h406 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
/external/libvpx/vp8/encoder/arm/
H A Darm_csystemdependent.c61 /*cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
62 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;*/
63 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_armv6;
64 cpi->rtcd.fdct.fast8x4 = vp8_fast_fdct8x4_armv6;
65 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_armv6;
111 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_neon;
112 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_neon;
113 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_neon;
114 cpi->rtcd.fdct.fast8x4 = vp8_fast_fdct8x4_neon;
115 cpi->rtcd.fdct
[all...]
/external/libvpx/vp8/encoder/x86/
H A Dx86_csystemdependent.c229 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_mmx;
230 cpi->rtcd.fdct.short8x4 = short_fdct8x4_mmx;
231 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_mmx;
232 cpi->rtcd.fdct.fast8x4 = short_fdct8x4_mmx;
234 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c;
282 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_sse2;
283 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_sse2;
284 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_sse2;
285 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_sse2;
287 cpi->rtcd.fdct
[all...]
/external/libvpx/vp8/encoder/generic/
H A Dcsystemdependent.c77 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
78 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
79 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_c;
80 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_c;
81 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c;
/external/libvpx/vp8/encoder/arm/neon/
H A Dshortfdct_neon.asm102 ; first 4x4 fdct. Do not need to worry about
104 ; touched in the 4x4 fdct function
/external/libvpx/vp8/encoder/
H A Donyx_int.h233 vp8_fdct_rtcd_vtable_t fdct; member in struct:VP8_ENCODER_RTCD
H A Donyx_if.c1198 cpi->mb.vp8_short_fdct8x4 = FDCT_INVOKE(&cpi->rtcd.fdct, short8x4);
1199 cpi->mb.vp8_short_fdct4x4 = FDCT_INVOKE(&cpi->rtcd.fdct, short4x4);
1203 cpi->mb.vp8_short_fdct8x4 = FDCT_INVOKE(&cpi->rtcd.fdct, fast8x4);
1204 cpi->mb.vp8_short_fdct4x4 = FDCT_INVOKE(&cpi->rtcd.fdct, fast4x4);
1207 cpi->mb.short_walsh4x4 = FDCT_INVOKE(&cpi->rtcd.fdct, walsh_short4x4);

Completed in 190 milliseconds