HomeSort by relevance Sort by last modified time
    Searched full:stepsize (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 551 Int stepsize, QPx2 = QP << 1; local
587 stepsize = qmat[i];
588 // if(coeff>0) coeff = (16*coeff + (stepsize/2)) / stepsize;
589 // else coeff = (16*coeff - (stepsize/2)) / stepsize;
591 if (coeff >= 0) coeff += (stepsize >> 1) ;
592 else coeff -= (stepsize >> 1) ;
593 q_value = scaleArrayV2[stepsize];
597 coeff >>= (15 + (stepsize >> 4))
680 Int stepsize; local
855 Int q_value, coeff, stepsize; local
    [all...]
fastquant_inline.h 124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
131 stepsize *= QP;
134 q_value = (coeff + 1) * stepsize;
140 q_value = (coeff - 1) * stepsize;
243 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
250 smulbb stepsize, stepsize, QP local
253 smulbb q_value, coeff, stepsize
340 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
347 mul stepsize, stepsize, Q local
    [all...]
  /frameworks/base/core/java/android/widget/
RatingBar.java 94 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1);
101 if (stepSize >= 0) {
102 setStepSize(stepSize);
206 * @param stepSize The step size of this rating bar. For example, if
209 public void setStepSize(float stepSize) {
210 if (stepSize <= 0) {
214 final float newMax = mNumStars / stepSize;
  /cts/tests/res/layout/
ratingbar_layout.xml 26 android:stepSize="0.2"
  /system/media/opensles/libopensles/
IPlaybackRate.c 164 SLpermille stepSize = this->mStepSize;
169 *pStepSize = stepSize;
  /external/quake/quake/src/QW/server/
sv_move.c 24 #define STEPSIZE 18
73 stop[2] = start[2] - 2*STEPSIZE;
91 if (trace.fraction == 1.0 || mid - trace.endpos[2] > STEPSIZE)
159 neworg[2] += STEPSIZE;
161 end[2] -= STEPSIZE*2;
170 neworg[2] -= STEPSIZE;
  /external/quake/quake/src/WinQuake/
sv_move.cpp 24 #define STEPSIZE 18
73 stop[2] = start[2] - 2*STEPSIZE;
91 if (trace.fraction == 1.0 || mid - trace.endpos[2] > STEPSIZE)
159 neworg[2] += STEPSIZE;
161 end[2] -= STEPSIZE*2;
170 neworg[2] -= STEPSIZE;
sv_phys.cpp 957 #define STEPSIZE 18
1003 upmove[2] = STEPSIZE;
1004 downmove[2] = -STEPSIZE + oldvel[2]*host_frametime;
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_adpcm.c 95 static const short StepSize[89] = {
113 short step; /* holds previous StepSize value */
135 step = StepSize[state->step_idx];
156 /* Update and clamp StepSize lookup table index */
171 short step; /* holds previous StepSize value */
185 step = StepSize[state->step_idx];
203 /* Find new StepSize index value */
pcm_plugin.h 138 int step_idx; /* Previous StepSize lookup index */
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 228 EAS_INT stepSize;
230 /* get stepsize from table */
231 stepSize = imaStepSizeTable[pState->step];
236 delta += stepSize;
240 delta += stepSize >> 1;
244 delta += stepSize >> 2;
247 delta += stepSize >> 3;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 228 EAS_INT stepSize;
230 /* get stepsize from table */
231 stepSize = imaStepSizeTable[pState->step];
236 delta += stepSize;
240 delta += stepSize >> 1;
244 delta += stepSize >> 2;
247 delta += stepSize >> 3;
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 228 EAS_INT stepSize;
230 /* get stepsize from table */
231 stepSize = imaStepSizeTable[pState->step];
236 delta += stepSize;
240 delta += stepSize >> 1;
244 delta += stepSize >> 2;
247 delta += stepSize >> 3;
  /cts/tests/tests/widget/src/android/widget/cts/
RatingBarTest.java 239 notes = "Test methods which access StepSize",
245 notes = "Test methods which access StepSize",
  /system/media/opensles/tests/mimeUri/
slesTestSlowDownUri.cpp 52 SLpermille minRate, maxRate, stepSize, rate = 1000;
56 res = (**pRateItf)->GetRateRange(*pRateItf, 0, &minRate, &maxRate, &stepSize, &capa);
  /dalvik/vm/jdwp/
JdwpConstants.c 190 * Return a string for the StepSize.
JdwpConstants.h 160 * StepSize constants.
  /external/quake/quake/src/QW/client/
pmove.c 56 #define STEPSIZE 18
275 dest[2] += STEPSIZE;
287 dest[2] -= STEPSIZE;
484 start[2] += STEPSIZE + 1;
  /frameworks/base/docs/html/resources/tutorials/views/
hello-formstuff.jd 360 android:stepSize="1.0"/>
363 bar. The <code>android:stepSize</code> attribute defines the granularity for each
  /external/jpeg/
jquant2.c     [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.h 112 Word16 step, /* i : stepsize */
s10_8pf.cpp 181 Word16 step, // i : stepsize
558 Word16 step, /* i : stepsize */
  /development/ndk/platforms/android-9/arch-arm/lib/
libOpenSLES.so 
  /frameworks/base/core/res/res/values/
public.xml 360 <public type="attr" name="stepSize" id="0x01010146" />
    [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 2922 milliseconds

1 2