Home
last modified time | relevance | path

Searched defs:bot_y (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/third_party/libyuv/source/
Dplanar_functions.cc1733 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); in ARGBBlur() local
/external/libyuv/files/source/
Dplanar_functions.cc2681 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); in ARGBBlur() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2446 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); in ARGBBlur() local