HomeSort by relevance Sort by last modified time
    Searched refs:FDK_ASSERT (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/aac/libFDK/include/arm/
scramble.h 101 FDK_ASSERT(!(((INT)x)&(ALIGNMENT_DEFAULT-1)));
  /external/aac/libAACenc/src/
aacEnc_ram.cpp 130 FDK_ASSERT(dynamic_RAM!=0);
163 FDK_ASSERT(dynamic_RAM!=0);
167 FDK_ASSERT(dynamic_RAM!=0);
180 FDK_ASSERT(dynamic_RAM!=0);
pre_echo_control.cpp 136 FDK_ASSERT(scaling>=0);
161 FDK_ASSERT(scaling>=0);
bit_cnt.h 183 FDK_ASSERT( (0 <= (delta+CODE_BOOK_SCF_LAV)) && ((delta+CODE_BOOK_SCF_LAV)<(int)(sizeof(FDKaacEnc_huff_ltabscf)/sizeof((FDKaacEnc_huff_ltabscf[0])))) );
quantize.cpp 129 FDK_ASSERT(totalShift >=0); /* MAX_QUANT_VIOLATION */
142 FDK_ASSERT(totalShift >=0); /* MAX_QUANT_VIOLATION */
187 FDK_ASSERT(specExp < 14); /* this fails if abs(value) > 8191 */
221 FDK_ASSERT(specExp < 14); /* this fails if abs(value) > 8191 */
  /external/aac/libSBRenc/src/
sbr_ram.cpp 197 FDK_ASSERT(dynamic_RAM!=0);
206 FDK_ASSERT(dynamic_RAM!=0);
210 FDK_ASSERT(dynamic_RAM!=0);
tran_det.cpp 122 FDK_ASSERT(scaleEnergies[0] >= 0);
312 FDK_ASSERT( sbrSlots * timeStep == no_cols );
396 FDK_ASSERT((scaleFactor0 >= 0) && (scaleFactor1 >= 0));
445 FDK_ASSERT(commonScale >= 0);
481 FDK_ASSERT((tmpScaleEnergies0 >= 0) && (tmpScaleEnergies1 >= 0));
681 FDK_ASSERT(no_cols <= QMF_MAX_TIME_SLOTS);
682 FDK_ASSERT(no_rows <= QMF_CHANNELS);
env_bit.cpp 222 FDK_ASSERT(FDKgetValidBits(&hCmonData->sbrBitbuf) % 8 == 4);
nf_est.cpp 149 FDK_ASSERT( (band + env*noNoiseBands) < MAX_NUM_NOISE_VALUES);
336 FDK_ASSERT( (band + env*noNoiseBands) < MAX_NUM_NOISE_VALUES);
368 FDK_ASSERT( (band + env*noNoiseBands) < MAX_NUM_NOISE_VALUES);
487 FDK_ASSERT(noiseFloorOffset<=8); /* because of NOISE_FLOOR_OFFSET_SCALING */
fram_gen.cpp 527 FDK_ASSERT(ldGrid);
671 FDK_ASSERT(0);
    [all...]
  /external/aac/libAACdec/src/
ldfiltbank.cpp 121 FDK_ASSERT( (-WTS1-1 + scale) >= 0);
124 FDK_ASSERT( (WTS1+1 - scale) >= 0);
145 FDK_ASSERT( (-WTS0-1 + scale) >= 0);
149 FDK_ASSERT( (WTS0+1 - scale) >= 0);
163 FDK_ASSERT( (-WTS0-1 + scale) >= 0);
166 FDK_ASSERT( (WTS0+1 - scale) >= 0);
stereo.cpp 160 FDK_ASSERT(scaleFactorBandsTransmittedL == scaleFactorBandsTransmittedR);
186 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo));
187 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo));
196 FDK_ASSERT(lScale >= 0 && rScale >= 0);
268 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo));
269 FDK_ASSERT(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChannelInfo[R]->icsInfo));
conceal.cpp 576 FDK_ASSERT(level >= 0 && level <= 127);
841 FDK_ASSERT((samplesPerFrame>=480) && (samplesPerFrame<=1024));
842 FDK_ASSERT((samplesPerFrame&0x1F) == 0);
860 FDK_ASSERT(pConcealmentInfo != NULL);
861 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0);
862 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS);
863 FDK_ASSERT(pConcealmentInfo->cntFadeFrames <= pConcealCommonData->numFadeOutFrames);
887 FDK_ASSERT((lastWindow * windowLen + windowLen) <= samplesPerFrame);
968 FDK_ASSERT(pConcealmentInfo->cntFadeFrames >= 0);
969 FDK_ASSERT(pConcealmentInfo->cntFadeFrames < CONCEAL_MAX_NUM_FADE_FACTORS)
    [all...]
channelinfo.cpp 272 FDK_ASSERT(t->ScaleFactorBands_Long[t->NumberOfScaleFactorBands_Long] == samplesPerFrame);
273 FDK_ASSERT(t->ScaleFactorBands_Short == NULL || t->ScaleFactorBands_Short[t->NumberOfScaleFactorBands_Short]*8 == samplesPerFrame);
block.h 243 FDK_ASSERT (exponent < 14);
257 FDK_ASSERT(lsb < 4);
  /external/aac/libSYS/include/
machine_type.h 195 #define FDK_ASSERT(x) assert(x)
197 #define FDK_ASSERT(ignore)
genericStds.h 161 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type))); } \
167 static type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc(num, sizeof(type))); } \
173 type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKcalloc(n1, sizeof(type))); } \
179 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc((num)*sizeof(type), ALIGNMENT_DEFAULT)); } \
185 type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKaalloc((n1)*sizeof(type), ALIGNMENT_DEFAULT)); } \
191 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKcalloc_L(num, sizeof(type), s)); } \
197 type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return (type*)FDKcalloc_L(n1, sizeof(type), s); } \
203 type * Get ## name(int n) { FDK_ASSERT((n) == 0); return ((type*)FDKaalloc_L((num)*sizeof(type), ALIGNMENT_DEFAULT, s)); } \
209 type * Get ## name (int n) { FDK_ASSERT((n) < (n2)); return ((type*)FDKaalloc_L((n1)*sizeof(type), ALIGNMENT_DEFAULT, s)); } \
  /external/aac/libFDK/include/
fixpoint_math.h 178 FDK_ASSERT((31-(2*tmp_exp+1))>=0) ;
219 FDK_ASSERT (count<=DFRACT_BITS-1);
220 FDK_ASSERT (num>=(FIXP_DBL)0);
221 FDK_ASSERT (denum>(FIXP_DBL)0);
222 FDK_ASSERT (num <= denum);
459 FDK_ASSERT((intValue > 0) && (intValue < 50));
460 FDK_ASSERT(intValue<50);
scramble.h 144 FDK_ASSERT(!(((UINT64)x)&(ALIGNMENT_DEFAULT-1)));
  /external/aac/libFDK/src/mips/
fft_rad2_mips.cpp 121 default: FDK_ASSERT(0); break;
  /external/aac/libFDK/src/
fixpoint_math.cpp 325 FDK_ASSERT((193>0) && ((FIXP_DBL)ldIntCoeff[0]==(FIXP_DBL)0x80000001)); /* tab has to be initialized */
397 FDK_ASSERT(val > FL2FXCONST_DBL(0.0));
433 FDK_ASSERT(tmp_exp > 0) ;
454 FDK_ASSERT (num>=(FIXP_DBL)0);
455 FDK_ASSERT (denum>(FIXP_DBL)0);
456 FDK_ASSERT (num <= denum);
504 FDK_ASSERT (L_num >= (FIXP_DBL)0);
505 FDK_ASSERT (L_denum > (FIXP_DBL)0);
534 FDK_ASSERT (denom >= num);
559 FDK_ASSERT (num >= (FIXP_DBL)0)
    [all...]
mdct.cpp 144 FDK_ASSERT(0);
163 FDK_ASSERT(buffered_samples <= nrSamplesRoom);
377 FDK_ASSERT(pOvl >= hMdct->overlap.time + hMdct->ov_offset);
378 FDK_ASSERT(tl/2 <= hMdct->ov_size);
dct.cpp 119 FDK_ASSERT(L == 64 || L == 32);
192 FDK_ASSERT(L == 64 || L == 32);
201 FDK_ASSERT(L == 64 || L == 32);
296 FDK_ASSERT(*twiddle != NULL);
298 FDK_ASSERT(*sin_step > 0);
314 FDK_ASSERT(L >= 4);
439 FDK_ASSERT(L >= 4);
  /external/aac/libMpegTPEnc/src/
tpenc_adts.cpp 197 FDK_ASSERT(((frame_length+hAdts->headerBits)/8)<0x2000); /*13 bit*/
198 FDK_ASSERT(buffer_fullness<0x800); /* 11 bit */
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 283 FDK_ASSERT(channelType != NULL);
284 FDK_ASSERT(channelIndices != NULL);
285 FDK_ASSERT(offsetTable != NULL);
409 FDK_ASSERT(channelType != NULL);
410 FDK_ASSERT(channelIndices != NULL);
411 FDK_ASSERT(channelMapping != NULL);
412 FDK_ASSERT(offsetTable != NULL);
    [all...]

Completed in 210 milliseconds

1 2 3