History log of /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d6cd64ac6a9b575320108c03a47bd3d577a1c559 12-Mar-2013 kma@webrtc.org <kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> Change intrinsic code in isac fix to let it pass chrome clang compiler.
Compiler complains about variables not initialized in instructions veor_s32() and vset_lane_s32().
Review URL: https://webrtc-codereview.appspot.com/1187006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3660 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c
23da8622c04ac843f7912dd33b4ad55f41422119 09-Mar-2013 kma@webrtc.org <kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> Optimized EstCodeLpcCoef() for iSAC with intrinsics in Android-Neon platform.

Cycles of the whole iSAC codec was reduced by 7.9%, measured by offline file test, with time() function.

Bit exact.

** Code style cleanup is not considered in this CL. **
Review URL: https://webrtc-codereview.appspot.com/1069004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3643 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c