Lines Matching refs:bufferReal
540 FIXP_DBL bufferReal[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in apply_inter_tes() local
554 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()
614 subsample_power_high[i] += fPow2Div2(bufferReal[j]) >> postShift; in apply_inter_tes()
2012 FIXP_DBL bufferReal[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in calcNrgPerSubband() local
2023 bufferReal[l] = analysBufferReal[l][k]; in calcNrgPerSubband()
2024 maxVal |= (FIXP_DBL)((LONG)(bufferReal[l]) ^ in calcNrgPerSubband()
2025 ((LONG)bufferReal[l] >> (DFRACT_BITS - 1))); in calcNrgPerSubband()
2031 bufferReal[l] = analysBufferReal[l][k]; in calcNrgPerSubband()
2032 maxVal |= (FIXP_DBL)((LONG)(bufferReal[l]) ^ in calcNrgPerSubband()
2033 ((LONG)bufferReal[l] >> (DFRACT_BITS - 1))); in calcNrgPerSubband()
2059 FIXP_DBL temp1 = bufferReal[l] << (int)preShift; in calcNrgPerSubband()
2066 FIXP_DBL temp = bufferReal[l] << (int)preShift; in calcNrgPerSubband()
2075 FIXP_DBL temp1 = bufferReal[l] >> (int)negpreShift; in calcNrgPerSubband()
2082 FIXP_DBL temp = bufferReal[l] >> (int)negpreShift; in calcNrgPerSubband()