Home
last modified time | relevance | path

Searched refs:bnds (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Drvlcconceal.cpp116 int band,bnds,group,startBand; in calcRefValFwd() local
141 bnds = 16*group+band; in calcRefValFwd()
142 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in calcRefValFwd()
148 *refIsFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
154 *refNrgFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
160 *refScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
191 int band,bnds,group,startBand; in calcRefValBwd() local
217 bnds = 16*group+band; in calcRefValBwd()
218 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) { in calcRefValBwd()
224 *refIsBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
[all …]
Drvlc.cpp123 int bnds; in rvlcInit() local
144 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) { in rvlcInit()
145 pScfFwd[bnds] = 0; in rvlcInit()
146 pScfBwd[bnds] = 0; in rvlcInit()
147 pScfEsc[bnds] = 0; in rvlcInit()
148 pScaleFactor[bnds] = 0; in rvlcInit()
196 int group, band, bnds; in rvlcCheckIntensityCb() local
202 bnds = 16*group+band; in rvlcCheckIntensityCb()
203 …coderChannelInfo->pDynData->aCodeBook[bnds] == INTENSITY_HCB) || (pAacDecoderChannelInfo->pDynData… in rvlcCheckIntensityCb()
421 int bnds = 0; in rvlcDecodeForward() local
[all …]
Dblock.cpp446 int bnds = group*16+band; in CBlock_InverseQuantizeSpectralData() local
449 if ((pCodeBook[bnds] == ZERO_HCB) in CBlock_InverseQuantizeSpectralData()
450 || (pCodeBook[bnds] == INTENSITY_HCB) in CBlock_InverseQuantizeSpectralData()
451 || (pCodeBook[bnds] == INTENSITY_HCB2) in CBlock_InverseQuantizeSpectralData()
455 if (pCodeBook[bnds] == NOISE_HCB) in CBlock_InverseQuantizeSpectralData()
459 pSfbScale[window*16+band] = (pScaleFactor [bnds] >> 2) + 1 ; in CBlock_InverseQuantizeSpectralData()
484 int msb = pScaleFactor [bnds] >> 2 ; in CBlock_InverseQuantizeSpectralData()
485 int lsb = pScaleFactor [bnds] & 0x03 ; in CBlock_InverseQuantizeSpectralData()
529 int bnds = group*16+band; in CBlock_ReadSpectralData() local
530 UCHAR currentCB = pCodeBook[bnds]; in CBlock_ReadSpectralData()
[all …]
/external/selinux/libsepol/cil/src/
Dcil_tree.c798 struct cil_bounds *bnds = node->data; in cil_tree_print_node() local
799 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
904 struct cil_bounds *bnds = node->data; in cil_tree_print_node() local
905 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
1082 struct cil_bounds *bnds = node->data; in cil_tree_print_node() local
1083 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()