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

  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct_coeffs.c 51 const int16_t gas16AnalDCTcoeff8[] = {
sbc_dct.c 77 extern const int16_t gas16AnalDCTcoeff8[];
191 temp += (gas16AnalDCTcoeff8[(Index * 8 * 2) + k] * (pInVect[k] >> 16));
193 ((gas16AnalDCTcoeff8[(Index * 8 * 2) + k] * (pInVect[k] & 0xFFFF)) >>

Completed in 167 milliseconds