Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Datrac.c36 float ff_atrac_sf_table[64]; variable
52 ff_atrac_sf_table[i] = pow(2.0, (i - 15) / 3.0); in atrac_generate_tables()
H A Datrac.h52 extern float ff_atrac_sf_table[64];
H A Datrac1.c230 float scale_factor = ff_atrac_sf_table[idsfs[bfu_num]]; in at1_unpack_dequant()
H A Datrac3.c306 scale_factor = ff_atrac_sf_table[sf_index[i]] * in decode_spectrum()
388 scale_factor = ff_atrac_sf_table[sf_index] * in decode_tonal_components()

Completed in 3 milliseconds