OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_t_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
242
uint8_t*
u_t_
, *v_t_; // top u/v samples: 8 * mb_w_ each
member in struct:VP8Decoder
frame.c
454
dec->
u_t_
= (uint8_t*)mem;
586
uint8_t* const top_u = dec->
u_t_
+ dec->mb_x_ * 8;
/external/webp/src/dec/
vp8i.h
242
uint8_t*
u_t_
, *v_t_; // top u/v samples: 8 * mb_w_ each
member in struct:VP8Decoder
frame.c
454
dec->
u_t_
= (uint8_t*)mem;
586
uint8_t* const top_u = dec->
u_t_
+ dec->mb_x_ * 8;
Completed in 25 milliseconds