Home
last modified time | relevance | path

Searched refs:batchSize (Results 1 – 8 of 8) sorted by relevance

/external/libopus/silk/
Dresampler_private_IIR_FIR.c78 ALLOC( buf, 2 * S->batchSize + RESAMPLER_ORDER_FIR_12, opus_int16 ); in silk_resampler_private_IIR_FIR()
86 nSamplesIn = silk_min( inLen, S->batchSize ); in silk_resampler_private_IIR_FIR()
Dresampler_structs.h46 opus_int batchSize; member
Dresampler_private_down_FIR.c159 ALLOC( buf, S->batchSize + S->FIR_Order, opus_int32 ); in silk_resampler_private_down_FIR()
169 nSamplesIn = silk_min( inLen, S->batchSize ); in silk_resampler_private_down_FIR()
Dresampler.c111 S->batchSize = S->Fs_in_kHz * RESAMPLER_MAX_BATCH_SIZE_MS; in silk_resampler_init()
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_clamdfft.hpp131 …E_EXPORT clAmdFftStatus (*clAmdFftSetPlanBatchSize)(clAmdFftPlanHandle plHandle, size_t batchSize);
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/opencv3/modules/core/src/
Ddxt.cpp2218 size_t batchSize = dft_rows ? dft_size.height : 1; in FftPlan() local
2259 CLAMDDFT_Assert(clAmdFftSetPlanBatchSize(plHandle, batchSize)) in FftPlan()