Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: source/libvpx/vpx_dsp/x86/quantize_sse2.c

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm ('k') | source/libvpx/vpx_dsp/x86/sad4d_sse2.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_dsp/x86/quantize_sse2.c
diff --git a/source/libvpx/vpx_dsp/x86/quantize_sse2.c b/source/libvpx/vpx_dsp/x86/quantize_sse2.c
index 8d51aebbbdcfe3cfcb1c117dea8d8c69e56915d0..c2a804e15f6809685ca027693578a2b2a2f1130b 100644
--- a/source/libvpx/vpx_dsp/x86/quantize_sse2.c
+++ b/source/libvpx/vpx_dsp/x86/quantize_sse2.c
@@ -14,7 +14,7 @@
#include "./vpx_dsp_rtcd.h"
#include "vpx/vpx_integer.h"
-void vp9_quantize_b_sse2(const int16_t* coeff_ptr, intptr_t n_coeffs,
+void vpx_quantize_b_sse2(const int16_t* coeff_ptr, intptr_t n_coeffs,
int skip_block, const int16_t* zbin_ptr,
const int16_t* round_ptr, const int16_t* quant_ptr,
const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr,
« no previous file with comments | « source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm ('k') | source/libvpx/vpx_dsp/x86/sad4d_sse2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698