Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8i.h173 } VP8ThreadContext; typedef
203 VP8ThreadContext thread_ctx_; // Thread context
Dframe.c72 const VP8ThreadContext* ctx) { in ReconstructRow()
204 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in DoFilter()
386 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in DitherRow()
415 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in FinishRow()
513 VP8ThreadContext* const ctx = &dec->thread_ctx_; in VP8ProcessRow()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8i.h180 } VP8ThreadContext; typedef
204 VP8ThreadContext thread_ctx_; // Thread context
Dframe.c43 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in DoFilter()
166 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in FinishRow()
257 VP8ThreadContext* const ctx = &dec->thread_ctx_; in VP8ProcessRow()