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

  /external/webp/src/dec/
frame.c 182 if (dec->mb_y_ < dec->tl_mb_y_ || dec->mb_y_ > dec->br_mb_y_) {
360 dec->tl_mb_y_ = 0;
363 dec->tl_mb_y_ = io->crop_top >> 4;
vp8i.h 188 int tl_mb_x_, tl_mb_y_; // top-left MB that must be in-loop filtered member in struct:VP8Decoder

Completed in 365 milliseconds