HomeSort by relevance Sort by last modified time
    Searched refs:no_of_words (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
init_decode.c 41 iLBCdec_inst->no_of_words = NO_OF_WORDS_30MS;
50 iLBCdec_inst->no_of_words = NO_OF_WORDS_20MS;
init_encode.c 38 iLBCenc_inst->no_of_words = NO_OF_WORDS_30MS;
47 iLBCenc_inst->no_of_words = NO_OF_WORDS_20MS;
defines.h 141 int16_t no_of_bytes, no_of_words; member in struct:iLBC_Enc_Inst_t_
182 int16_t no_of_bytes, no_of_words; member in struct:iLBC_Dec_Inst_t_
ilbc.c 114 encpos += ((iLBC_Enc_Inst_t*)iLBCenc_inst)->no_of_words;
175 WebRtcIlbcfix_DecodeImpl(&decoded[i*((iLBC_Dec_Inst_t*)iLBCdec_inst)->blockl], (const uint16_t*) &encoded[i*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_words], (iLBC_Dec_Inst_t*) iLBCdec_inst, 1);
199 WebRtcIlbcfix_DecodeImpl(&decoded[i*((iLBC_Dec_Inst_t*)iLBCdec_inst)->blockl], (const uint16_t*) &encoded[i*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_words], (iLBC_Dec_Inst_t*) iLBCdec_inst, 1);
223 WebRtcIlbcfix_DecodeImpl(&decoded[i*((iLBC_Dec_Inst_t*)iLBCdec_inst)->blockl], (const uint16_t*) &encoded[i*((iLBC_Dec_Inst_t*)iLBCdec_inst)->no_of_words], (iLBC_Dec_Inst_t*) iLBCdec_inst, 1);
encode.c 499 WebRtcIlbcfix_SwapBytes(bytes, iLBCenc_inst->no_of_words, bytes);
502 WebRtcIlbcfix_SwapBytes(bytes, iLBCenc_inst->no_of_words, bytes);
decode.c 72 WebRtcIlbcfix_SwapBytes(bytes, iLBCdec_inst->no_of_words, swapped);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 254 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);

Completed in 49 milliseconds