Searched defs:bnds (Results 1 - 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
H A Drvlcconceal.cpp116 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...]
H A Drvlc.cpp123 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
421 int bnds = 0; local
611 SHORT bnds = pRvlc->maxSfbTransmitted-1; local
932 int bnds; local
[all...]
H A Dblock.cpp447 int bnds = group*16+band; local
450 if ((pCodeBook[bnds] == ZERO_HCB)
451 || (pCodeBook[bnds] == INTENSITY_HCB)
452 || (pCodeBook[bnds] == INTENSITY_HCB2)
456 if (pCodeBook[bnds] == NOISE_HCB)
460 pSfbScale[window*16+band] = (pScaleFactor [bnds] >> 2) + 1 ;
479 pSpectralCoefficient[i] = Sign(pSpectralCoefficient[i]) * 2^(0.25*pScaleFactor[bnds]) * pSpectralCoefficient[i]^(4/3)
481 pSpectralCoefficient[i] = Sign(pSpectralCoefficient[i]) * (2^(pScaleFactor[bnds] % 4) * pSpectralCoefficient[i]^(4/3))
482 pSpectralCoefficient_e[i] += pScaleFactor[bnds]/4
485 int msb = pScaleFactor [bnds] >>
530 int bnds = group*16+band; local
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_policy.c965 struct cil_bounds *bnds = current->data; local
966 fprintf(file_arr[ALLOWS], "typebounds %s %s;\n", bnds->parent_str, bnds->child_str);
H A Dcil_tree.c701 struct cil_bounds *bnds = node->data; local
702 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
807 struct cil_bounds *bnds = node->data; local
808 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
985 struct cil_bounds *bnds = node->data; local
986 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
/external/opencv3/3rdparty/libjasper/
H A Djpc_dec.c677 jpc_tsfb_band_t bnds[64]; local
710 jpc_tsfb_getbands(tcomp->tsfb, jas_seq2d_xstart(tcomp->data), jas_seq2d_ystart(tcomp->data), jas_seq2d_xend(tcomp->data), jas_seq2d_yend(tcomp->data), bnds);
775 bnd = &bnds[bndno];

Completed in 428 milliseconds