HomeSort by relevance Sort by last modified time
    Searched refs:TXCOEFF_TIMER (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/av1/decoder/
decodetxb.c 331 #if TXCOEFF_TIMER
360 #if TXCOEFF_TIMER
363 cm->txcoeff_timer += elapsed_time;
decoder.c 495 #if TXCOEFF_TIMER
496 cm->cum_txcoeff_timer += cm->txcoeff_timer;
499 cm->txb_count, cm->txcoeff_timer, cm->cum_txcoeff_timer);
500 cm->txcoeff_timer = 0;
decodeframe.c 175 #if TXCOEFF_TIMER
180 #if TXCOEFF_TIMER
183 cm->txcoeff_timer += elapsed_time;
    [all...]
  /external/libaom/libaom/av1/common/
onyxc_int.h 79 #define TXCOEFF_TIMER 0
546 #if TXCOEFF_TIMER
548 int64_t txcoeff_timer; member in struct:AV1Common
    [all...]

Completed in 594 milliseconds