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

  /external/skia/src/effects/
SkBlurMask.cpp 120 int next_y = 1; local
124 int ny = SkFastMin32(next_y, sh) * sumStride;
141 next_y += 1;
184 int next_y = 1; local
190 int ny = SkFastMin32(next_y, sh) * sumStride;
260 next_y += 1;
287 int next_y = 1; local
291 int ny = SkFastMin32(next_y, sh) * sumStride;
294 int iny = SkClampMax(next_y - 1, sh) * sumStride;
317 next_y += 1
378 int next_y = 1; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_mid_hor.s 120 BCC next_y
153 next_y label
h264bsd_interpolate_hor_half.s 200 BCC next_y
238 next_y label
h264bsd_interpolate_hor_quarter.s 212 BCC next_y
260 next_y label
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [all...]

Completed in 62 milliseconds