Lines Matching refs:bufferImag
544 FIXP_DBL bufferImag[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in apply_inter_tes() local
554 bufferImag[j] = qmfImag[startPos + i][j]; in apply_inter_tes()
555 maxVal |= (FIXP_DBL)((LONG)(bufferImag[j]) ^ in apply_inter_tes()
556 ((LONG)bufferImag[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()
576 scaleValues(bufferImag, lowSubband, -preShift); in apply_inter_tes()
581 addme = fPow2Div2(bufferImag[j]); in apply_inter_tes()
593 bufferImag[j] = qmfImag[startPos + i][j]; in apply_inter_tes()
594 maxVal |= (FIXP_DBL)((LONG)(bufferImag[j]) ^ in apply_inter_tes()
595 ((LONG)bufferImag[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()
614 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband, in apply_inter_tes()
618 subsample_power_high[i] += fPow2Div2(bufferImag[j]) >> postShift; in apply_inter_tes()
2009 FIXP_DBL bufferImag[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in calcNrgPerSubband() local
2016 bufferImag[l] = analysBufferImag[l][k]; in calcNrgPerSubband()
2017 maxVal |= (FIXP_DBL)((LONG)(bufferImag[l]) ^ in calcNrgPerSubband()
2018 ((LONG)bufferImag[l] >> (DFRACT_BITS - 1))); in calcNrgPerSubband()
2056 FIXP_DBL temp2 = bufferImag[l] << (int)preShift; in calcNrgPerSubband()
2072 FIXP_DBL temp2 = bufferImag[l] >> (int)negpreShift; in calcNrgPerSubband()