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

  /external/libyuv/files/unit_test/
rotate_test.cc 735 int y_plane_size = (yw + (2 * b)) * (yh + (2 * b)); local
740 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
744 ro0_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
748 ro90_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
752 ro270_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
807 for (i = 0; i < y_plane_size; ++i) {
850 int y_plane_size = (yw + (2 * b)) * (yh + (2 * b)); local
855 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
859 ro0_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
863 ro90_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)))
963 int y_plane_size = (yw + (2 * b)) * (yh + (2 * b)); local
1065 int y_plane_size = (yw + (2 * b)) * (yh + (2 * b)); local
1167 int y_plane_size = (yw + (2 * b)) * (yh + (2 * b)); local
1265 int y_plane_size = (yw + (2 * b)) * (yh + (2 * b)); local
1413 int y_plane_size = (yw + (2 * b)) * (yh + (2 * b)); local
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]

Completed in 80 milliseconds