Searched refs:exponents (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwmadec.c227 * decode exponents coded with LSP coefficients (same idea as Vorbis)
242 wma_lsp_to_curve(s, s->exponents[ch], &s->max_exponent[ch],
247 * decode exponents coded with VLC codes
257 q = s->exponents[ch];
469 /* exponents can be reused in short blocks. */
554 float *coefs, *exponents, mult, mult1, noise; local
559 exponents = s->exponents[ch];
569 exponents[i<<bsize>>esize] * mult1;
576 exponents
[all...]
H A Dwmaenc.c103 q = s->exponents[ch];
124 q = s->exponents[ch];
190 float *coefs, *exponents, mult; local
194 exponents = s->exponents[ch];
204 double t= *coefs++ / (exponents[i] * mult);
H A Dwma.h111 DECLARE_ALIGNED_16(float, exponents[MAX_CHANNELS][BLOCK_MAX_SIZE]);
H A Dmpegaudiodec.c168 exponents as long blocks (XXX: check this!) */
1393 int16_t *exponents)
1399 exp_ptr = exponents;
1452 int16_t *exponents, int end_pos2)
1500 exponent= exponents[s_index];
1581 v = exp_table[ exponents[pos] ];
1582 // v = exp_table[ (exponents[pos]&3) ] >> FFMIN(0 - (exponents[pos]>>2), 31);
1949 int16_t exponents[576]; local
2166 exponents_from_scale_factors(s, g, exponents);
1391 exponents_from_scale_factors(MPADecodeContext *s, GranuleDef *g, int16_t *exponents) argument
1451 huffman_decode(MPADecodeContext *s, GranuleDef *g, int16_t *exponents, int end_pos2) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dround.S420 btstb #6,LOCAL_EX(%a0) |check for exponents between $7fff-$4000
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S9468 # exponents out of range for single or double DO NOT cause underflow
11547 # For norms/denorms, scale the exponents such that a multiply #
12364 # For norms/denorms, scale the exponents such that a divide #
13949 # For norms/denorms, scale the exponents such that a multiply #
14290 # For norms/denorms, scale the exponents such that a divide #
14628 # Do addition after scaling exponents such that exception won't #
14661 bsr.l addsub_scaler2 # scale exponents
15081 # Do subtraction after scaling exponents such that exception won't#
15114 bsr.l addsub_scaler2 # scale exponents
15524 # For norms/denorms, scale the exponents suc
[all...]

Completed in 120 milliseconds