Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dfilm_grain_table_test.cc172 ASSERT_EQ(AOM_CODEC_ERROR, aom_film_grain_table_read( in TEST_F()
185 aom_film_grain_table_read(&table, grain_file.c_str(), &error_)); in TEST_F()
213 aom_film_grain_table_read(&table, grain_file.c_str(), &error_)); in TEST_F()
243 aom_film_grain_table_read(&table, grain_file.c_str(), &error_)); in TEST_F()
/external/libaom/libaom/aom_dsp/
Dgrain_table.h82 aom_codec_err_t aom_film_grain_table_read(
Dgrain_table.c257 aom_codec_err_t aom_film_grain_table_read( in aom_film_grain_table_read() function
/external/libaom/libaom/av1/encoder/
Dencoder.c514 aom_film_grain_table_read(cpi->film_grain_table, in update_film_grain_parameters()