HomeSort by relevance Sort by last modified time
    Searched refs:mt_method_ (Results 1 - 5 of 5) sorted by null

  /external/webp/src/dec/
frame.c 429 if (dec->mt_method_ == 2) {
517 if (dec->mt_method_ == 0) {
533 if (dec->mt_method_ == 2) { // swap macroblock data
616 if (dec->mt_method_ > 0) {
656 if (dec->mt_method_ > 0) {
710 mb_w * (dec->mt_method_ > 0 ? 2 : 1) * sizeof(VP8FInfo)
714 (dec->mt_method_ == 2 ? 2 : 1) * mb_w * sizeof(*dec->mb_data_);
754 if (dec->mt_method_ > 0) {
768 if (dec->mt_method_ == 2) {
vp8i.h 199 int mt_method_; // multi-thread method: 0=off, 1=[parse+recon][filter] member in struct:VP8Decoder
vp8.c 600 if (dec->mt_method_ > 0) {
idec.c 418 dec->mt_method_ = VP8GetThreadMethod(params->options, NULL,
webp.c 485 dec->mt_method_ = VP8GetThreadMethod(params->options, &headers,

Completed in 79 milliseconds