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

Unified Diff: source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c

Issue 168343002: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: libvpx: Pull from upstream Created 6 years, 10 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/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c
===================================================================
--- source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c (revision 251189)
+++ source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c (working copy)
@@ -18,8 +18,8 @@
#include "vp9/common/mips/dspr2/vp9_common_dspr2.h"
#if HAVE_DSPR2
-void vp9_idct32_1d_cols_add_blk_dspr2(int16_t *input, uint8_t *dest,
- int dest_stride) {
+void vp9_idct32_cols_add_blk_dspr2(int16_t *input, uint8_t *dest,
+ int dest_stride) {
int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6;
int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13;
int16_t step1_14, step1_15, step1_16, step1_17, step1_18, step1_19;
« no previous file with comments | « source/libvpx/vp9/common/mips/dspr2/vp9_itrans16_dspr2.c ('k') | source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_dspr2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698