Home
last modified time | relevance | path

Searched refs:VP8ThreadContext (Results 1 – 2 of 2) 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()