Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dgrain_table.h50 } 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);
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()
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/
Dfilm_grain_table_test.cc73 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/
Dnoise_model.c350 aom_film_grain_table_t grain_table = { 0, 0 }; in main()
/external/libaom/libaom/av1/encoder/
Dencoder.h965 aom_film_grain_table_t *film_grain_table;
Dencoder.c512 memset(cpi->film_grain_table, 0, sizeof(aom_film_grain_table_t)); in update_film_grain_parameters()