Searched refs:bufferReal (Results 1 – 1 of 1) sorted by relevance
543 FIXP_DBL bufferReal[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in apply_inter_tes() local557 bufferReal[j] = qmfReal[startPos + i][j]; in apply_inter_tes()558 maxVal |= (FIXP_DBL)((LONG)(bufferReal[j]) ^ in apply_inter_tes()559 ((LONG)bufferReal[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()575 scaleValues(bufferReal, lowSubband, -preShift); in apply_inter_tes()579 addme = fPow2Div2(bufferReal[j]); in apply_inter_tes()596 bufferReal[j] = qmfReal[startPos + i][j]; in apply_inter_tes()597 maxVal |= (FIXP_DBL)((LONG)(bufferReal[j]) ^ in apply_inter_tes()598 ((LONG)bufferReal[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()612 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband, in apply_inter_tes()[all …]