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

  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskConvertImageToRGBPreview.java 452 int y11 = (int) (buf0.get(offsetY + yByteStride + yPixelStride) & 255); local
453 int green11 = y11 + greenDiff;
454 int blue11 = y11 + blueDiff;
455 int red11 = y11 + redDiff;
738 int y11 = (int) (bufY.get(offsetY + yByteStride + yPixelStride) & 255); local
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 253 int y11 = 4; local
275 ++y11;
344 (void)y11;
  /external/clang/test/SemaCXX/
explicit.cpp 89 const Y& y11{z}; // expected-error {{excess elements}} expected-note {{in initialization of temporary of type 'const Y'}}
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 892 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]

Completed in 151 milliseconds