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

Unified Diff: source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.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/arm/idct32x32_1_add_neon.c
diff --git a/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c b/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c
index e9c9c30c206b4ed3dfa85ca25685c4b7b3cb512d..c25c0c4a5c208b4e758793e71fa6bdd40633e078 100644
--- a/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c
+++ b/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c
@@ -115,7 +115,7 @@ static INLINE void ST_16x8(
return;
}
-void vp9_idct32x32_1_add_neon(
+void vpx_idct32x32_1_add_neon(
int16_t *input,
uint8_t *dest,
int dest_stride) {
« no previous file with comments | « source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm ('k') | source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698