Searched defs:rshift (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dresidual_energy_FIX.c48 opus_int offset, i, j, rshift, lz1, lz2; local
69 silk_sum_sqr_shift( &nrgs[ i * ( MAX_NB_SUBFR >> 1 ) + j ], &rshift, LPC_res_ptr, subfr_length );
72 nrgsQ[ i * ( MAX_NB_SUBFR >> 1 ) + j ] = -rshift;
/external/chromium_org/third_party/smhasher/src/
H A DBitvec.h91 inline void rshift ( void * blob, int len, int c ) function
117 inline void rshift ( T & blob, int c ) function
131 template<> inline void rshift ( uint32_t & blob, int c ) { blob >>= c; } function
132 template<> inline void rshift ( uint64_t & blob, int c ) { blob >>= c; } function
/external/libopus/silk/fixed/
H A Dresidual_energy_FIX.c48 opus_int offset, i, j, rshift, lz1, lz2; local
69 silk_sum_sqr_shift( &nrgs[ i * ( MAX_NB_SUBFR >> 1 ) + j ], &rshift, LPC_res_ptr, subfr_length );
72 nrgsQ[ i * ( MAX_NB_SUBFR >> 1 ) + j ] = -rshift;
/external/chromium_org/third_party/opus/src/celt/
H A Dvq.c259 int rshift; local
262 rshift = 1+celt_ilog2(K-pulsesLeft+i+1);
272 Rxy = EXTRACT16(SHR32(ADD32(xy, EXTEND32(X[j])),rshift));
/external/libopus/celt/
H A Dvq.c259 int rshift; local
262 rshift = 1+celt_ilog2(K-pulsesLeft+i+1);
272 Rxy = EXTRACT16(SHR32(ADD32(xy, EXTEND32(X[j])),rshift));
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp272 int rshift = cvRound(log(maxval/256.)/log(2.)); local
273 int lshift = MAX(0, -rshift);
274 rshift = MAX(0, rshift);
275 int delta = (rshift > 0 ? 1 << (rshift - 1) : 0) + offset;
293 int pix = ((pix_row[x] + delta) >> rshift) << lshift;
300 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
306 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
334 int rshift local
[all...]
/external/openfst/src/include/fst/
H A Dpair-weight.h93 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
94 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dsigned-log-weight.h102 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
103 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dcompose-filter.h128 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
129 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dencode.h100 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
102 hash = hash << lshift ^ hash >> rshift ^ x->olabel;
104 hash = hash << lshift ^ hash >> rshift ^ x->weight.Hash();
H A Ddeterminize.h301 int rshift = CHAR_BIT * sizeof(size_t) - lshift; local
303 hash ^= n << lshift ^ n >> rshift ^ element.weight.Hash();
/external/qemu/android/skin/
H A Dscaler.c160 uint32_t rshift = dst_surface->format->Rshift; local
175 line[x] = (r << rshift) | (g << gshift) | (b << bshift) |
H A Dargb.h43 mmx_mulshift( mmx_t argb, int multiplier, int rshift, mmx_t zero ) argument
49 ar = _mm_srli_pi32( _mm_madd_pi16( ar, mult ), rshift );
50 gb = _mm_srli_pi32( _mm_madd_pi16( gb, mult ), rshift );
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h76 int rshift = sizeof(ssize_t) - 5; local
77 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dencode.h85 int rshift = sizeof(size_t) - lshift; local
87 if (encode_flags_ & kEncodeLabels) hash ^= x->olabel >> rshift;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c228 unsigned rshift = n; local
254 lp_build_const_int_vec(gallivm, src_type, rshift),
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcoretype.h145 unsigned int rshift : 7; member in struct:yasm_value
186 /** Maximum value of #yasm_value.rshift */
H A Dintnum.c782 size_t rshift = shift < 0 ? (size_t)(-shift) : 0; local
790 if (warn<0 && !yasm_intnum_check_size(intn, valsize, rshift, 1))
794 if (warn>0 && !yasm_intnum_check_size(intn, valsize, rshift, 2))
809 if (warn && rshift > 0) {
811 BitVector_Move_Left(conv_bv, (N_int)(BITVECT_NATIVE_SIZE-rshift));
818 if (rshift > 0) {
820 while (rshift-- > 0)
840 yasm_intnum_check_size(const yasm_intnum *intn, size_t size, size_t rshift, argument
847 if (rshift > 0) {
858 if (rshift >
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c228 unsigned rshift = n; local
254 lp_build_const_int_vec(gallivm, src_type, rshift),
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c45 int16_t rshift )
51 lim = WEBRTC_SPL_LSHIFT_W32( (int32_t)1, 15 + rshift )-1;
68 o = WebRtcSpl_AddSatW32(o, 1 << (rshift - 1));
74 o = WEBRTC_SPL_RSHIFT_W32( o, rshift );
275 int16_t noise1, rshift; local
508 rshift = 0;
512 rshift++;
518 PITCH_MAX_LAG + 10 - NOISE_FILTER_LEN + i], rshift);
532 (int32_t)Vector_Word16_Extended_2[i], rshift );
/external/srec/srec/cfront/
H A Dsp_fft.c76 static PINLINE asr_int32_t rshift(asr_int32_t x, int i) function
674 data[i] = rshift(data[i], -scale);
731 data[i] = rshift(data[i], -s);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c45 WebRtc_Word16 rshift )
51 lim = WEBRTC_SPL_LSHIFT_W32( (WebRtc_Word32)1, 15 + rshift )-1;
68 o = WEBRTC_SPL_ADD_SAT_W32( o, WEBRTC_SPL_LSHIFT_W32( 1, (rshift-1) ) );
74 o = WEBRTC_SPL_RSHIFT_W32( o, rshift );
275 WebRtc_Word16 noise1, rshift; local
508 rshift = 0;
512 rshift++;
518 PITCH_MAX_LAG + 10 - NOISE_FILTER_LEN + i], rshift);
532 (WebRtc_Word32)Vector_Word16_Extended_2[i], rshift );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A DxmesaP.h93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member in struct:xmesa_visual
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member in struct:xmesa_visual
/external/qemu/include/ui/
H A Dconsole.h132 uint8_t rshift, gshift, bshift, ashift; member in struct:PixelFormat
256 if (surface->pf.bits_per_pixel == 32 && surface->pf.rshift == 0)

Completed in 513 milliseconds

12