Home
last modified time | relevance | path

Searched refs:AVxWorkerStatus (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_util/
Daom_thread.h299 } AVxWorkerStatus; typedef
312 AVxWorkerStatus status_;
Daom_thread.c85 static void change_state(AVxWorker *const worker, AVxWorkerStatus new_status) { in change_state()