Home
last modified time | relevance | path

Searched refs:bitStreamLength (Results 1 – 16 of 16) sorted by relevance

/dports/audio/bcg729/bcg729-faaa895862165acde6df8add722ba4f85a25007d/test/src/
H A DCNGRFC3389decoderTest.c99 uint8_t bitStreamLength; in main() local
104 bitStreamLength = 10; in main()
108 bitStreamLength = 0; in main()
113 bitStreamLength = 11; in main()
119 …bcg729Decoder(decoderChannelContext, inputBuffer[15]==0?bitStream:NULL, bitStreamLength, inputBuff… in main()
H A DCNGdecoderTest.c99 uint8_t bitStreamLength; in main() local
104 bitStreamLength = 10; in main()
108 bitStreamLength = 0; in main()
111 bitStreamLength = 2; in main()
117 …bcg729Decoder(decoderChannelContext, inputBuffer[15]==0?bitStream:NULL, bitStreamLength, inputBuff… in main()
H A DencoderTest.c101 uint8_t bitStreamLength; in main() local
117 bcg729Encoder(encoderChannelContext, inputBuffer, bitStream, &bitStreamLength); in main()
124 if (bitStreamLength == 10) { in main()
135 } else if (bitStreamLength == 2) { in main()
H A DencoderVADTest.c101 uint8_t bitStreamLength; in main() local
117 bcg729Encoder(encoderChannelContext, inputBuffer, bitStream, &bitStreamLength); in main()
124 if (bitStreamLength == 10) { in main()
135 } else if (bitStreamLength == 2) { in main()
H A DencoderMultiChannelTest.c123 uint8_t bitStreamLength; in main() local
138 bcg729Encoder(encoderChannelContext[k], inputBuffer, bitStream, &bitStreamLength); in main()
143 if (bitStreamLength == 10) { in main()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/audiofilters/
H A Dmsvaddtx.c103 uint8_t bitStreamLength = 0; in vad_dtx_process() local
109 bcg729Encoder(ctx->encoderChannelContext, (int16_t *)inputBuffer, bitStream, &bitStreamLength); in vad_dtx_process()
110 if (bitStreamLength != 10) { /* this is a noise frame */ in vad_dtx_process()
111 if (bitStreamLength == 2){ /* there is a NOISE frame to send */ in vad_dtx_process()
H A Dg729.c198 uint8_t bitStreamLength = 0; in msbcg729_encoder_process() local
202 for (bufferIndex=0; (bufferIndex<obj->ptime) && (bitStreamLength!=2); bufferIndex+=10) { in msbcg729_encoder_process()
204 …coder(obj->encoderChannelContext, (int16_t *)inputBuffer, outputMessage->b_wptr, &bitStreamLength); in msbcg729_encoder_process()
205 outputMessage->b_wptr+=bitStreamLength; in msbcg729_encoder_process()
206 totalPacketDataLength+=bitStreamLength; in msbcg729_encoder_process()
/dports/audio/bcg729/bcg729-faaa895862165acde6df8add722ba4f85a25007d/src/
H A Ddtx.h58 …rd16_t *excitationVector, word16_t *qLPCoefficients, uint8_t *bitStream, uint8_t *bitStreamLength);
H A Dcng.h53 …uint8_t previousFrameIsActiveFlag, const uint8_t *bitStream, uint8_t bitStreamLength, word16_t *ex…
H A Ddtx.c263 …d16_t *excitationVector, word16_t *qLPCoefficients, uint8_t *bitStream, uint8_t *bitStreamLength) { in encodeSIDFrame() argument
425 *bitStreamLength = 2; in encodeSIDFrame()
432 *bitStreamLength = 0; in encodeSIDFrame()
H A Ddecoder.c106 …extStruct *decoderChannelContext, const uint8_t bitStream[], uint8_t bitStreamLength, uint8_t fram… in bcg729Decoder() argument
166 …ontext, decoderChannelContext->previousFrameIsActiveFlag, bitStream, bitStreamLength, &(decoderCha… in bcg729Decoder()
H A Dencoder.c115 … *encoderChannelContext, const int16_t inputFrame[], uint8_t bitStream[], uint8_t *bitStreamLength) in bcg729Encoder() argument
171 …ChannelContext->excitationVector[L_PAST_EXCITATION]), qLPCoefficients, bitStream, bitStreamLength); in bcg729Encoder()
224 *bitStreamLength = 10; in bcg729Encoder()
H A Dcng.c242 …uint8_t previousFrameIsActiveFlag, const uint8_t *bitStream, uint8_t bitStreamLength, word16_t *ex… in decodeSIDframe() argument
252 uint8_t CNFilterOrder = (bitStreamLength-1); /* first byte is noise energy level */ in decodeSIDframe()
/dports/audio/bcg729/bcg729-faaa895862165acde6df8add722ba4f85a25007d/include/bcg729/
H A Ddecoder.h70 …extStruct *decoderChannelContext, const uint8_t bitStream[], uint8_t bitStreamLength, uint8_t fram…
H A Dencoder.h68 …*encoderChannelContext, const int16_t inputFrame[], uint8_t bitStream[], uint8_t *bitStreamLength);
/dports/lang/seed7/seed7/lib/
H A Dzstd.s7i448 var integer: bitStreamLength is 0;
459 bitStreamLength := huffmanTreeHeaderByte - (tell(compressed) - posBefore);
460 bitStream := reverseBitStream(compressed, bitStreamLength);