Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c420 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->mt_method_ > 0) { in AllocateMemory()
749 if (dec->mt_method_ == 2) { in AllocateMemory()
A Dvp8i_dec.h198 int mt_method_; // multi-thread method: 0=off, 1=[parse+recon][filter] member
A Didec_dec.c422 dec->mt_method_ = VP8GetThreadMethod(params->options, NULL, in DecodePartition0()
477 if (dec->mt_method_ > 0) { in DecodeRemaining()
A Dvp8_dec.c661 if (dec->mt_method_ > 0) { in ParseFrame()
A Dwebp_dec.c484 dec->mt_method_ = VP8GetThreadMethod(params->options, &headers, in DecodeInto()

Completed in 13 milliseconds