thread_context     53 libde265/decctx.cc thread_context::thread_context()
thread_context    156 libde265/decctx.cc   thread_contexts = new thread_context[n];
thread_context    772 libde265/decctx.cc   struct thread_context tctx;
thread_context    897 libde265/decctx.cc     thread_context* tctx = sliceunit->get_thread_context(entryPt);
thread_context    984 libde265/decctx.cc     thread_context* tctx = sliceunit->get_thread_context(entryPt);
thread_context     52 libde265/decctx.h   thread_context();
thread_context    111 libde265/decctx.h   thread_context(const thread_context&); // not allowed
thread_context    112 libde265/decctx.h   const thread_context& operator=(const thread_context&); // not allowed
thread_context    153 libde265/decctx.h   thread_context* get_thread_context(int n) { return &thread_contexts[n]; }
thread_context    156 libde265/decctx.h   thread_context* thread_contexts; /* NOTE: cannot use std::vector, because thread_context has
thread_context    418 libde265/decctx.h   void init_thread_context(class thread_context* tctx);
thread_context    419 libde265/decctx.h   void add_task_decode_CTB_row(thread_context* tctx, bool firstSliceSubstream);
thread_context    420 libde265/decctx.h   void add_task_decode_slice_segment(thread_context* tctx, bool firstSliceSubstream);
thread_context   3832 libde265/slice.cc   thread_context* tctx = data->tctx;
thread_context   3863 libde265/slice.cc   thread_context* tctx = data->tctx;
thread_context    274 libde265/slice.h   struct thread_context* tctx;
thread_context    283 libde265/slice.h   struct thread_context* tctx;