Lines Matching defs:temp
59 void aom_fft_2d_gen(const float *input, float *temp, float *output, int n, in aom_fft_2d_gen()
90 void aom_fft2x2_float_c(const float *input, float *temp, float *output) { in aom_fft2x2_float_c()
95 void aom_fft4x4_float_c(const float *input, float *temp, float *output) { in aom_fft4x4_float_c()
100 void aom_fft8x8_float_c(const float *input, float *temp, float *output) { in aom_fft8x8_float_c()
105 void aom_fft16x16_float_c(const float *input, float *temp, float *output) { in aom_fft16x16_float_c()
110 void aom_fft32x32_float_c(const float *input, float *temp, float *output) { in aom_fft32x32_float_c()
115 void aom_ifft_2d_gen(const float *input, float *temp, float *output, int n, in aom_ifft_2d_gen()
197 void aom_ifft2x2_float_c(const float *input, float *temp, float *output) { in aom_ifft2x2_float_c()
202 void aom_ifft4x4_float_c(const float *input, float *temp, float *output) { in aom_ifft4x4_float_c()
207 void aom_ifft8x8_float_c(const float *input, float *temp, float *output) { in aom_ifft8x8_float_c()
212 void aom_ifft16x16_float_c(const float *input, float *temp, float *output) { in aom_ifft16x16_float_c()
217 void aom_ifft32x32_float_c(const float *input, float *temp, float *output) { in aom_ifft32x32_float_c()