Home
last modified time | relevance | path

Searched defs:mant (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavutil/
H A Dsoftfloat_ieee754.h31 uint64_t mant; member
81 int32_t mant, exp, sign; in av_div_sf_ieee754() local
94 int32_t sign, mant, exp; av_mul_sf_ieee754() local
[all...]
H A Dsoftfloat.h35 int32_t mant; member
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmjpegenc.h53 uint16_t mant; ///< The mantissa. member
H A Dmjpegenc_common.c473 int mant, nbits; in ff_mjpeg_encode_dc() local
H A Dsbrdsp_fixed.c124 int nz, mant, expo; in autocorr_calc() local
[all...]
H A Deac3dec.c262 int mant = get_sbits(gbc, gbits); in ff_eac3_decode_transform_coeffs_aht_ch() local
[all...]
H A Dmjpegenc.c396 int mant, code; in ff_mjpeg_encode_coef() local
467 int mant, nbits, code, i, j; in encode_block() local
[all...]
H A Dg726.c47 uint8_t mant; /**< 6 bits mantissa */ member
H A Djpeg2000.h153 uint16_t mant[JPEG2000_MAX_DECLEVELS * 3]; // quantization mantissa member
H A Dmpegaudiodec_template.c191 static inline int l1_unscale(int n, int mant, int scale_factor) in l1_unscale() argument
205 static inline int l2_unscale_group(int steps, int mant, int scale_factor) in l2_unscale_group() argument
394 int bound, i, v, n, ch, j, mant; in mp_decode_layer1() local
596 int mant, scale0, scale1; mp_decode_layer2() local
[all...]
H A Dj2kenc.c562 int expn, mant = 0; in init_quantization() local
H A Dvorbisdec.c179 double mant = val & 0x1fffff; in vorbisfloat2float() local
H A Dvorbisenc.c477 int exp, mant; in put_float() local
/third_party/libsnd/src/GSM610/
H A Drpe.c217 int16_t expon, mant ; in APCM_quantization_xmaxc_to_exp_mant() local
256 int16_t expon, mant ; APCM_quantization() local
335 APCM_inverse_quantization( register int16_t * xMc, int16_t mant, int16_t expon, register int16_t * xMp) APCM_inverse_quantization() argument
435 int16_t mant, expon ; Gsm_RPE_Encoding() local
454 int16_t expon, mant ; Gsm_RPE_Decoding() local
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dcorepropsbuilder.cpp466 int32_t mant=value; in encodeNumericValue() local
[all...]
/third_party/libsnd/src/G72x/
H A Dg72x.c335 short mant ; /* Fractional part of base 2 log */ in quantize() local
/third_party/node/deps/icu-small/source/common/
H A Duchar.cpp383 int32_t mant=(ntv>>5)-14; in u_getNumericValue() local
/third_party/icu/icu4c/source/common/
H A Duchar.cpp407 int32_t mant=(ntv>>5)-14; in u_getNumericValue() local
/third_party/icu/icu4c/source/i18n/
H A Dnfrs.cpp818 double mant = uprv_maxMantissa(); in util64_fromDouble() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrs.cpp818 double mant = uprv_maxMantissa(); in util64_fromDouble() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrs.cpp818 double mant = uprv_maxMantissa(); in util64_fromDouble() local
/third_party/skia/third_party/externals/icu/source/common/
H A Duchar.cpp407 int32_t mant=(ntv>>5)-14; in u_getNumericValue() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java397 private byte mant[]; // assumed null field in BigDecimal
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A DBigDecimal.java386 private byte mant[]; // assumed null field in BigDecimal
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c153 uint32_t mant = bits & 0x007fffff; in probably_float() local

Completed in 38 milliseconds

12