OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bot_y
(Results
1 - 3
of
3
) sorted by null
/external/libaom/libaom/third_party/libyuv/source/
planar_functions.cc
1733
int
bot_y
= ((y + radius) < height) ? (y + radius) : (height - 1);
local
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc
2446
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 197 milliseconds