Home
last modified time | relevance | path

Searched refs:WebRtcIlbcfix_SwapBytes (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dswap_bytes.h28 void WebRtcIlbcfix_SwapBytes(
Dswap_bytes.c25 void WebRtcIlbcfix_SwapBytes( in WebRtcIlbcfix_SwapBytes() function
Dencode.c496 WebRtcIlbcfix_SwapBytes(bytes, iLBCenc_inst->no_of_words, bytes); in WebRtcIlbcfix_EncodeImpl()
499 WebRtcIlbcfix_SwapBytes(bytes, iLBCenc_inst->no_of_words, bytes); in WebRtcIlbcfix_EncodeImpl()
Ddecode.c79 WebRtcIlbcfix_SwapBytes(bytes, iLBCdec_inst->no_of_words, swapped); in WebRtcIlbcfix_DecodeImpl()