• Home
  • Raw
  • Download

Lines Matching refs:bufferReal

543       FIXP_DBL bufferReal[(((1024) / (32) * (4) / 2) + (3 * (4)))];  in apply_inter_tes()  local
557 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()
617 subsample_power_high[i] += fPow2Div2(bufferReal[j]) >> postShift; in apply_inter_tes()
2008 FIXP_DBL bufferReal[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in calcNrgPerSubband() local
2019 bufferReal[l] = analysBufferReal[l][k]; in calcNrgPerSubband()
2020 maxVal |= (FIXP_DBL)((LONG)(bufferReal[l]) ^ in calcNrgPerSubband()
2021 ((LONG)bufferReal[l] >> (DFRACT_BITS - 1))); in calcNrgPerSubband()
2027 bufferReal[l] = analysBufferReal[l][k]; in calcNrgPerSubband()
2028 maxVal |= (FIXP_DBL)((LONG)(bufferReal[l]) ^ in calcNrgPerSubband()
2029 ((LONG)bufferReal[l] >> (DFRACT_BITS - 1))); in calcNrgPerSubband()
2055 FIXP_DBL temp1 = bufferReal[l] << (int)preShift; in calcNrgPerSubband()
2062 FIXP_DBL temp = bufferReal[l] << (int)preShift; in calcNrgPerSubband()
2071 FIXP_DBL temp1 = bufferReal[l] >> (int)negpreShift; in calcNrgPerSubband()
2078 FIXP_DBL temp = bufferReal[l] >> (int)negpreShift; in calcNrgPerSubband()