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

/external/aac/libAACdec/src/
H A Drvlcconceal.cpp132 int band, bnds, group, startBand; local
158 bnds = 16 * group + band;
159 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
166 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
173 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
180 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
208 int band, bnds, group, startBand; local
235 bnds = 16 * group + band;
236 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
243 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
290 int band, bnds, startBand, endBand, group; local
437 int band, bnds, startBand, endBand, group; local
607 int band, bnds, group; local
720 int band, bnds, group; local
[all...]
H A Drvlc.cpp140 int bnds; local
161 for (bnds = 0; bnds < RVLC_MAX_SFB; bnds++) {
162 pScfFwd[bnds] = 0;
163 pScfBwd[bnds] = 0;
164 pScfEsc[bnds] = 0;
165 pScaleFactor[bnds] = 0;
215 int group, band, bnds; local
221 bnds
438 int bnds = 0; local
619 SHORT bnds = pRvlc->maxSfbTransmitted - 1; local
932 int bnds; local
[all...]
H A Dblock.cpp517 const int bnds = group * 16 + band; local
519 if ((pCodeBook[bnds] == ZERO_HCB) ||
520 (pCodeBook[bnds] == INTENSITY_HCB) ||
521 (pCodeBook[bnds] == INTENSITY_HCB2))
524 if (pCodeBook[bnds] == NOISE_HCB) {
528 pSfbScale[window * 16 + band] = (pScaleFactor[bnds] >> 2) + 1;
579 int msb = pScaleFactor[bnds] >> 2;
583 int lsb = pScaleFactor[bnds] & 0x03;
650 int bnds = group * 16; local
653 for (band = 0; band < ScaleFactorBandsTransmitted; band++, bnds
[all...]
/external/libxaac/decoder/
H A Dixheaacd_rev_vlc.c375 WORD32 group, band, bnds; local
381 bnds = 16 * group + band;
382 if ((ptr_aac_dec_channel_info->ptr_code_book[bnds] == INTENSITY_HCB) ||
383 (ptr_aac_dec_channel_info->ptr_code_book[bnds] == INTENSITY_HCB2)) {
525 WORD32 bnds = 0; local
554 bnds = 16 * group + band;
556 switch (ptr_aac_dec_channel_info->ptr_code_book[bnds]) {
558 ptr_scf_fwd[bnds] = 0;
567 ptr_rvlc->conceal_max = bnds;
574 ptr_rvlc->conceal_max = bnds;
698 WORD16 bnds = ptr_rvlc->max_sfb_transmitted - 1; local
961 WORD32 bnds; local
1010 WORD32 band, bnds, start_band, end_band, group; local
1143 WORD32 band, bnds, group, start_band; local
1198 WORD32 band, bnds, group, start_band; local
1255 WORD32 band, bnds, start_band, end_band, group; local
1366 WORD32 band, bnds, group; local
1457 WORD32 band, bnds, group; local
1651 WORD32 bnds; local
[all...]
H A Dixheaacd_channel.c1066 int bnds = group * 16 + band; local
1069 if ((ptr_code_book[bnds] == ZERO_HCB) ||
1070 (ptr_code_book[bnds] == INTENSITY_HCB) ||
1071 (ptr_code_book[bnds] == INTENSITY_HCB2))
1074 if (ptr_code_book[bnds] == NOISE_HCB) {
/external/selinux/libsepol/cil/src/
H A Dcil_tree.c798 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);

Completed in 429 milliseconds