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 447 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] >> 2
530 int bnds = group*16+band; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_tree.c 701 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);
    [all...]
cil_policy.c 965 struct cil_bounds *bnds = current->data; local
966 fprintf(file_arr[ALLOWS], "typebounds %s %s;\n", bnds->parent_str, bnds->child_str);
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_dec.c 677 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];
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 8547 milliseconds