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

  /external/libvpx/vpx_scale/generic/
vpxscale.c 373 unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((source_height-1) * source_pitch))); */ local
377 source_base = (unsigned char *)source;
386 source_base += offset;
469 if (source < source_base)
470 source = source_base;
484 if (line_src < source_base)
485 line_src = source_base;
708 const unsigned char *source_base = ((source_pitch >= 0) ? source : (source + ((source_height - 1) * source_pitch))); local
817 if (line_src < source_base)
818 line_src = source_base;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 99 source_base=lib
551 --source-base $bt/$source_base/\
586 find "$m4_base" "$source_base" \
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 2853 char *source_base = (char *) 0; local
    [all...]

Completed in 231 milliseconds