Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.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()
406 const VP8ThreadContext* const ctx = &dec->thread_ctx_; in FinishRow()
503 VP8ThreadContext* const ctx = &dec->thread_ctx_; in VP8ProcessRow()
650 worker->data2 = (void*)&dec->thread_ctx_.io_; in InitThreadContext()
733 dec->thread_ctx_.id_ = 0; in AllocateMemory()
734 dec->thread_ctx_.f_info_ = dec->f_info_; in AllocateMemory()
739 dec->thread_ctx_.f_info_ += mb_w; in AllocateMemory()
748 dec->thread_ctx_.mb_data_ = (VP8MBData*)mem; in AllocateMemory()
[all …]
A Dvp8i_dec.h202 VP8ThreadContext thread_ctx_; // Thread context member

Completed in 8 milliseconds