Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe.c204 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in DoFilter()
255 const int mb_y = dec->thread_ctx_.mb_y_; in FilterRow()
256 assert(dec->thread_ctx_.filter_row_); in FilterRow()
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()
663 worker->data2 = (void*)&dec->thread_ctx_.io_; in InitThreadContext()
752 dec->thread_ctx_.id_ = 0; in AllocateMemory()
753 dec->thread_ctx_.f_info_ = dec->f_info_; in AllocateMemory()
758 dec->thread_ctx_.f_info_ += mb_w; in AllocateMemory()
[all …]
Dvp8i.h203 VP8ThreadContext thread_ctx_; // Thread context member
/external/opencv3/3rdparty/libwebp/dec/
Dframe.c43 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in DoFilter()
94 const int mb_y = dec->thread_ctx_.mb_y_; in FilterRow()
95 assert(dec->thread_ctx_.filter_row_); in FilterRow()
166 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in FinishRow()
257 VP8ThreadContext* const ctx = &dec->thread_ctx_; in VP8ProcessRow()
394 worker->data2 = (void*)&dec->thread_ctx_.io_; in InitThreadContext()
464 dec->thread_ctx_.id_ = 0; in AllocateMemory()
465 dec->thread_ctx_.f_info_ = dec->f_info_; in AllocateMemory()
470 dec->thread_ctx_.f_info_ += mb_w; in AllocateMemory()
Dvp8i.h204 VP8ThreadContext thread_ctx_; // Thread context member