Home
last modified time | relevance | path

Searched refs:bnds (Results 1 – 5 of 5) 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.cpp447 int bnds = group*16+band; in CBlock_InverseQuantizeSpectralData() local
450 if ((pCodeBook[bnds] == ZERO_HCB) in CBlock_InverseQuantizeSpectralData()
451 || (pCodeBook[bnds] == INTENSITY_HCB) in CBlock_InverseQuantizeSpectralData()
452 || (pCodeBook[bnds] == INTENSITY_HCB2) in CBlock_InverseQuantizeSpectralData()
456 if (pCodeBook[bnds] == NOISE_HCB) in CBlock_InverseQuantizeSpectralData()
460 pSfbScale[window*16+band] = (pScaleFactor [bnds] >> 2) + 1 ; in CBlock_InverseQuantizeSpectralData()
485 int msb = pScaleFactor [bnds] >> 2 ; in CBlock_InverseQuantizeSpectralData()
486 int lsb = pScaleFactor [bnds] & 0x03 ; in CBlock_InverseQuantizeSpectralData()
530 int bnds = group*16+band; in CBlock_ReadSpectralData() local
531 UCHAR currentCB = pCodeBook[bnds]; in CBlock_ReadSpectralData()
[all …]
/external/selinux/libsepol/cil/src/
Dcil_tree.c701 struct cil_bounds *bnds = node->data; in cil_tree_print_node() local
702 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
807 struct cil_bounds *bnds = node->data; in cil_tree_print_node() local
808 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
985 struct cil_bounds *bnds = node->data; in cil_tree_print_node() local
986 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
Dcil_policy.c965 struct cil_bounds *bnds = current->data; in cil_name_to_policy() local
966 fprintf(file_arr[ALLOWS], "typebounds %s %s;\n", bnds->parent_str, bnds->child_str); in cil_name_to_policy()