Lines Matching refs:bufferImag
541 FIXP_DBL bufferImag[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in apply_inter_tes() local
551 bufferImag[j] = qmfImag[startPos + i][j]; in apply_inter_tes()
552 maxVal |= (FIXP_DBL)((LONG)(bufferImag[j]) ^ in apply_inter_tes()
553 ((LONG)bufferImag[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()
573 scaleValues(bufferImag, lowSubband, -preShift); in apply_inter_tes()
578 addme = fPow2Div2(bufferImag[j]); in apply_inter_tes()
590 bufferImag[j] = qmfImag[startPos + i][j]; in apply_inter_tes()
591 maxVal |= (FIXP_DBL)((LONG)(bufferImag[j]) ^ in apply_inter_tes()
592 ((LONG)bufferImag[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()
611 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband, in apply_inter_tes()
615 subsample_power_high[i] += fPow2Div2(bufferImag[j]) >> postShift; in apply_inter_tes()
2013 FIXP_DBL bufferImag[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in calcNrgPerSubband() local
2020 bufferImag[l] = analysBufferImag[l][k]; in calcNrgPerSubband()
2021 maxVal |= (FIXP_DBL)((LONG)(bufferImag[l]) ^ in calcNrgPerSubband()
2022 ((LONG)bufferImag[l] >> (DFRACT_BITS - 1))); in calcNrgPerSubband()
2060 FIXP_DBL temp2 = bufferImag[l] << (int)preShift; in calcNrgPerSubband()
2076 FIXP_DBL temp2 = bufferImag[l] >> (int)negpreShift; in calcNrgPerSubband()