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

Unified Diff: source/libvpx/vpx_dsp/mips/macros_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/itrans8_dspr2.c ('k') | source/libvpx/vpx_dsp/mips/sub_pixel_variance_msa.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_dsp/mips/macros_msa.h
diff --git a/source/libvpx/vpx_dsp/mips/macros_msa.h b/source/libvpx/vpx_dsp/mips/macros_msa.h
index df8141b55b0715dabdd2b997d77274ac59d8f4ba..91e3615cf87ba4f41538524d5195c869dd0a6533 100644
--- a/source/libvpx/vpx_dsp/mips/macros_msa.h
+++ b/source/libvpx/vpx_dsp/mips/macros_msa.h
@@ -1926,7 +1926,6 @@
tmp0_m = __msa_vshf_b((v16i8)mask, (v16i8)in1, (v16i8)in0); \
tmp1_m = __msa_dotp_u_h((v16u8)tmp0_m, (v16u8)coeff); \
tmp1_m = (v8u16)__msa_srari_h((v8i16)tmp1_m, shift); \
- tmp1_m = __msa_sat_u_h(tmp1_m, shift); \
\
tmp1_m; \
})
« no previous file with comments | « source/libvpx/vpx_dsp/mips/itrans8_dspr2.c ('k') | source/libvpx/vpx_dsp/mips/sub_pixel_variance_msa.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698