Home | History | Annotate | Download | only in dec

Lines Matching refs:thread_ctx_

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_);
375 const VP8ThreadContext* const ctx = &dec->thread_ctx_;
406 const VP8ThreadContext* const ctx = &dec->thread_ctx_;
503 VP8ThreadContext* const ctx = &dec->thread_ctx_;
650 worker->data2 = (void*)&dec->thread_ctx_.io_;
733 dec->thread_ctx_.id_ = 0;
734 dec->thread_ctx_.f_info_ = dec->f_info_;
739 dec->thread_ctx_.f_info_ += mb_w;
748 dec->thread_ctx_.mb_data_ = (VP8MBData*)mem;
750 dec->thread_ctx_.mb_data_ += mb_w;