Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddolby_e.c608 static float exponent_tab[50]; variable
860 float exp = exponent_tab[c->exponents[g->exp_ofs + j]]; in parse_mantissas()
1193 exponent_tab[i * 2 ] = 1.0f / (1 << i); in init_tables()
1194 exponent_tab[i * 2 + 1] = M_SQRT1_2 / (1 << i); in init_tables()

Completed in 2 milliseconds