Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe_dec.c644 static int InitThreadContext(VP8Decoder* const dec) { in InitThreadContext() function
805 if (!InitThreadContext(dec)) return 0; // call first. Sets dec->num_caches_. in VP8InitFrame()