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

  /external/webp/src/dec/
vp8i.h 239 uint8_t* y_t_; // top luma samples: 16 * mb_w_ member in struct:VP8Decoder
frame.c 450 dec->y_t_ = (uint8_t*)mem;
583 uint8_t* const top_y = dec->y_t_ + dec->mb_x_ * 16;

Completed in 499 milliseconds