Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_dct.c78 extern const int16_t gas16AnalDCTcoeff4[];
260 temp += (gas16AnalDCTcoeff4[(Index * 4 * 2) + k] * (pInVect[k] >> 16)); in SBC_FastIDCT4()
262 ((gas16AnalDCTcoeff4[(Index * 4 * 2) + k] * (pInVect[k] & 0xFFFF)) >> in SBC_FastIDCT4()
Dsbc_dct_coeffs.c29 const int16_t gas16AnalDCTcoeff4[] = { variable