OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srcoffset
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
39
int
srcoffset
, dstoffset;
local
51
srcoffset
= source->y_stride * (dest->y_height >> 5) * 16;
54
src +=
srcoffset
;
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
60
int
srcoffset
, dstoffset;
local
72
srcoffset
= source->y_stride * ((dest->y_height >> 5) * 16);
75
src +=
srcoffset
;
Completed in 41 milliseconds