OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:y_out
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
frame.c
677
uint8_t* const
y_out
= dec->cache_y_ + dec->mb_x_ * 16 + y_offset;
local
681
memcpy(
y_out
+ j * dec->cache_y_stride_, y_dst + j * BPS, 16);
/external/webp/src/dec/
frame.c
677
uint8_t* const
y_out
= dec->cache_y_ + dec->mb_x_ * 16 + y_offset;
local
681
memcpy(
y_out
+ j * dec->cache_y_stride_, y_dst + j * BPS, 16);
Completed in 288 milliseconds