HomeSort by relevance Sort by last modified time
    Searched defs:bot_y (Results 1 - 2 of 2) sorted by null

  /external/libyuv/files/source/
planar_functions.cc 1307 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 1670 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); local
    [all...]

Completed in 515 milliseconds