summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.c
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2014-02-13 15:49:21 -0800
committerAdrian Grange <agrange@google.com>2014-02-18 15:43:42 -0800
commit9b9c33a2b8529b5eeaa850c2f141e1b515587089 (patch)
tree1c7e7525176f69cc28ece1e8e22d415b860ee314 /vp9/encoder/vp9_ratectrl.c
parente3178d0c1c21534f933cb8196b79e420c5760d1a (diff)
downloadlibvpx-9b9c33a2b8529b5eeaa850c2f141e1b515587089.tar
libvpx-9b9c33a2b8529b5eeaa850c2f141e1b515587089.tar.gz
libvpx-9b9c33a2b8529b5eeaa850c2f141e1b515587089.tar.bz2
libvpx-9b9c33a2b8529b5eeaa850c2f141e1b515587089.zip
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
Diffstat (limited to 'vp9/encoder/vp9_ratectrl.c')
-rw-r--r--vp9/encoder/vp9_ratectrl.c2
1 files changed, 1 insertions, 1 deletions
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.