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 262 if (dec->mt_method_ == 2) {
350 if (dec->mt_method_ == 0) {
366 if (dec->mt_method_ == 2) { // swap macroblock data
449 if (dec->mt_method_ > 0) {
489 if (dec->mt_method_ > 0) {
543 mb_w * (dec->mt_method_ > 0 ? 2 : 1) * sizeof(VP8FInfo)
547 (dec->mt_method_ == 2 ? 2 : 1) * mb_w * sizeof(*dec->mb_data_);
587 if (dec->mt_method_ > 0) {
601 if (dec->mt_method_ == 2) {
vp8i.h 236 int mt_method_; // multi-thread method: 0=off, 1=[parse+recon][filter] member in struct:VP8Decoder
vp8.c 607 if (dec->mt_method_ > 0) {
idec.c 417 dec->mt_method_ = VP8GetThreadMethod(params->options, NULL,
webp.c 491 dec->mt_method_ = VP8GetThreadMethod(params->options, &headers,

Completed in 189 milliseconds