Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dfilm_grain_table_test.cc79 aom_film_grain_table_append(&table, 1000, 2000, film_grain_test_vectors + 0); in TEST()
89 aom_film_grain_table_append(&table, 2000, 3000, film_grain_test_vectors + 0); in TEST()
109 aom_film_grain_table_append(&table, 0, 1000, film_grain_test_vectors + 0); in TEST()
143 aom_film_grain_table_append(&table, i * 1000, (i + 1) * 1000, in TEST()
202 aom_film_grain_table_append(&table, i * 1000, (i + 1) * 1000, in TEST_F()
232 aom_film_grain_table_append(&table, 0, 3000, &grain); in TEST_F()
/external/libaom/libaom/aom/
Dexports_enc9 text aom_film_grain_table_append
/external/libaom/libaom/aom_dsp/
Dgrain_table.h60 void aom_film_grain_table_append(aom_film_grain_table_t *table,
Dgrain_table.c182 void aom_film_grain_table_append(aom_film_grain_table_t *t, int64_t time_stamp, in aom_film_grain_table_append() function
/external/libaom/libaom/examples/
Dnoise_model.c397 aom_film_grain_table_append(&grain_table, prev_timestamp, cur_timestamp, in main()
414 aom_film_grain_table_append(&grain_table, prev_timestamp, INT64_MAX, &grain); in main()
/external/libaom/libaom/av1/encoder/
Dencoder.c6633 aom_film_grain_table_append(cpi->film_grain_table, time_stamp, end_time, in apply_denoise_2d()