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

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 235 int pitch2 = pitch << 1; local
236 np = p + pitch2;
237 for (; s < ls; s = ns, ns += out->pitch, p = np, np += pitch2) {
239 *s = (short)((((int) p[-pitch2]) + ((int) p[pitch2]) + 8 + // 1
  /hardware/intel/img/psb_video/src/
psb_overlay.c 1033 int pitch = 0, pitch2 = 0; local
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 443 uint32_t pitch2,
460 r2 += pitch2;
    [all...]

Completed in 447 milliseconds