Home
last modified time | relevance | path

Searched refs:L05 (Results 1 – 1 of 1) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-dct8.c94 double L00, L01, L02, L03, L04, L05, L06, L07; in float_dct2_8() local
128 L05 = (in2 - in5); in float_dct2_8()
129 OI_ASSERT(VALID_INT32(L05)); in float_dct2_8()
157 L04 += L05; in float_dct2_8()
159 L05 += L06; in float_dct2_8()
160 OI_ASSERT(VALID_INT32(L05)); in float_dct2_8()
165 L05 /= 2; in float_dct2_8()
169 L05 = FLOAT_MULT_DCT(AAN_C4_FLOAT, L05); in float_dct2_8()
170 OI_ASSERT(VALID_INT32(L05)); in float_dct2_8()
187 FLOAT_BUTTERFLY(L07, L05); in float_dct2_8()
[all …]