Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dnoise_model.c1342 struct aom_noise_tx_t *tx_full = NULL; in aom_wiener_denoise_2d() local
1369 tx_full = aom_noise_tx_malloc(block_size); in aom_wiener_denoise_2d()
1379 tx_chroma = tx_full; in aom_wiener_denoise_2d()
1382 init_success &= (tx_full != NULL) && (tx_chroma != NULL) && (plane != NULL) && in aom_wiener_denoise_2d()
1392 (c > 0 && chroma_sub[0] > 0) ? tx_chroma : tx_full; in aom_wiener_denoise_2d()
1459 aom_noise_tx_free(tx_full); in aom_wiener_denoise_2d()