HomeSort by relevance Sort by last modified time
    Searched defs:step (Results 126 - 150 of 339) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libvorbis/lib/
res0.c 396 int step=n/dim; local
398 for(i=0;i<step;i++){
  /external/opencv/cv/src/
cvcalibration.cpp 148 step();
163 step();
216 step();
229 step();
256 void CvLevMarq::step() function in class:CvLevMarq
300 bstep = B->step/CV_ELEM_SIZE(B->type);
322 float* dcda = (float*)(dABdA->data.ptr + dABdA->step*i);
333 float* dcdb = (float*)(dABdB->data.ptr + dABdB->step*i);
334 const float* a = (const float*)(A->data.ptr + A->step*i1);
351 double* dcda = (double*)(dABdA->data.ptr + dABdA->step*i)
532 int step = src->rows > 1 ? src->step \/ elem_size : 1; local
616 int step = dst->rows > 1 ? dst->step \/ elem_size : 1; local
    [all...]
cvpyrsegmentation.cpp 188 int step; local
259 step = roi.width * sizeof( float );
265 cvInitMatHeader( &_pyramida, roi.height, roi.width, CV_32FC1, pyramida, step );
267 /*_CV_CHECK( icvCvtTo_32f_C1R( src_image, src_step, pyramida, step, roi, CV_8UC1 ));*/
269 p_base = (_CvPyramidBase *) (buffer + step * roi.height);
292 cvSetData( &prev_level, pyramida, step );
293 cvSetData( &next_level, pyramida, step );
296 //_CV_CHECK( icvPyrDown_Gauss5x5_32f_C1R( pyramida, step, pyramida, step, size, buff ));
297 //_CV_CHECK( icvPyrDownBorder_32f_CnR( pyramida, step, size, pyramida, step, dst_size, 1 ))
602 int step; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 868 int step = gapi->dstPixelStep; local
872 destPointer += step;
882 int step = gapi->dstPixelStep / 2; local
884 if( step == 1 ) /* optimized blitting on most devices */
902 destPointer += step;
915 destPointer += step;
924 destPointer += step;
974 destPointer += step;
998 int step = gapi->dstPixelStep; local
1009 destPointer += step;
    [all...]
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 577 int active, models, solid, step; local
579 active = models = solid = step = 0;
591 step++;
598 Con_Printf ("step :%3i\n", step);
  /external/quake/src/com/android/quake/
QuakeLib.java 182 public native boolean step(int width, int height); method in class:QuakeLib
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 64 step RN 10 label
193 ADD step, leftStep, leftStep
196 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
197 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
198 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
199 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
200 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
201 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep]
202 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
234 ADD step, dstStep, dstSte
    [all...]
omxVCM4P10_PredictIntra_16x16_s.s 162 step RN 10 label
194 ADD step, dstStep, dstStep
195 VST1 qAbove, [pDst], step
196 VST1 qAbove, [pTmp], step
197 VST1 qAbove, [pDst], step
198 VST1 qAbove, [pTmp], step
199 VST1 qAbove, [pDst], step
200 VST1 qAbove, [pTmp], step
201 VST1 qAbove, [pDst], step
202 VST1 qAbove, [pTmp], step
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 820 extern float __attribute__((overloadable)) step(float edge, float v) { function
823 extern float2 __attribute__((overloadable)) step(float2 edge, float2 v) { function
829 extern float3 __attribute__((overloadable)) step(float3 edge, float3 v) { function
836 extern float4 __attribute__((overloadable)) step(float4 edge, float4 v) { function
844 extern float2 __attribute__((overloadable)) step(float2 edge, float v) { function
850 extern float3 __attribute__((overloadable)) step(float3 edge, float v) { function
857 extern float4 __attribute__((overloadable)) step(float4 edge, float v) { function
    [all...]
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 226 MosaicRenderer.step();
  /packages/apps/Gallery2/src/com/android/camera/
MosaicPreviewRenderer.java 227 MosaicRenderer.step();
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 203 float step = mParameters.getExposureCompensationStep(); local
206 int maxValue = (int) Math.floor(max * step);
207 int minValue = (int) Math.ceil(min * step);
211 entryValues[maxValue - i] = Integer.toString(Math.round(i / step));
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 102 public void step(float dt) { method in class:BouncyDroid.BouncyView.World.Body
121 public void step(float dt) { method in class:BouncyDroid.BouncyView.World
123 b.step(dt);
295 mWorld.step(dt / 1000f); // dt is in sec
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 618 /* Iv = BASE + STEP * i. */
619 tree base, step; member in struct:__anon22664
648 LT_EXPR, or GT_EXPR, and step of CONTROL is positive if CMP is
839 tree symbol, base, index, step, offset; member in struct:mem_address
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 618 /* Iv = BASE + STEP * i. */
619 tree base, step; member in struct:__anon23393
648 LT_EXPR, or GT_EXPR, and step of CONTROL is positive if CMP is
839 tree symbol, base, index, step, offset; member in struct:mem_address
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 618 /* Iv = BASE + STEP * i. */
619 tree base, step; member in struct:__anon24224
648 LT_EXPR, or GT_EXPR, and step of CONTROL is positive if CMP is
839 tree symbol, base, index, step, offset; member in struct:mem_address
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 618 /* Iv = BASE + STEP * i. */
619 tree base, step; member in struct:__anon24953
648 LT_EXPR, or GT_EXPR, and step of CONTROL is positive if CMP is
839 tree symbol, base, index, step, offset; member in struct:mem_address
  /bionic/linker/
linker.cpp 1167 int step = reverse ? -1 : 1; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 106 int32_t step; member in struct:__anon1648
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 750 int step = (client.getHandshakeStatus() local
753 SSLEngine current_engine = engines[step];
780 buffer = buffers[step];
792 step ^= 1;
793 current_engine = engines[step];
806 if (!buffers[step].hasRemaining()) {
826 print(result = engines[(step+1)%2].unwrap
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 622 int step; local
625 step = rowdy.nextStep(route, fact);
627 switch (step) {
669 ("Unknown step indicator "+step+" from RouteDirector.");
672 } while (step > HttpRouteDirector.COMPLETE);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 53 * @param stepOpCodePos The opcode position for the step.
87 * @param stepOpCodePos The opcode position for the step.
88 * @param stepIndex The top-level step index withing the iterator.
169 // Is the iteration a one-step attribute pattern (i.e. select="@foo")?
180 // Is the iteration exactly one child step?
202 // Is the iteration a one-step attribute pattern (i.e. select="@foo")?
293 * @param stepOpCodePos The opcode position for the step.
548 * @param stepOpCodePos The opcode position for the step.
549 * @param stepIndex The top-level step index withing the iterator.
656 * @param stepOpCodePos The opcode position for the step
830 StepPattern step = null; local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 1493 Step step; local
1590 Step step; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 924 int step = 1000 \/ length; local
    [all...]
  /external/icu4c/common/
ushape.cpp 1184 int32_t step; local
1489 int step=logical_order?1:-1; local
    [all...]

Completed in 981 milliseconds

1 2 3 4 56 7 8 91011>>