Searched refs:sincos_lookup1 (Results 1 – 2 of 2) sorted by relevance
251 LOOKUP_T *T = (step>=4)?(sincos_lookup0+(step>>1)):sincos_lookup1; in mdct_step7()301 T=(step>=4)?(sincos_lookup0+(step>>1)):sincos_lookup1; in mdct_step8()315 V = sincos_lookup1; in mdct_step8()341 V = sincos_lookup1; in mdct_step8()
282 static LOOKUP_T sincos_lookup1[1024] = { variable