Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dnoise_util.h27 struct aom_noise_tx_t *aom_noise_tx_malloc(int block_size);
Dnoise_util.c38 struct aom_noise_tx_t *aom_noise_tx_malloc(int block_size) { in aom_noise_tx_malloc() function
Dnoise_model.c1363 tx_full = aom_noise_tx_malloc(block_size); in aom_wiener_denoise_2d()
1370 tx_chroma = aom_noise_tx_malloc(block_size >> chroma_sub[0]); in aom_wiener_denoise_2d()
/external/libaom/libaom/test/
Dnoise_model_test.cc81 struct aom_noise_tx_t *tx = aom_noise_tx_malloc(block_size); in get_noise_psd()