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

Unified Diff: source/libvpx/vpx_dsp/mips/inv_txfm_msa.h

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/mips/inv_txfm_dspr2.h ('k') | source/libvpx/vpx_dsp/mips/itrans16_dspr2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_dsp/mips/inv_txfm_msa.h
diff --git a/source/libvpx/vpx_dsp/mips/inv_txfm_msa.h b/source/libvpx/vpx_dsp/mips/inv_txfm_msa.h
index 8266541c5f6eca61e9455fd68c5d0fdc5c452bdd..1458561a615f0fedeafddcf8f5576314a03cdbab 100644
--- a/source/libvpx/vpx_dsp/mips/inv_txfm_msa.h
+++ b/source/libvpx/vpx_dsp/mips/inv_txfm_msa.h
@@ -401,10 +401,10 @@
MADD_SHORT(out14, out15, k1_m, k2_m, out14, out15); \
}
-void vp9_idct16_1d_columns_addblk_msa(int16_t *input, uint8_t *dst,
+void vpx_idct16_1d_columns_addblk_msa(int16_t *input, uint8_t *dst,
int32_t dst_stride);
-void vp9_idct16_1d_rows_msa(const int16_t *input, int16_t *output);
-void vp9_iadst16_1d_columns_addblk_msa(int16_t *input, uint8_t *dst,
+void vpx_idct16_1d_rows_msa(const int16_t *input, int16_t *output);
+void vpx_iadst16_1d_columns_addblk_msa(int16_t *input, uint8_t *dst,
int32_t dst_stride);
-void vp9_iadst16_1d_rows_msa(const int16_t *input, int16_t *output);
+void vpx_iadst16_1d_rows_msa(const int16_t *input, int16_t *output);
#endif // VPX_DSP_MIPS_INV_TXFM_MSA_H_
« no previous file with comments | « source/libvpx/vpx_dsp/mips/inv_txfm_dspr2.h ('k') | source/libvpx/vpx_dsp/mips/itrans16_dspr2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698