Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8i.h210 } VP8ThreadContext; typedef
240 VP8ThreadContext thread_ctx_; // Thread context
Dframe.c21 const VP8ThreadContext* ctx); // TODO(skal): remove
34 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in DoFilter()
219 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in DitherRow()
248 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in FinishRow()
346 VP8ThreadContext* const ctx = &dec->thread_ctx_; in VP8ProcessRow()
709 const VP8ThreadContext* ctx) { in ReconstructRow()