/third_party/ffmpeg/libavcodec/ |
H A D | wmadec.c | 230 * decode exponents coded with LSP coefficients (same idea as Vorbis) 245 wma_lsp_to_curve(s, s->exponents[ch], &s->max_exponent[ch], in decode_exp_lsp() 332 * decode exponents coded with VLC codes 344 q = (uint32_t *) s->exponents[ch]; in decode_exp_vlc() 584 /* exponents can be reused in short blocks. */ in wma_decode_block() 639 float *coefs, *exponents, mult, mult1, noise; in wma_decode_block() local 644 exponents = s->exponents[ch]; in wma_decode_block() 654 exponents[i << bsize >> esize] * mult1; in wma_decode_block() 662 exponents in wma_decode_block() [all...] |
H A D | wmaenc.c | 146 q = s->exponents[ch]; in init_exp() 168 q = s->exponents[ch]; in encode_exp_vlc() 242 float *coefs, *exponents, mult; in encode_block() local 246 exponents = s->exponents[ch]; in encode_block() 256 double t = *coefs++ / (exponents[i] * mult); in encode_block()
|
H A D | dolby_e.c | 72 int exponents[MAX_EXPONENTS]; member 659 c->exponents[g->exp_ofs + k] = mstr_exp[i] + bias_exp[k]; in unbias_exponents() 672 memcpy(c->exponents + g->exp_ofs, in parse_exponents() 673 c->exponents + p->exp_ofs, in parse_exponents() 674 g->nb_exponent * sizeof(c->exponents[0])); in parse_exponents() 804 c->exponents + g->exp_ofs, c->bap + g->exp_ofs, in parse_bit_alloc() 860 float exp = exponent_tab[c->exponents[g->exp_ofs + j]]; in parse_mantissas()
|
H A D | mpegaudiodec_template.c | 172 exponents as long blocks */ in compute_band_indexes() 684 int16_t *exponents) in exponents_from_scale_factors() 690 exp_ptr = exponents; in exponents_from_scale_factors() 752 int16_t *exponents, int end_pos2) in huffman_decode() 799 exponent= exponents[s_index]; in huffman_decode() 877 READ_FLIP_SIGN(g->sb_hybrid + pos, RENAME(exp_table)+exponents[pos]) in huffman_decode() 1211 int16_t exponents[576]; //FIXME try INTFLOAT in mp_decode_layer3() local 1443 exponents_from_scale_factors(s, g, exponents); in mp_decode_layer3() 1446 huffman_decode(s, g, exponents, bits_pos + g->part2_3_length); in mp_decode_layer3() 683 exponents_from_scale_factors(MPADecodeContext *s, GranuleDef *g, int16_t *exponents) exponents_from_scale_factors() argument 751 huffman_decode(MPADecodeContext *s, GranuleDef *g, int16_t *exponents, int end_pos2) huffman_decode() argument
|
H A D | wma.h | 114 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
|
/third_party/python/Modules/_decimal/libmpdec/literature/ |
H A D | fnt.py | 65 def is_primitive_root(r, p, factors, exponents): 67 if p != prod(factors, exponents) + 1: 94 # Prime factors of P-1 and their exponents: 134 # Prime factors of P-1 and their exponents:
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | ac3dsp.asm | 206 ; convert to float and extract exponents
|
/third_party/python/Lib/test/ |
H A D | test_complex.py | 273 # Check that small integer exponents are handled identically 281 exponents = [-19, -5, -3, -2, -1, 0, 1, 2, 3, 5, 19] 283 for exponent in exponents:
|
/third_party/mbedtls/library/ |
H A D | ecp.c | 3487 * This is sometimes necessary because we use a single set of exponents 3521 /* Calculate R = m.P for each m in exponents. Check that the number of 3528 const char *const *exponents, in self_test_point() 3538 MBEDTLS_MPI_CHK(mbedtls_mpi_read_string(m, 16, exponents[0])); in self_test_point() 3550 MBEDTLS_MPI_CHK(mbedtls_mpi_read_string(m, 16, exponents[i])); in self_test_point() 3523 self_test_point(int verbose, mbedtls_ecp_group *grp, mbedtls_ecp_point *R, mbedtls_mpi *m, const mbedtls_ecp_point *P, const char *const *exponents, size_t n_exponents) self_test_point() argument
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 235 // Norms: convert exponents back and return
|
H A D | gk110.asm | 207 // Norms: convert exponents back and return
|
H A D | gk104.asm | 665 // Norms: convert exponents back and return
|