Home
last modified time | relevance | path

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

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