From 9b9c33a2b8529b5eeaa850c2f141e1b515587089 Mon Sep 17 00:00:00 2001 From: Adrian Grange Date: Thu, 13 Feb 2014 15:49:21 -0800 Subject: Remove comment from calls to vp9_clear_system_state. Removed the comment "// __asm emms;" from all calls to vp9_clear_system_state. Change-Id: Ib4dae69c1cdf3f185b04184a870cd70c4d703f10 --- vp9/encoder/vp9_ratectrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp9/encoder/vp9_ratectrl.c') diff --git a/vp9/encoder/vp9_ratectrl.c b/vp9/encoder/vp9_ratectrl.c index a5560631f..f78ebfe18 100644 --- a/vp9/encoder/vp9_ratectrl.c +++ b/vp9/encoder/vp9_ratectrl.c @@ -354,7 +354,7 @@ void vp9_rc_update_rate_correction_factors(VP9_COMP *cpi, int damp_var) { int projected_size_based_on_q = 0; // Clear down mmx registers to allow floating point in what follows - vp9_clear_system_state(); // __asm emms; + vp9_clear_system_state(); // Work out how big we would have expected the frame to be at this Q given // the current correction factor. -- cgit v1.2.3