Searched refs:aom_film_grain_table_append (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/test/ |
D | film_grain_table_test.cc | 79 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/ |
D | exports_enc | 9 text aom_film_grain_table_append
|
/external/libaom/libaom/aom_dsp/ |
D | grain_table.h | 60 void aom_film_grain_table_append(aom_film_grain_table_t *table,
|
D | grain_table.c | 182 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/ |
D | noise_model.c | 397 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/ |
D | encoder.c | 6633 aom_film_grain_table_append(cpi->film_grain_table, time_stamp, end_time, in apply_denoise_2d()
|