Home
last modified time | relevance | path

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

/third_party/lame/mpglib/
H A Dlayer3.c54 static real tfcos36[9]; variable
209 tfcos36[i] = 0.5 / cos(M_PI * (double) (i * 2 + 1) / 36.0); in hip_init_tables_layer3()
1416 sum1 = (tmp1b + tmp2b) * tfcos36[(v)]; \ in dct36()
1421 sum1 = (tmp2b - tmp1b) * tfcos36[(v)]; \ in dct36()
1484 sum1 = (in[2*0+1] - in[2*2+1] + in[2*4+1] - in[2*6+1] + in[2*8+1] ) * tfcos36[4]; in dct36()

Completed in 6 milliseconds