Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Daccounting.c64 aom_accounting_reset(accounting); in aom_accounting_init()
67 void aom_accounting_reset(Accounting *accounting) { in aom_accounting_reset() function
Daccounting.h72 void aom_accounting_reset(Accounting *accounting);
Ddecodeframe.c3194 aom_accounting_reset(&pbi->accounting); in decode_tiles()
3799 aom_accounting_reset(&pbi->accounting); in reset_dec_workers()
/external/libaom/libaom/test/
Daccounting_test.cc50 aom_accounting_reset(&accounting); in TEST()