Home
last modified time | relevance | path

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

/third_party/lame/mpglib/
H A Dlayer3.c55 static real tfcos12[3]; variable
211 tfcos12[i] = 0.5 / cos(M_PI * (double) (i * 2 + 1) / 12.0); in hip_init_tables_layer3()
1519 in5 = (in1 + in3) * tfcos12[0]; \ in dct12()
1520 in1 = (in1 - in3) * tfcos12[2]; \ in dct12()
1540 real tmp2 = (in1 - in5) * tfcos12[1]; in dct12()
1574 real tmp2 = (in1 - in5) * tfcos12[1]; in dct12()
1609 real tmp2 = (in1 - in5) * tfcos12[1]; in dct12()

Completed in 4 milliseconds