HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 101 - 125 of 412) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
homing_amr_wb_dec.cpp 250 int16 i, j, tmp, shift; local
289 shift = 15 - tmp;
290 param[i] = shl_int16(param[i], shift);
320 shift = 0;
335 tmp >>= shift; local
336 tmp = shl_int16(tmp, shift);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 158 int escape, numPrefix, sufmask, suffix, shift, sign, value, absvalue, vlcnum, level_two_or_higher; local
332 shift = vlcnum - 1;
333 escape = (15 << shift) + 1;
334 numPrefix = (value - 1) >> shift;
335 sufmask = ~((0xffffffff) << shift);
339 status = BitstreamWriteBits(stream, numPrefix + vlcnum + 1, (1 << (shift + 1)) | (suffix << 1) | sign);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 128 changed the division into LUT multiplication/shift and other
161 Int shift = 15 + (QPx2 >> 4); local
225 q_value = coeff_quant(coeff, q_scale, shift);
280 Int shift = 15 + (QPx2 >> 4); local
388 q_value >>= shift; local
449 Int shift = 15 + (QP >> 3); local
473 scale_q = coeff_quant(coeff, scale_q, shift);
555 Int shift = 15 + (QP >> 3); local
608 q_value = coeff_quant(coeff, q_scale, shift);
684 Int shift = 15 + (QP >> 3) local
783 q_value >>= shift; local
858 Int shift = 15 + (QP >> 3); local
    [all...]
fastquant_inline.h 41 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift)
46 q_value >>= shift; //q_value = (((coeff - QPdiv2)*q_scale)>>LSL ); local
187 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift)
194 mov coeff, q_value, asr shift /*smull tmp, coeff, q_scale, coeff*/
282 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift)
289 mov coeff, q_value, asr shift /*smull tmp, coeff, q_scale, coeff*/
449 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift)
455 register int32 ss = shift;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
SaturateFilter.java 47 "uniform float shift;\n" +
52 " float kv = dot(color.rgb, weights) + shift;\n" +
144 float shift = 1.0f / 255.0f; local
148 mBenProgram.setHostValue("shift", shift);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 24 private static final int shift; field in class:AtomicIntegerArray
31 shift = 31 - Integer.numberOfLeadingZeros(scale);
42 return ((long) i << shift) + base;
AtomicLongArray.java 23 private static final int shift; field in class:AtomicLongArray
30 shift = 31 - Integer.numberOfLeadingZeros(scale);
41 return ((long) i << shift) + base;
AtomicReferenceArray.java 25 private static final int shift; field in class:AtomicReferenceArray
32 shift = 31 - Integer.numberOfLeadingZeros(scale);
43 return ((long) i << shift) + base;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 94 * Get the shift key state from the editor.
97 * @return state ID of the shift key (0:off, 1:on)
194 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; local
195 if (shift != mShiftOn) {
196 Keyboard kbd = getShiftChangeKeyboard(shift);
197 mShiftOn = shift;
289 /* update shift key's state */
292 int shift = (mAutoCaps)? getShiftKeyState(mWnn.getCurrentInputEditorInfo()) : 0; local
293 if (shift != mShiftOn) {
294 Keyboard kbd = getShiftChangeKeyboard(shift);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h 190 valarray<value_type> shift(int) const;
256 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
258 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_after.h 192 valarray<value_type> shift(int) const;
258 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
260 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_after.h 192 valarray<value_type> shift(int) const;
258 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
260 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 190 valarray<value_type> shift(int) const;
256 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
258 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 190 valarray<value_type> shift(int) const;
256 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
258 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 190 valarray<value_type> shift(int) const;
256 _Expr<_Clos, _Tp>::shift(int __n) const function in class:_Expr
258 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
  /system/core/libpixelflinger/
buffer.cpp 322 // and shift / construct the pixel
338 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); local
339 if (shift >= 0) v += (dither >> shift) << sl;
340 else v += (dither << (-shift)) << sl;
368 // so we just have to shift the component to the right location
369 int shift = dh-sh; local
370 in |= v<<shift;
375 int shift = sh-dh; local
376 if (shift > 0) in |= v>>shift
    [all...]
fixed.cpp 54 // shift right 1-bit to make room for the sign bit
62 int shift; local
63 x = gglRecipQNormalized(x, &shift);
64 shift += 16-q;
65 x += 1L << (shift-1); // rounding
66 x >>= shift; local
  /dalvik/dx/src/com/android/dx/io/
EncodedValueReader.java 139 int shift = 0; local
141 result += (in.readByte() & 0xff) << shift;
142 shift += 8;
  /external/aac/libAACenc/src/
aacenc.cpp 129 INT transportBits, prevBitRate, averageBitsPerFrame, shift = 0, iter=0; local
131 while ( (frameLength & ~((1<<(shift+1))-1)) == frameLength
132 && (coreSamplingRate & ~((1<<(shift+1))-1)) == coreSamplingRate )
134 shift ++;
139 averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) / nSubFrames;
155 bitRate = FDKmin(bitRate, ((nChannelsEff * MIN_BUFSIZE_PER_EFF_CHAN)*(coreSamplingRate>>shift)) / (frameLength>>shift)) ;
    [all...]
  /external/aac/libFDK/src/arm/
qmf_arm.cpp 97 int shift = (anaQmf->no_channels>>6) + 1; local
109 *rSubbandPtr0++ = (*timeIn2-- >> 1) - (*timeIn0++ >> shift);
110 *rSubbandPtr1-- = (*timeIn1++ >> 1) + (*timeIn3-- >> shift);
  /external/aac/libSBRdec/src/
env_dec.cpp 609 int refLen, newLen, shift; local
627 /* Shift by -3 to rescale ld-table, 1-ampRes to enable coarser steps */
628 shift = (FRACT_BITS - 1 - ENV_EXP_FRACT + 1 - h_sbr_data->ampResolutionCurrentFrame - 3);
629 deltaExp = deltaExp >> shift;
717 /* In case of the high amplitude resolution, 1 bit of the exponent gets lost by the shift.
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalScaleOperationsTest.java 253 * Move the decimal point to the left; the shift value is positive
258 int shift = 18; local
261 BigDecimal bNumber = aNumber.movePointLeft(shift);
267 * Move the decimal point to the left; the shift value is positive
272 int shift = -18; local
275 BigDecimal bNumber = aNumber.movePointLeft(shift);
281 * Move the decimal point to the right; the shift value is positive
286 int shift = 18; local
289 BigDecimal bNumber = aNumber.movePointRight(shift);
295 * Move the decimal point to the right; the shift value is positiv
301 int shift = 30; local
315 int shift = -18; local
329 int shift = -18; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 222 private int shift( method in class:AESEngine
224 int shift)
226 return (r >>> shift) | (r << -shift);
257 return f2 ^ f4 ^ f8 ^ shift(f2 ^ f9, 8) ^ shift(f4 ^ f9, 16) ^ shift(f9, 24);
309 temp = subWord(shift(temp, 8)) ^ rcon[(i / KC)-1];
488 r0 = T0[C0&255] ^ shift(T0[(C1>>8)&255], 24) ^ shift(T0[(C2>>16)&255],16) ^ shift(T0[(C3>>24)&255],8) ^ KW[r][0]
    [all...]
AESFastEngine.java 552 private int shift( method in class:AESFastEngine
    [all...]
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 44 color_utils::HSL shift = {-1, 0, 0.6}; local
45 *image = SkBitmapOperations::CreateHSLShiftedBitmap(*image, shift);

Completed in 1051 milliseconds

1 2 3 45 6 7 8 91011>>