OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bot_y
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc
1904
int
bot_y
= ((y + radius) < height) ? (y + radius) : (height - 1);
local
[
all
...]
/external/libyuv/files/source/
planar_functions.cc
2237
int
bot_y
= ((y + radius) < height) ? (y + radius) : (height - 1);
local
[
all
...]
Completed in 620 milliseconds