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

  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 241 uint8_t* y_t_; // top luma samples: 16 * mb_w_ member in struct:VP8Decoder
frame.c 452 dec->y_t_ = (uint8_t*)mem;
585 uint8_t* const top_y = dec->y_t_ + dec->mb_x_ * 16;
  /external/webp/src/dec/
vp8i.h 241 uint8_t* y_t_; // top luma samples: 16 * mb_w_ member in struct:VP8Decoder
frame.c 452 dec->y_t_ = (uint8_t*)mem;
585 uint8_t* const top_y = dec->y_t_ + dec->mb_x_ * 16;

Completed in 69 milliseconds