OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv0_stride
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/enc/
picture.c
34
int
uv0_stride
= 0;
local
47
uv0_stride
= uv_width;
50
uv0_stride
= width;
56
uv0_size = height *
uv0_stride
;
77
picture->
uv0_stride
=
uv0_stride
;
156
memcpy(dst->u0 + y * dst->
uv0_stride
,
157
src->u0 + y * src->
uv0_stride
, uv0_width);
158
memcpy(dst->v0 + y * dst->
uv0_stride
,
159
src->v0 + y * src->
uv0_stride
, uv0_width)
[
all
...]
/external/webp/include/webp/
encode.h
195
int
uv0_stride
;
member in struct:WebPPicture
Completed in 90 milliseconds