HomeSort by relevance Sort by last modified time
    Searched refs:bnds (Results 1 - 7 of 7) sorted by null

  /external/aac/libAACdec/src/
rvlcconceal.cpp 116 int band,bnds,group,startBand; local
141 bnds = 16*group+band;
142 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
148 *refIsFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
154 *refNrgFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
160 *refScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
191 int band,bnds,group,startBand; local
217 bnds = 16*group+band;
218 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
224 *refIsBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
269 int band,bnds,startBand,endBand,group; local
405 int band,bnds,startBand,endBand,group; local
535 int band,bnds,group; local
643 int band,bnds,group; local
    [all...]
rvlc.cpp 123 int bnds; local
144 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) {
145 pScfFwd[bnds] = 0;
146 pScfBwd[bnds] = 0;
147 pScfEsc[bnds] = 0;
148 pScaleFactor[bnds] = 0;
196 int group, band, bnds; local
202 bnds = 16*group+band
421 int bnds = 0; local
611 SHORT bnds = pRvlc->maxSfbTransmitted-1; local
932 int bnds; local
    [all...]
block.cpp 446 int bnds = group*16+band; local
449 if ((pCodeBook[bnds] == ZERO_HCB)
450 || (pCodeBook[bnds] == INTENSITY_HCB)
451 || (pCodeBook[bnds] == INTENSITY_HCB2)
455 if (pCodeBook[bnds] == NOISE_HCB)
459 pSfbScale[window*16+band] = (pScaleFactor [bnds] >> 2) + 1 ;
478 pSpectralCoefficient[i] = Sign(pSpectralCoefficient[i]) * 2^(0.25*pScaleFactor[bnds]) * pSpectralCoefficient[i]^(4/3)
480 pSpectralCoefficient[i] = Sign(pSpectralCoefficient[i]) * (2^(pScaleFactor[bnds] % 4) * pSpectralCoefficient[i]^(4/3))
481 pSpectralCoefficient_e[i] += pScaleFactor[bnds]/4
484 int msb = pScaleFactor [bnds] >> 2
529 int bnds = group*16+band; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_tree.c 798 struct cil_bounds *bnds = node->data; local
799 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
904 struct cil_bounds *bnds = node->data; local
905 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
1082 struct cil_bounds *bnds = node->data; local
1083 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdump_test.go 195 bnds
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdump_test.go 195 bnds
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 288 milliseconds