Searched refs:aom_film_grain_table_t (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | grain_table.h | 50 } aom_film_grain_table_t; typedef 60 void aom_film_grain_table_append(aom_film_grain_table_t *table, 72 int aom_film_grain_table_lookup(aom_film_grain_table_t *t, int64_t time_stamp, 83 aom_film_grain_table_t *table, const char *filename, 93 const aom_film_grain_table_t *t, const char *filename, 96 void aom_film_grain_table_free(aom_film_grain_table_t *t);
|
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() 201 int aom_film_grain_table_lookup(aom_film_grain_table_t *t, int64_t time_stamp, in aom_film_grain_table_lookup() 258 aom_film_grain_table_t *t, const char *filename, in aom_film_grain_table_read() 298 const aom_film_grain_table_t *t, const char *filename, in aom_film_grain_table_write() 326 void aom_film_grain_table_free(aom_film_grain_table_t *t) { in aom_film_grain_table_free()
|
/external/libaom/libaom/test/ |
D | film_grain_table_test.cc | 73 aom_film_grain_table_t table; in TEST() 105 aom_film_grain_table_t table; in TEST() 136 aom_film_grain_table_t table; in TEST() 170 aom_film_grain_table_t table; in TEST_F() 177 aom_film_grain_table_t table; in TEST_F() 190 aom_film_grain_table_t table; in TEST_F() 228 aom_film_grain_table_t table; in TEST_F()
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 350 aom_film_grain_table_t grain_table = { 0, 0 }; in main()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.h | 965 aom_film_grain_table_t *film_grain_table;
|
D | encoder.c | 512 memset(cpi->film_grain_table, 0, sizeof(aom_film_grain_table_t)); in update_film_grain_parameters()
|