HomeSort by relevance Sort by last modified time
    Searched refs:yIndex (Results 1 - 9 of 9) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transpose.hpp 81 int yIndex = blockIdx_y * TILE_DIM + threadIdx.y;
87 if (yIndex + i < rows)
89 tile[threadIdx.y + i][threadIdx.x] = src(yIndex + i, xIndex);
97 yIndex = blockIdx_x * TILE_DIM + threadIdx.y;
103 if (yIndex + i < cols)
105 dst(yIndex + i, xIndex) = saturate_cast<DstType>(tile[threadIdx.x][threadIdx.y + i]);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SetDateTimeActivity.java 51 int yIndex = formatOrder.indexOf('Y');
54 if (yIndex < 0 || mIndex < 0 || dIndex < 0 ||
55 yIndex > 2 || mIndex > 2 || dIndex > 2) {
59 yIndex = 2;
63 int year = Integer.parseInt(result.get(yIndex));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java 115 int yIndex = format.indexOf('Y');
118 if (yIndex < 0 || mIndex < 0 || dIndex < 0 || yIndex > 2 || mIndex > 2 || dIndex > 2) {
126 mColYearIndex = yIndex;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 339 int yIndex = xIndex + 1;
341 xy[yIndex] = y[j];
343 uv[yIndex] = v[j];
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 704 int yIndex = 0;
716 int yv = data[yIndex] & 0xFF;
723 yIndex += 1;
758 int yIndex = yStride * y;
775 int yv = data[yIndex] & 0xFF;
780 yIndex += 1;
790 int yIndex = 0;
802 int yv = data[yIndex] & 0xFF;
807 yIndex += 2;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 387 yIndex = 0
405 y = yCoordinates[yIndex]
407 y = -yCoordinates[yIndex]
408 yIndex = yIndex + 1
412 y = yCoordinates[yIndex]
413 yIndex = yIndex + 1
416 assert yIndex == len(yCoordinates)
  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java     [all...]
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
arm_math.h     [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu     [all...]

Completed in 1322 milliseconds