Searched refs:v_t_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dvp8i.h242 uint8_t* u_t_, *v_t_; // top u/v samples: 8 * mb_w_ each member in struct:VP8Decoder
H A Dframe.c456 dec->v_t_ = (uint8_t*)mem;
587 uint8_t* const top_v = dec->v_t_ + dec->mb_x_ * 8;
/external/webp/src/dec/
H A Dvp8i.h242 uint8_t* u_t_, *v_t_; // top u/v samples: 8 * mb_w_ each member in struct:VP8Decoder
H A Dframe.c456 dec->v_t_ = (uint8_t*)mem;
587 uint8_t* const top_v = dec->v_t_ + dec->mb_x_ * 8;

Completed in 68 milliseconds