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_dec.c 204 const VP8ThreadContext* const ctx = &dec->thread_ctx_;
255 const int mb_y = dec->thread_ctx_.mb_y_;
256 assert(dec->thread_ctx_.filter_row_);
376 const VP8ThreadContext* const ctx = &dec->thread_ctx_;
405 const VP8ThreadContext* const ctx = &dec->thread_ctx_;
503 VP8ThreadContext* const ctx = &dec->thread_ctx_;
653 worker->data2 = (void*)&dec->thread_ctx_.io_;
742 dec->thread_ctx_.id_ = 0;
743 dec->thread_ctx_.f_info_ = dec->f_info_;
748 dec->thread_ctx_.f_info_ += mb_w
    [all...]
vp8i_dec.h 202 VP8ThreadContext thread_ctx_; // Thread context member in struct:VP8Decoder

Completed in 207 milliseconds