Searched defs:VP9Worker (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_thread.h176 } VP9Worker; typedef in typeref:struct:__anon9540
182 void (*init)(VP9Worker *const worker);
185 int (*reset)(VP9Worker *const worker);
188 int (*sync)(VP9Worker *const worker);
192 void (*launch)(VP9Worker *const worker);
195 // mechanism while still using the VP9Worker structs. sync() must
197 void (*execute)(VP9Worker *const worker);
200 void (*end)(VP9Worker *const worker);

Completed in 93 milliseconds