Home
last modified time | relevance | path

Searched refs:tl_mb_x_ (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c257 for (mb_x = dec->tl_mb_x_; mb_x < dec->br_mb_x_; ++mb_x) { in FilterRow()
374 for (mb_x = dec->tl_mb_x_; mb_x < dec->br_mb_x_; ++mb_x) { in DitherRow()
575 dec->tl_mb_x_ = 0; in VP8EnterCritical()
582 dec->tl_mb_x_ = (io->crop_left - extra_pixels) >> 4; in VP8EnterCritical()
584 if (dec->tl_mb_x_ < 0) dec->tl_mb_x_ = 0; in VP8EnterCritical()
A Dvp8i_dec.h208 int tl_mb_x_, tl_mb_y_; // top-left MB that must be in-loop filtered member

Completed in 6 milliseconds