Merge "Remove leftover printfs in x86 encoder initialization"

This commit is contained in:
Lajos Molnar 2015-06-03 15:42:27 +00:00 committed by Gerrit Code Review
commit 87f8a24c63
2 changed files with 0 additions and 2 deletions

View file

@ -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;

View file

@ -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 */