Searched refs:pInVect (Results 1 - 2 of 2) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c36 * Returns y = dct(pInVect)
81 void SBC_FastIDCT8(int32_t* pInVect, int32_t* pOutVect) { argument
101 /*x0= (pInVect[4])/2 ;*/
102 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, pInVect[4], x0);
103 /*printf("x0 0x%x = %d = %d * %d\n", x0, x0, SBC_COS_PI_SUR_4, pInVect[4]);*/
105 x1 = (pInVect[3] + pInVect[5]) >> 1;
106 x2 = (pInVect[2] + pInVect[6]) >> 1;
107 x3 = (pInVect[
214 SBC_FastIDCT4(int32_t* pInVect, int32_t* pOutVect) argument
[all...]
/system/bt/embdrv/sbc/encoder/include/
H A Dsbc_enc_func_declare.h48 extern void SBC_FastIDCT8(int32_t* pInVect, int32_t* pOutVect);

Completed in 71 milliseconds