Searched refs:mt_method_ (Results 1 – 5 of 5) sorted by relevance
262 if (dec->mt_method_ == 2) { in FinishRow()350 if (dec->mt_method_ == 0) { in VP8ProcessRow()366 if (dec->mt_method_ == 2) { // swap macroblock data in VP8ProcessRow()449 if (dec->mt_method_ > 0) { in VP8ExitCritical()489 if (dec->mt_method_ > 0) { in InitThreadContext()543 mb_w * (dec->mt_method_ > 0 ? 2 : 1) * sizeof(VP8FInfo) in AllocateMemory()547 (dec->mt_method_ == 2 ? 2 : 1) * mb_w * sizeof(*dec->mb_data_); in AllocateMemory()587 if (dec->mt_method_ > 0) { in AllocateMemory()601 if (dec->mt_method_ == 2) { in AllocateMemory()
236 int mt_method_; // multi-thread method: 0=off, 1=[parse+recon][filter] member
607 if (dec->mt_method_ > 0) { in ParseFrame()
491 dec->mt_method_ = VP8GetThreadMethod(params->options, &headers, in DecodeInto()
417 dec->mt_method_ = VP8GetThreadMethod(params->options, NULL, in DecodePartition0()