Home
last modified time | relevance | path

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

/aosp12/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c174 pOutVect[0] = (res_even[0] + res_odd[0]); in SBC_FastIDCT8()
175 pOutVect[1] = (res_even[1] + res_odd[1]); in SBC_FastIDCT8()
176 pOutVect[2] = (res_even[2] + res_odd[2]); in SBC_FastIDCT8()
177 pOutVect[3] = (res_even[3] + res_odd[3]); in SBC_FastIDCT8()
178 pOutVect[7] = (res_even[0] - res_odd[0]); in SBC_FastIDCT8()
196 pOutVect[Index] = temp; in SBC_FastIDCT8()
247 pOutVect[0] = (tmp[0] + tmp[6]); in SBC_FastIDCT4()
248 pOutVect[1] = (tmp[1] + tmp[7]); in SBC_FastIDCT4()
249 pOutVect[2] = (tmp[1] - tmp[7]); in SBC_FastIDCT4()
250 pOutVect[3] = (tmp[0] - tmp[6]); in SBC_FastIDCT4()
[all …]
/aosp12/system/bt/embdrv/sbc/encoder/include/
H A Dsbc_enc_func_declare.h48 extern void SBC_FastIDCT8(int32_t* pInVect, int32_t* pOutVect);
49 extern void SBC_FastIDCT4(int32_t* x0, int32_t* pOutVect);