Searched defs:x6 (Results 1 - 1 of 1) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; local
110 x6 = (pInVect[10] - pInVect[14]) >> 1;
120 /* rearrangement of x2 and x6 as in (15) */
121 x2 -= x6;
122 x6 <<= 1;
124 /* 2-point IDCT of x2 and x6 and post-multiplication as in (15) */
125 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, x6, x6); /*x6 = x6 * co
[all...]

Completed in 60 milliseconds