Home
last modified time | relevance | path

Searched refs:mt_method_ (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dec/
Dframe.c429 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()
Dvp8i.h199 int mt_method_; // multi-thread method: 0=off, 1=[parse+recon][filter] member
Dvp8.c600 if (dec->mt_method_ > 0) { in ParseFrame()
Dwebp.c485 dec->mt_method_ = VP8GetThreadMethod(params->options, &headers, in DecodeInto()
Didec.c418 dec->mt_method_ = VP8GetThreadMethod(params->options, NULL, in DecodePartition0()