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

/external/libopus/silk/
H A Dresampler_structs.h46 opus_int batchSize; member in struct:_silk_resampler_state_struct
H A Dresampler_private_IIR_FIR.c78 ALLOC( buf, 2 * S->batchSize + RESAMPLER_ORDER_FIR_12, opus_int16 );
86 nSamplesIn = silk_min( inLen, S->batchSize );
H A Dresampler_private_down_FIR.c159 ALLOC( buf, S->batchSize + S->FIR_Order, opus_int32 );
169 nSamplesIn = silk_min( inLen, S->batchSize );
H A Dresampler.c111 S->batchSize = S->Fs_in_kHz * RESAMPLER_MAX_BATCH_SIZE_MS;
/external/swiftshader/src/Renderer/
H A DRenderer.hpp40 extern int batchSize;
217 int batchSize; member in struct:sw::DrawCall
H A DRenderer.cpp64 int batchSize = 128; member in namespace:sw
251 int batch = batchSize / ms;
324 draw->batchSize = batch;
790 int batch = draw->batchSize;
1978 triangleBatch[i] = (Triangle*)allocate(batchSize * sizeof(Triangle));
1979 primitiveBatch[i] = (Primitive*)allocate(batchSize * sizeof(Primitive));
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...

Completed in 142 milliseconds