Home
last modified time | relevance | path

Searched refs:no_of_words (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
DiLBC_testprogram.c254 encode(&Enc_Inst, &encodeddata[Enc_Inst.no_of_words *
259 encode( &Enc_Inst, &encodeddata[Enc_Inst.no_of_words * count],
283 &encodeddata[Dec_Inst.no_of_words * count], 1);
287 memset(emptydata, 0, Dec_Inst.no_of_words*sizeof(short));
328 fwrite(&encodeddata[i*Enc_Inst.no_of_words], sizeof(short),
329 Enc_Inst.no_of_words, efileid);
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dilbc.c119 encpos += ((IlbcEncoder*)iLBCenc_inst)->no_of_words; in WebRtcIlbcfix_Encode()
186 [2 * i * ((IlbcDecoder*)iLBCdec_inst)->no_of_words], in WebRtcIlbcfix_Decode()
214 [2 * i * ((IlbcDecoder*)iLBCdec_inst)->no_of_words], in WebRtcIlbcfix_Decode20Ms()
242 [2 * i * ((IlbcDecoder*)iLBCdec_inst)->no_of_words], in WebRtcIlbcfix_Decode30Ms()
Dinit_encode.c38 iLBCenc_inst->no_of_words = NO_OF_WORDS_30MS; in WebRtcIlbcfix_InitEncode()
47 iLBCenc_inst->no_of_words = NO_OF_WORDS_20MS; in WebRtcIlbcfix_InitEncode()
Dinit_decode.c41 iLBCdec_inst->no_of_words = NO_OF_WORDS_30MS; in WebRtcIlbcfix_InitDecode()
50 iLBCdec_inst->no_of_words = NO_OF_WORDS_20MS; in WebRtcIlbcfix_InitDecode()
Ddefines.h141 size_t no_of_bytes, no_of_words; member
182 size_t no_of_bytes, no_of_words; member
Dencode.c498 WebRtcIlbcfix_SwapBytes(bytes, iLBCenc_inst->no_of_words, bytes); in WebRtcIlbcfix_EncodeImpl()
501 WebRtcIlbcfix_SwapBytes(bytes, iLBCenc_inst->no_of_words, bytes); in WebRtcIlbcfix_EncodeImpl()
Ddecode.c72 WebRtcIlbcfix_SwapBytes(bytes, iLBCdec_inst->no_of_words, swapped); in WebRtcIlbcfix_DecodeImpl()