Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dnoise_util.c39 struct aom_noise_tx_t *noise_tx = in aom_noise_tx_malloc() local
41 if (!noise_tx) return NULL; in aom_noise_tx_malloc()
42 memset(noise_tx, 0, sizeof(*noise_tx)); in aom_noise_tx_malloc()
45 noise_tx->fft = aom_fft2x2_float; in aom_noise_tx_malloc()
46 noise_tx->ifft = aom_ifft2x2_float; in aom_noise_tx_malloc()
49 noise_tx->fft = aom_fft4x4_float; in aom_noise_tx_malloc()
50 noise_tx->ifft = aom_ifft4x4_float; in aom_noise_tx_malloc()
53 noise_tx->fft = aom_fft8x8_float; in aom_noise_tx_malloc()
54 noise_tx->ifft = aom_ifft8x8_float; in aom_noise_tx_malloc()
57 noise_tx->fft = aom_fft16x16_float; in aom_noise_tx_malloc()
[all …]