HomeSort by relevance Sort by last modified time
    Searched refs:_src (Results 26 - 43 of 43) sorted by null

12

  /external/opencv/cxcore/src/
cxmatmul.cpp 89 const uchar* _src = src; local
93 for( j = 0; j < size.height; j++, _src += src_step )
94 ((int*)dst)[j] = ((int*)_src)[0];
97 for( j = 0; j < size.height*2; j += 2, _src += src_step )
99 int t0 = ((int*)_src)[0];
100 int t1 = ((int*)_src)[1];
106 for( j = 0; j < size.height*4; j += 4, _src += src_step )
108 int t0 = ((int*)_src)[0];
109 int t1 = ((int*)_src)[1];
112 t0 = ((int*)_src)[2]
    [all...]
cxdxt.cpp     [all...]
cxutils.cpp 1051 cvSort( const CvArr* _src, CvArr* _dst, CvArr* _idx, int flags )
1060 CvMat sstub, *src = cvGetMat(_src, &sstub);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c     [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 613 struct pipe_resource *_src,
619 struct identity_resource *id_resource_src = identity_resource(_src);
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 613 struct pipe_resource *_src,
619 struct identity_resource *id_resource_src = identity_resource(_src);
  /build/core/
Makefile 33 $(eval _src := $(call word-colon,1,$(cf))) \
40 $(eval $(call copy-xml-file-checked,$(_src),$(_fulldest))),\
41 $(eval $(call copy-one-file,$(_src),$(_fulldest)))) \
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c 849 struct pipe_resource *_src,
855 struct rbug_resource *rb_resource_src = rbug_resource(_src);
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 849 struct pipe_resource *_src,
855 struct rbug_resource *rb_resource_src = rbug_resource(_src);
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /external/opencv/cv/src/
cvfundam.cpp 1201 CvMat _src, _dst, _ones; local
    [all...]
cvfilter.cpp     [all...]
  /external/opencv/ml/src/
mlsvm.cpp     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 804 milliseconds

12