OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yheight
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c
23
int
yheight
;
local
28
yheight
= src_ybc->y_height;
32
linestocopy = (
yheight
>> 4) / PARTIAL_FRAME_FRACTION;
41
yoffset = ystride * (((
yheight
>> 5) * 16) - 4);
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
29
int
yheight
;
local
34
yheight
= src_ybc->y_height;
38
linestocopy = (
yheight
>> 4) / PARTIAL_FRAME_FRACTION;
47
yoffset = ystride * (((
yheight
>> 5) * 16) - 4);
/prebuilts/devtools/tools/lib/
ddmuilib.jar
Completed in 377 milliseconds