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

  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 361 int size_y = src_width * src_height; local
371 frame_buffer.get() + size_y,
372 frame_buffer.get() + size_y + size_uv,
  /external/opencv3/samples/cpp/
train_HOG.cpp 114 const int size_y = box.height; local
123 box.y = rand() % (img->rows - size_y);

Completed in 178 milliseconds