Home
last modified time | relevance | path

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

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