| /external/libhevc/decoder/ |
| D | ihevcd_boundary_strength.c | 315 WORD32 shift; in ihevcd_ctb_boundary_strength_islice() local 328 WORD32 shift; in ihevcd_ctb_boundary_strength_islice() local 601 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 614 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 635 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 648 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 663 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 679 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 745 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 761 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local [all …]
|
| D | ihevcd_itrans_recon_dc.c | 94 WORD32 add, shift; in ihevcd_itrans_recon_dc_luma() local 124 WORD32 add, shift; in ihevcd_itrans_recon_dc_chroma() local
|
| /external/libopus/silk/ |
| D | SigProc_FIX.h | 477 #define silk_LSHIFT8(a, shift) ((opus_int8)((opus_uint8)(a)<<(shift))) /* shif… argument 478 #define silk_LSHIFT16(a, shift) ((opus_int16)((opus_uint16)(a)<<(shift))) /* shif… argument 479 #define silk_LSHIFT32(a, shift) ((opus_int32)((opus_uint32)(a)<<(shift))) /* shif… argument 480 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif… argument 481 #define silk_LSHIFT(a, shift) silk_LSHIFT32(a, shift) /* shif… argument 483 #define silk_RSHIFT8(a, shift) ((a)>>(shift)) /* shif… argument 484 #define silk_RSHIFT16(a, shift) ((a)>>(shift)) /* shif… argument 485 #define silk_RSHIFT32(a, shift) ((a)>>(shift)) /* shif… argument 486 #define silk_RSHIFT64(a, shift) ((a)>>(shift)) /* shif… argument 487 #define silk_RSHIFT(a, shift) silk_RSHIFT32(a, shift) /* shif… argument [all …]
|
| D | MacroCount.h | 331 static OPUS_INLINE opus_int8 silk_LSHIFT8(opus_int8 a, opus_int32 shift){ in silk_LSHIFT8() 338 static OPUS_INLINE opus_int16 silk_LSHIFT16(opus_int16 a, opus_int32 shift){ in silk_LSHIFT16() 345 static OPUS_INLINE opus_int32 silk_LSHIFT32(opus_int32 a, opus_int32 shift){ in silk_LSHIFT32() 352 static OPUS_INLINE opus_int64 silk_LSHIFT64(opus_int64 a, opus_int shift){ in silk_LSHIFT64() 358 static OPUS_INLINE opus_int32 silk_LSHIFT_ovflw(opus_int32 a, opus_int32 shift){ in silk_LSHIFT_ovflw() 364 static OPUS_INLINE opus_uint32 silk_LSHIFT_uint(opus_uint32 a, opus_int32 shift){ in silk_LSHIFT_uint() 372 static OPUS_INLINE opus_int8 silk_RSHIFT8(opus_int8 a, opus_int32 shift){ in silk_RSHIFT8() 377 static OPUS_INLINE opus_int16 silk_RSHIFT16(opus_int16 a, opus_int32 shift){ in silk_RSHIFT16() 382 static OPUS_INLINE opus_int32 silk_RSHIFT32(opus_int32 a, opus_int32 shift){ in silk_RSHIFT32() 387 static OPUS_INLINE opus_int64 silk_RSHIFT64(opus_int64 a, opus_int64 shift){ in silk_RSHIFT64() [all …]
|
| /external/compiler-rt/lib/builtins/ |
| D | floatunsisf.c | 37 const int shift = significandBits - exponent; in ARM_EABI_FNALIAS() local 40 const int shift = exponent - significandBits; in ARM_EABI_FNALIAS() local
|
| D | floatsisf.c | 45 const int shift = significandBits - exponent; in ARM_EABI_FNALIAS() local 48 const int shift = exponent - significandBits; in ARM_EABI_FNALIAS() local
|
| /external/speex/libspeex/ |
| D | fixed_generic.h | 45 #define SHR16(a,shift) ((a) >> (shift)) argument 46 #define SHL16(a,shift) ((a) << (shift)) argument 47 #define SHR32(a,shift) ((a) >> (shift)) argument 48 #define SHL32(a,shift) ((a) << (shift)) argument 49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift)) argument 50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument 51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) argument 55 #define SATURATE32PSHR(x,shift,a) (((x)>=(SHL32(a,shift))) ? (a) : \ argument 59 #define SHR(a,shift) ((a) >> (shift)) argument 60 #define SHL(a,shift) ((spx_word32_t)(a) << (shift)) argument [all …]
|
| D | arch.h | 165 #define SHR16(a,shift) (a) argument 166 #define SHL16(a,shift) (a) argument 167 #define SHR32(a,shift) (a) argument 168 #define SHL32(a,shift) (a) argument 169 #define PSHR16(a,shift) (a) argument 170 #define PSHR32(a,shift) (a) argument 171 #define VSHR32(a,shift) (a) argument 174 #define SATURATE32PSHR(x,shift,a) (x) argument 176 #define PSHR(a,shift) (a) argument 177 #define SHR(a,shift) (a) argument [all …]
|
| /external/aac/libSBRdec/src/ |
| D | transcendent.h | 128 int shift; in FDK_add_MantExp() local 166 int shift; in FDK_add_MantExp() local 215 int preShift, postShift, index, shift; in FDK_divide_MantExp() local 271 int preShift, postShift, index, shift; in FDK_divide_MantExp() local 347 int shift = result_e - *destScale; in FDK_sqrt_MantExp() local
|
| /external/libopus/silk/mips/ |
| D | sigproc_fix_mipsr1.h | 47 static inline int silk_LSHIFT_SAT32(int a, int shift) in silk_LSHIFT_SAT32() 57 static inline int silk_RSHIFT_ROUND(int a, int shift) in silk_RSHIFT_ROUND()
|
| /external/r8/src/main/java/com/android/tools/r8/utils/ |
| D | LebUtils.java | 19 int shift = 0; in parseUleb128() local 25 assert shift <= MAX_BYTES_PER_VALUE * BITS_PER_ENCODED_BYTE; // At most five bytes are used. in parseUleb128() local 63 int shift = 0; in parseSleb128() local 70 assert shift <= MAX_BYTES_PER_VALUE * BITS_PER_ENCODED_BYTE; // At most five bytes are used. in parseSleb128() local
|
| /external/libopus/celt/ |
| D | fixed_generic.h | 84 #define SHR16(a,shift) ((a) >> (shift)) argument 86 #define SHL16(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift))) argument 88 #define SHR32(a,shift) ((a) >> (shift)) argument 90 #define SHL32(a,shift) ((opus_int32)((opus_uint32)(a)<<(shift))) argument 93 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument 95 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) argument 98 #define SHR(a,shift) ((a) >> (shift)) argument 99 #define SHL(a,shift) SHL32(a,shift) argument 100 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument
|
| /external/fio/lib/ |
| D | ieee754.c | 14 int shift; in pack754() local 56 long long shift; in unpack754() local
|
| /external/libhevc/common/ |
| D | ihevc_weighted_pred.c | 112 WORD32 shift, in ihevc_weighted_pred_uni() 197 WORD32 shift, in ihevc_weighted_pred_chroma_uni() 302 WORD32 shift, in ihevc_weighted_pred_bi() 407 WORD32 shift, in ihevc_weighted_pred_chroma_bi() 502 WORD32 shift; in ihevc_weighted_pred_bi_default() local 585 WORD32 shift; in ihevc_weighted_pred_chroma_bi_default() local
|
| /external/gemmlowp/meta/ |
| D | legacy_operations_common.h | 22 std::int32_t shift) in Quantized8BitOperation() 34 std::int32_t shift; variable
|
| D | operations_common.h | 22 std::int32_t shift) in Quantized8BitOperation() 34 std::int32_t shift; variable
|
| /external/skia/src/core/ |
| D | SkEdge.cpp | 34 int shift) { in setLine() 181 bool SkQuadraticEdge::setQuadraticWithoutUpdate(const SkPoint pts[3], int shift) { in setQuadraticWithoutUpdate() 280 int SkQuadraticEdge::setQuadratic(const SkPoint pts[3], int shift) { in setQuadratic() 296 int shift = fCurveShift; in updateQuadratic() local 350 bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift) { in setCubicWithoutUpdate() 449 int SkCubicEdge::setCubic(const SkPoint pts[4], int shift) { in setCubic()
|
| /external/v8/src/base/ |
| D | bits.h | 191 inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() 197 inline uint32_t RotateLeft32(uint32_t value, uint32_t shift) { in RotateLeft32() 203 inline uint64_t RotateRight64(uint64_t value, uint64_t shift) { in RotateRight64() 209 inline uint64_t RotateLeft64(uint64_t value, uint64_t shift) { in RotateLeft64()
|
| /external/compiler-rt/lib/builtins/arm/ |
| D | clzdi2.S | 71 #define BLOCK(shift) \ argument
|
| D | clzsi2.S | 50 #define BLOCK(shift) \ argument
|
| D | udivsi3.S | 118 #define block(shift) \ argument
|
| D | umodsi3.S | 112 #define block(shift) \ argument
|
| D | udivmodsi4.S | 121 #define block(shift) \ argument
|
| /external/v8/src/ |
| D | register-configuration.cc | 231 int shift = rep_int - other_rep_int; in GetAliases() local 240 int shift = other_rep_int - rep_int; in GetAliases() local 256 int shift = rep_int - other_rep_int; in AreAliases() local 259 int shift = other_rep_int - rep_int; in AreAliases() local
|
| /external/iproute2/tc/ |
| D | f_tcindex.c | 68 int shift; in tcindex_parse_opt() local 157 int shift; in tcindex_print_opt() local
|