HomeSort by relevance Sort by last modified time
    Searched defs:rshift (Results 1 - 25 of 41) sorted by null

1 2

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gmisc.c 36 rshift(b, k) Bigint *b; int k; function
38 rshift(Bigint *b, int k)
gdtoaimp.h 556 #define rshift __rshift_D2A macro
607 extern void rshift ANSI((Bigint*, int));
  /external/chromium_org/third_party/opus/src/silk/fixed/
residual_energy_FIX.c 48 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/
Bitvec.h 91 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/
residual_energy_FIX.c 48 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/openfst/src/include/fst/
signed-log-weight.h 102 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
103 return h1 << lshift ^ h1 >> rshift ^ h2;
pair-weight.h 93 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
94 return h1 << lshift ^ h1 >> rshift ^ h2;
compose-filter.h 128 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
129 return h1 << lshift ^ h1 >> rshift ^ h2;
encode.h 100 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();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 76 int rshift = sizeof(ssize_t) - 5; local
77 return h1 << lshift ^ h1 >> rshift ^ h2;
encode.h 85 int rshift = sizeof(size_t) - lshift; local
87 if (encode_flags_ & kEncodeLabels) hash ^= x->olabel >> rshift;
determinize.h 435 int rshift = sizeof(size_t) - lshift; local
437 element.state_id >> rshift ^
  /external/chromium_org/third_party/opus/src/celt/
vq.c 259 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/
vq.c 259 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/
grfmt_jpeg2000.cpp 272 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 = cvRound(log(maxval/65536.)/log(2.)) local
    [all...]
  /external/qemu/android/skin/
scaler.c 156 if (dst_surface->format->Rshift != 16 ||
160 uint32_t rshift = dst_surface->format->Rshift; local
175 line[x] = (r << rshift) | (g << gshift) | (b << bshift) |
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 134 uint32_t rshift = 0; local
182 rshift = mask2shift(rmask);
187 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: Pixel shifts: R = %d G = %d B = %d\n", rshift, gshift, bshift);
216 *pixel = ((r << rshift) & rmask) | ((g << gshift) & gmask) | ((b << bshift) & bmask);
  /system/core/include/private/pixelflinger/
ggl_fixed.h 115 "movs %[lo], %[lo], lsr %[rshift] \n"
118 : "%[x]"(x), [y]"r"(y), [lshift] "I"(32-shift), [rshift] "I"(shift)
123 "movs %[lo], %[lo], lsr %[rshift] \n"
126 : "%[x]"(x), [y]"r"(y), [lshift] "r"(32-shift), [rshift] "r"(shift)
138 "add %[lo], %[a], %[lo], lsr %[rshift] \n"
141 : "%[x]"(x), [y]"r"(y), [a]"r"(a), [lshift] "I"(32-shift), [rshift] "I"(shift)
145 "add %[lo], %[a], %[lo], lsr %[rshift] \n"
148 : "%[x]"(x), [y]"r"(y), [a]"r"(a), [lshift] "r"(32-shift), [rshift] "r"(shift)
159 "rsb %[lo], %[a], %[lo], lsr %[rshift] \n"
162 : "%[x]"(x), [y]"r"(y), [a]"r"(a), [lshift] "I"(32-shift), [rshift] "I"(shift
500 int rshift; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 228 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/
decode_plc.c 45 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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 145 unsigned int rshift : 7; member in struct:yasm_value
186 /** Maximum value of #yasm_value.rshift */
intnum.c 782 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,
847 if (rshift > 0) {
858 if (rshift > 0)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 228 unsigned rshift = n; local
254 lp_build_const_int_vec(gallivm, src_type, rshift),
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 45 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/srec/srec/cfront/
sp_fft.c 76 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);

Completed in 1978 milliseconds

1 2