Searched refs:MM_ALTIVEC (Results 1 – 13 of 13) sorted by relevance
53 result |= MM_ALTIVEC; in mm_support()277 mm_flags |= MM_ALTIVEC; in dsputil_init_ppc()
606 if ((mm_flags & MM_ALTIVEC) == 0) return; in MPV_common_init_altivec()
34 #define MM_ALTIVEC 0x1000 macro
141 if(ff->cpuext & MM_ALTIVEC) in FESTAFILT_Do()318 else if(ff->cpuext & MM_ALTIVEC) in FESTAFILT_Init()
154 mm_flag |= MM_ALTIVEC; // FIXME for actual detection! in ac_mmflag()
67 has_vectors = mm_support() & MM_ALTIVEC; in fft_inits()
384 #define MM_ALTIVEC 0x0001 /* standard AltiVec */ macro
83 if (has_vectors & MM_ALTIVEC) { in ff_fft_init()
112 {"altivecfdct", 0, fdct_altivec, fdct, NO_PERM, MM_ALTIVEC},
569 #define MM_ALTIVEC 0x0001 /* standard AltiVec */ macro
411 if ((mm_flags & MM_ALTIVEC) && NB_TAPS == 4 && FILTER_BITS <= 6) in component_resample()