Searched refs:fdct (Results 1 – 10 of 10) sorted by relevance
56 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; in start_pass_fdctmgr() local78 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 …]
177 (*cinfo->fdct->forward_DCT) (cinfo, compptr, in compress_data()282 (*cinfo->fdct->forward_DCT) (cinfo, compptr, in compress_first_pass()
417 (*cinfo->fdct->start_pass) (cinfo); in prepare_for_pass()
406 struct jpeg_forward_dct * fdct; member
63 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()
229 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()
77 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()
102 ; first 4x4 fdct. Do not need to worry about104 ; touched in the 4x4 fdct function
233 vp8_fdct_rtcd_vtable_t fdct; member
1198 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()