Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecoder.c496 cm->cum_txcoeff_timer += cm->txcoeff_timer; in av1_receive_compressed_data()
499 cm->txb_count, cm->txcoeff_timer, cm->cum_txcoeff_timer); in av1_receive_compressed_data()
500 cm->txcoeff_timer = 0; in av1_receive_compressed_data()
Ddecodetxb.c363 cm->txcoeff_timer += elapsed_time; in av1_read_coeffs_txb_facade()
Ddecodeframe.c183 cm->txcoeff_timer += elapsed_time; in read_coeffs_tx_intra_block()
/external/libaom/libaom/av1/common/
Donyxc_int.h548 int64_t txcoeff_timer; member