Home
last modified time | relevance | path

Searched refs:subband (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
Dpsdec.cpp1082 INT subband; in applySlotBasedRotation() local
1169 subband = groupBorders20[group]; in applySlotBasedRotation()
1171 …To.mpeg.coef.H11r[group], HybrLeftReal[subband]), h_ps_d->specificTo.mpeg.coef.H21r[group], HybrRi… in applySlotBasedRotation()
1172 …To.mpeg.coef.H12r[group], HybrLeftReal[subband]), h_ps_d->specificTo.mpeg.coef.H22r[group], HybrRi… in applySlotBasedRotation()
1173 HybrLeftReal [subband] = tmpLeft<<1; in applySlotBasedRotation()
1174 HybrRightReal[subband] = tmpRight<<1; in applySlotBasedRotation()
1176 …To.mpeg.coef.H11r[group], HybrLeftImag[subband]), h_ps_d->specificTo.mpeg.coef.H21r[group], HybrRi… in applySlotBasedRotation()
1177 …To.mpeg.coef.H12r[group], HybrLeftImag[subband]), h_ps_d->specificTo.mpeg.coef.H22r[group], HybrRi… in applySlotBasedRotation()
1178 HybrLeftImag [subband] = tmpLeft; in applySlotBasedRotation()
1179 HybrRightImag[subband] = tmpRight; in applySlotBasedRotation()
[all …]
/external/aac/libSBRenc/src/
Dps_encode.cpp855 int group, bin, col, subband, band; in FDKsbrEnc_PSEncode() local
898 …for (subband = hPsEncode->iidGroupBorders[group]; subband < hPsEncode->iidGroupBorders[group+1]; s… in FDKsbrEnc_PSEncode()
899 FIXP_QMF l_real = (hybridData[col][0][0][subband]) << scale; in FDKsbrEnc_PSEncode()
900 FIXP_QMF l_imag = (hybridData[col][0][1][subband]) << scale; in FDKsbrEnc_PSEncode()
901 FIXP_QMF r_real = (hybridData[col][1][0][subband]) << scale; in FDKsbrEnc_PSEncode()
902 FIXP_QMF r_imag = (hybridData[col][1][1][subband]) << scale; in FDKsbrEnc_PSEncode()