HomeSort by relevance Sort by last modified time
    Searched refs:gas16AnalDCTcoeff4 (Results 1 - 2 of 2) sorted by null

  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct_coeffs.c 29 const int16_t gas16AnalDCTcoeff4[] = {
sbc_dct.c 78 extern const int16_t gas16AnalDCTcoeff4[];
260 temp += (gas16AnalDCTcoeff4[(Index * 4 * 2) + k] * (pInVect[k] >> 16));
262 ((gas16AnalDCTcoeff4[(Index * 4 * 2) + k] * (pInVect[k] & 0xFFFF)) >>

Completed in 465 milliseconds