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

Unified Diff: source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_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
Index: source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c
diff --git a/source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c b/source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c
index 341283feb8c1847d8d1fc304efacae1ffd02d20a..fd46bef3d853c1b13e517523500283a3f0049cb7 100644
--- a/source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c
+++ b/source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c
@@ -15,7 +15,7 @@
#include "vpx_ports/mem.h"
#if CONFIG_VP9_HIGHBITDEPTH
-void vp9_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr,
+void vpx_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr,
intptr_t count,
int skip_block,
const int16_t *zbin_ptr,
@@ -101,7 +101,7 @@ void vp9_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr,
}
-void vp9_highbd_quantize_b_32x32_sse2(const tran_low_t *coeff_ptr,
+void vpx_highbd_quantize_b_32x32_sse2(const tran_low_t *coeff_ptr,
intptr_t n_coeffs,
int skip_block,
const int16_t *zbin_ptr,
« no previous file with comments | « source/libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm ('k') | source/libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698