Searched refs:mt_method_ (Results 1 – 5 of 5) sorted by relevance
420 if (dec->mt_method_ == 2) { in FinishRow()507 if (dec->mt_method_ == 0) { in VP8ProcessRow()523 if (dec->mt_method_ == 2) { // swap macroblock data in VP8ProcessRow()603 if (dec->mt_method_ > 0) { in VP8ExitCritical()643 if (dec->mt_method_ > 0) { in InitThreadContext()691 mb_w * (dec->mt_method_ > 0 ? 2 : 1) * sizeof(VP8FInfo) in AllocateMemory()695 (dec->mt_method_ == 2 ? 2 : 1) * mb_w * sizeof(*dec->mb_data_); in AllocateMemory()735 if (dec->filter_type_ > 0 && dec->mt_method_ > 0) { in AllocateMemory()749 if (dec->mt_method_ == 2) { in AllocateMemory()
198 int mt_method_; // multi-thread method: 0=off, 1=[parse+recon][filter] member
427 dec->mt_method_ = VP8GetThreadMethod(params->options, NULL, in DecodePartition0()482 if (dec->mt_method_ > 0) { in DecodeRemaining()
662 if (dec->mt_method_ > 0) { in ParseFrame()
484 dec->mt_method_ = VP8GetThreadMethod(params->options, &headers, in DecodeInto()