Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dnoise_util.h28 void aom_noise_tx_free(struct aom_noise_tx_t *aom_noise_tx);
Dnoise_util.c75 aom_noise_tx_free(noise_tx); in aom_noise_tx_malloc()
130 void aom_noise_tx_free(struct aom_noise_tx_t *noise_tx) { in aom_noise_tx_free() function
Dnoise_model.c1453 aom_noise_tx_free(tx_full); in aom_wiener_denoise_2d()
1459 aom_noise_tx_free(tx_chroma); in aom_wiener_denoise_2d()
/external/libaom/libaom/test/
Dnoise_model_test.cc109 aom_noise_tx_free(tx); in get_noise_psd()