Searched refs:mt_method_ (Results 1 – 5 of 5) sorted by relevance
429 if (dec->mt_method_ == 2) { in FinishRow()517 if (dec->mt_method_ == 0) { in VP8ProcessRow()533 if (dec->mt_method_ == 2) { // swap macroblock data in VP8ProcessRow()616 if (dec->mt_method_ > 0) { in VP8ExitCritical()656 if (dec->mt_method_ > 0) { in InitThreadContext()710 mb_w * (dec->mt_method_ > 0 ? 2 : 1) * sizeof(VP8FInfo) in AllocateMemory()714 (dec->mt_method_ == 2 ? 2 : 1) * mb_w * sizeof(*dec->mb_data_); in AllocateMemory()754 if (dec->mt_method_ > 0) { in AllocateMemory()768 if (dec->mt_method_ == 2) { in AllocateMemory()
199 int mt_method_; // multi-thread method: 0=off, 1=[parse+recon][filter] member
600 if (dec->mt_method_ > 0) { in ParseFrame()
485 dec->mt_method_ = VP8GetThreadMethod(params->options, &headers, in DecodeInto()
418 dec->mt_method_ = VP8GetThreadMethod(params->options, NULL, in DecodePartition0()