Home
last modified time | relevance | path

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

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