Searched defs:tran_off (Results 1 - 4 of 4) sorted by relevance

/external/aac/libSBRenc/src/
H A Dtran_det.h108 int tran_off; /* Offset for reading energy values. */ member in struct:__anon271
136 int tran_off);
H A Dtran_det.cpp186 int tran_off,
193 int tran_offdiv2 = tran_off>>nrgSzShift;
196 /* Sum up lowband energy from one frame at offset tran_off */
321 h_sbrTransientDetector->tran_off,
377 int tran_off)
386 i_noCols = GetInvInt(noCols + tran_off ) << YBufferSzShift;
387 i_noCols1 = GetInvInt(noCols + tran_off - 1) << YBufferSzShift;
401 int startEnergy = (tran_off>>YBufferSzShift);
402 int endEnergy = ((noCols>>YBufferSzShift)+tran_off);
462 int tran_off,
182 addLowbandEnergies(FIXP_DBL **Energies, int *scaleEnergies, int YBufferWriteOffset, int nrgSzShift, int tran_off, UCHAR *freqBandTable, int slots) argument
370 calculateThresholds(FIXP_DBL **RESTRICT Energies, INT *RESTRICT scaleEnergies, FIXP_DBL *RESTRICT thresholds, int YBufferWriteOffset, int YBufferSzShift, int noCols, int noRows, int tran_off) argument
453 extractTransientCandidates(FIXP_DBL **RESTRICT Energies, INT *RESTRICT scaleEnergies, FIXP_DBL *RESTRICT thresholds, FIXP_DBL *RESTRICT transients, int YBufferWriteOffset, int YBufferSzShift, int noCols, int start_band, int stop_band, int tran_off, int addPrevSamples) argument
638 FDKsbrEnc_InitSbrTransientDetector(HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTransientDetector, INT frameSize, INT sampleFreq, sbrConfigurationPtr params, int tran_fc, int no_cols, int no_rows, int YBufferWriteOffset, int YBufferSzShift, int frameShift, int tran_off) argument
[all...]
H A Denv_est.cpp1761 int tran_off,
1780 hSbrCut->YBufferWriteOffset = tran_off*time_step;
1755 FDKsbrEnc_InitExtractSbrEnvelope(HANDLE_SBR_EXTRACT_ENVELOPE hSbrCut, int no_cols, int no_rows, int start_index, int time_slots, int time_step, int tran_off, ULONG statesInitFlag ,int chInEl ,UCHAR* dynamic_RAM ,UINT sbrSyntaxFlags ) argument
H A Dsbr_encoder.cpp1200 int frameShift, tran_off=0; local
1304 tran_off = LD_PRETRAN_OFF + FRAME_MIDDLE_SLOT_512LD*timeStep;
1310 case NUMBER_TIME_SLOTS_2048: tran_off = 8 + FRAME_MIDDLE_SLOT_2048 * timeStep; break;
1311 case NUMBER_TIME_SLOTS_1920: tran_off = 7 + FRAME_MIDDLE_SLOT_1920 * timeStep; break;
1318 timeSlots, timeStep, tran_off,
1366 tran_off

Completed in 99 milliseconds