Searched refs:DFG_INTERVAL_QUEUE_SIZE (Results 1 – 2 of 2) sorted by relevance
89 #define DFG_INTERVAL_QUEUE_SIZE 64 macro94 DFG_INTERVAL buf[DFG_INTERVAL_QUEUE_SIZE];
593 if (queue->size >= DFG_INTERVAL_QUEUE_SIZE) { in av1_decoder_model_process_frame()609 queue->head = (queue->head + 1) % DFG_INTERVAL_QUEUE_SIZE; in av1_decoder_model_process_frame()614 (queue->head + queue->size++) % DFG_INTERVAL_QUEUE_SIZE; in av1_decoder_model_process_frame()