HomeSort by relevance Sort by last modified time
    Searched refs:thread_ctx_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dec/
frame.c 34 const VP8ThreadContext* const ctx = &dec->thread_ctx_;
85 const int mb_y = dec->thread_ctx_.mb_y_;
86 assert(dec->thread_ctx_.filter_row_);
219 const VP8ThreadContext* const ctx = &dec->thread_ctx_;
248 const VP8ThreadContext* const ctx = &dec->thread_ctx_;
346 VP8ThreadContext* const ctx = &dec->thread_ctx_;
496 worker->data2 = (void*)&dec->thread_ctx_.io_;
585 dec->thread_ctx_.id_ = 0;
586 dec->thread_ctx_.f_info_ = dec->f_info_;
591 dec->thread_ctx_.f_info_ += mb_w
    [all...]
vp8i.h 240 VP8ThreadContext thread_ctx_; // Thread context member in struct:VP8Decoder

Completed in 115 milliseconds