Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_dct.c77 extern const int16_t gas16AnalDCTcoeff8[];
191 temp += (gas16AnalDCTcoeff8[(Index * 8 * 2) + k] * (pInVect[k] >> 16)); in SBC_FastIDCT8()
193 ((gas16AnalDCTcoeff8[(Index * 8 * 2) + k] * (pInVect[k] & 0xFFFF)) >> in SBC_FastIDCT8()
Dsbc_dct_coeffs.c51 const int16_t gas16AnalDCTcoeff8[] = { variable