summaryrefslogtreecommitdiffstats
path: root/encoder
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-05-19 10:38:31 +0300
committerLajos Molnar <lajos@google.com>2015-06-03 08:42:39 -0700
commit90c798b14b3d8840902af3ce2215ede2d82ad897 (patch)
treed8dc16287cb00391d79ac3d5036200cf245b2c3d /encoder
parentb30b70f9cc381f7973e7328a1f1964079b6c1adb (diff)
downloadandroid_external_libavc-90c798b14b3d8840902af3ce2215ede2d82ad897.tar.gz
android_external_libavc-90c798b14b3d8840902af3ce2215ede2d82ad897.tar.bz2
android_external_libavc-90c798b14b3d8840902af3ce2215ede2d82ad897.zip
Remove leftover printfs in x86 encoder initialization
A library shouldn't printf things to the common stdout, at least not in normal builds. Change-Id: Ifd875369c2347549f141fe0f9754e51814c0de96
Diffstat (limited to 'encoder')
-rw-r--r--encoder/x86/ih264e_function_selector_sse42.c1
-rw-r--r--encoder/x86/ih264e_function_selector_ssse3.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/encoder/x86/ih264e_function_selector_sse42.c b/encoder/x86/ih264e_function_selector_sse42.c
index 6fa6308..d953c76 100644
--- a/encoder/x86/ih264e_function_selector_sse42.c
+++ b/encoder/x86/ih264e_function_selector_sse42.c
@@ -112,7 +112,6 @@ void ih264e_init_function_ptr_sse42(codec_t *ps_codec)
WORD32 i;
process_ctxt_t *ps_proc = NULL;
me_ctxt_t *ps_me_ctxt = NULL;
- printf("Enabling SSE42 functions\n");
/* Init luma forward transform fn ptr */
ps_codec->pf_resi_trans_quant_4x4 = ih264_resi_trans_quant_4x4_sse42;
diff --git a/encoder/x86/ih264e_function_selector_ssse3.c b/encoder/x86/ih264e_function_selector_ssse3.c
index 7401e53..4eb4c7b 100644
--- a/encoder/x86/ih264e_function_selector_ssse3.c
+++ b/encoder/x86/ih264e_function_selector_ssse3.c
@@ -109,7 +109,6 @@
*/
void ih264e_init_function_ptr_ssse3(codec_t *ps_codec)
{
- printf("Enabling SSSE3 functions\n");
/* Init function pointers for intra pred leaf level functions luma
* Intra 16x16 */