OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_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
456
dec->
v_t_
= (uint8_t*)mem;
587
uint8_t* const top_v = dec->
v_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
456
dec->
v_t_
= (uint8_t*)mem;
587
uint8_t* const top_v = dec->
v_t_
+ dec->mb_x_ * 8;
Completed in 86 milliseconds