Lines Matching refs:ld2_length
130 int ld2_length; in dct_getTables() local
135 ld2_length = DFRACT_BITS - 1 - fNormz((FIXP_DBL)length) - 1; in dct_getTables()
138 switch ((length) >> (ld2_length - 1)) { in dct_getTables()
141 *sin_step = 1 << (10 - ld2_length); in dct_getTables()
142 twiddle = windowSlopes[0][0][ld2_length - 1]; in dct_getTables()
146 *sin_step = 1 << (8 - ld2_length); in dct_getTables()
147 twiddle = windowSlopes[0][1][ld2_length]; in dct_getTables()
151 *sin_step = 1 << (8 - ld2_length); in dct_getTables()
152 twiddle = windowSlopes[0][2][ld2_length]; in dct_getTables()
156 *sin_step = 1 << (6 - ld2_length); in dct_getTables()
157 twiddle = windowSlopes[0][3][ld2_length]; in dct_getTables()