Searched refs:mantissas (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | atrac3.c | 215 * @param mantissas mantissa output table 219 int coding_flag, int *mantissas, in read_quant_spectral_coeffs() 237 mantissas[i] = code; in read_quant_spectral_coeffs() 245 mantissas[i * 2 ] = mantissa_clc_tab[code >> 2]; in read_quant_spectral_coeffs() 246 mantissas[i * 2 + 1] = mantissa_clc_tab[code & 3]; in read_quant_spectral_coeffs() 253 mantissas[i] = get_vlc2(gb, spectral_coeff_tab[selector-1].table, in read_quant_spectral_coeffs() 260 mantissas[i * 2 ] = mantissa_vlc_tab[huff_symb * 2 ]; in read_quant_spectral_coeffs() 261 mantissas[i * 2 + 1] = mantissa_vlc_tab[huff_symb * 2 + 1]; in read_quant_spectral_coeffs() 276 int mantissas[128]; in decode_spectrum() local 303 mantissas, subband_siz in decode_spectrum() 218 read_quant_spectral_coeffs(GetBitContext *gb, int selector, int coding_flag, int *mantissas, int num_codes) read_quant_spectral_coeffs() argument [all...] |
H A D | dolby_e.c | 76 DECLARE_ALIGNED(32, float, mantissas)[MAX_MANTISSAS]; 853 float *mnt = c->mantissas + g->mnt_ofs; in parse_mantissas() 1029 imdct_calc(s1, g, buffer, c->mantissas + g->mnt_ofs); in transform()
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 3073 uint64_t mantissas = 0x0000000100010001 * (lane & 0x7f); 3074 reg.SetUint(kFormatVnD, lane, base | mantissas);
|
Completed in 8 milliseconds