From: Martin Storsjo Date: Tue, 21 Aug 2012 11:28:45 +0000 (+0100) Subject: avcenc: Update a comment about the inline assembly X-Git-Tag: android-x86-4.4-r1~662^2~54^2~20^2^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=42d515121f11389df082dd02319904c99dd50cd6;p=android-x86%2Fframeworks-av.git avcenc: Update a comment about the inline assembly Since the inline assembly was fixed in commit 3fdb405597f the comment was no longer accurate. Change-Id: Id4f8a111d1fa6e0c2e97f7db64262e8d1604c519 --- diff --git a/media/libstagefright/codecs/avc/enc/src/sad_halfpel_inline.h b/media/libstagefright/codecs/avc/enc/src/sad_halfpel_inline.h index 0c5a5a32fe..22f545a19b 100644 --- a/media/libstagefright/codecs/avc/enc/src/sad_halfpel_inline.h +++ b/media/libstagefright/codecs/avc/enc/src/sad_halfpel_inline.h @@ -24,8 +24,7 @@ extern "C" { #endif -/* Intentionally not using the gcc asm version, since it (if fixed so - * as to not crash - the current register constraints are faulty) is +/* Intentionally not using the gcc asm version, since it is * slightly slower than the plain C version on modern GCC versions. */ #if !defined(__CC_ARM) /* Generic C version */ diff --git a/media/libstagefright/codecs/avc/enc/src/sad_inline.h b/media/libstagefright/codecs/avc/enc/src/sad_inline.h index a540d86a6b..47abc65ef0 100644 --- a/media/libstagefright/codecs/avc/enc/src/sad_inline.h +++ b/media/libstagefright/codecs/avc/enc/src/sad_inline.h @@ -23,8 +23,7 @@ extern "C" { #endif -/* Intentionally not using the gcc asm version, since it (if fixed so - * as to not crash - the current register constraints are faulty) is +/* Intentionally not using the gcc asm version, since it is * slightly slower than the plain C version on modern GCC versions. */ #if !defined(__CC_ARM) /* Generic C version */ diff --git a/media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h b/media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h index 33297ab16e..20ca7ebcfc 100644 --- a/media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h +++ b/media/libstagefright/codecs/avc/enc/src/sad_mb_offset.h @@ -16,8 +16,7 @@ * ------------------------------------------------------------------- */ -/* Intentionally not using the gcc asm version, since it (if fixed so - * as to not crash - the current register constraints are faulty) is +/* Intentionally not using the gcc asm version, since it is * slightly slower than the plain C version on modern GCC versions. */ #if !defined(__CC_ARM) /* Generic C version */