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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.h 95 WebRtc_Word16 *framelength);
98 int WebRtcIsacfix_EncodeFrameLen(WebRtc_Word16 framelength,
structs.h 270 estimate. All values (except framelength and minBytes) is double size to
279 WebRtc_Word16 framelength; member in struct:__anon18284
encode.c 68 /* set the framelength for the next packet */
75 /* buffer speech samples (by 10ms packet) until the framelength is reached (30 or 60 ms) */
132 /* Save framelength for multiple packets memory */
134 (ISACenc_obj->SaveEnc_ptr)->framelength=ISACenc_obj->current_framesamples;
408 /* also update the framelength for next packet, in Adaptive mode only */
523 status = WebRtcIsacfix_EncodeFrameLen(SaveEnc_str->framelength, &ISACenc_obj->bitstr_obj);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 190 int WebRtcIsac_DecodeFrameLen(Bitstr* streamdata, WebRtc_Word16* framelength);
191 int WebRtcIsac_EncodeFrameLen(WebRtc_Word16 framelength, Bitstr* streamdata);
structs.h 262 estimate. All values (except framelength and minBytes) is double size to
271 WebRtc_Word16 framelength; member in struct:__anon18303
encode.c 217 /* Set the framelength for the next packet. */
271 /* Save framelength for multiple packets memory. */
272 ISACencLB_obj->SaveEnc_obj.framelength =
    [all...]
  /external/aac/libAACenc/src/
aacenc.cpp 111 INT framelength,
119 INT frameLength,
131 while ( (frameLength & ~((1<<(shift+1))-1)) == frameLength
139 averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) / nSubFrames;
152 bitRate = FDKmax(bitRate, ((((40 * nChannels) + transportBits) * (coreSamplingRate)) / frameLength) );
155 bitRate = FDKmin(bitRate, ((nChannelsEff * MIN_BUFSIZE_PER_EFF_CHAN)*(coreSamplingRate>>shift)) / (frameLength>>shift)) ;
283 config->framelength = -1; /* Framesize not configured */
430 config->framelength,
451 switch (config->framelength)
    [all...]
aacenc_lib.cpp 345 cc->samplesPerFrame = hAacConfig->framelength;
478 const INT frameLength,
515 frameLength,
634 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024;
635 if (hAacConfig->framelength != 1024 && hAacConfig->framelength != 960) {
645 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024;
646 if (hAacConfig->framelength != 1024 && hAacConfig->framelength != 960) {
657 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512
    [all...]
aacenc.h 196 INT framelength; /* used frame size */ member in struct:AACENC_CONFIG
227 * \param frameLength the frameLength to be used for the AAC encoder
240 INT frameLength,

Completed in 142 milliseconds