Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddolby_e.h642 static float exponent_tab[50]; variable
Ddolby_e.c371 float exp = exponent_tab[c->exponents[g->exp_ofs + j]]; in parse_mantissas()
713 exponent_tab[i * 2 ] = 1.0f / (1 << i); in init_tables()
714 exponent_tab[i * 2 + 1] = M_SQRT1_2 / (1 << i); in init_tables()