Searched refs:bufferReal (Results 1 – 1 of 1) sorted by relevance
540 FIXP_DBL bufferReal[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in apply_inter_tes() local554 bufferReal[j] = qmfReal[startPos + i][j]; in apply_inter_tes()555 maxVal |= (FIXP_DBL)((LONG)(bufferReal[j]) ^ in apply_inter_tes()556 ((LONG)bufferReal[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()572 scaleValues(bufferReal, lowSubband, -preShift); in apply_inter_tes()576 addme = fPow2Div2(bufferReal[j]); in apply_inter_tes()593 bufferReal[j] = qmfReal[startPos + i][j]; in apply_inter_tes()594 maxVal |= (FIXP_DBL)((LONG)(bufferReal[j]) ^ in apply_inter_tes()595 ((LONG)bufferReal[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()609 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband, in apply_inter_tes()[all …]