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

Unified Diff: source/libvpx/vpx_dsp/arm/fwd_txfm_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
« no previous file with comments | « source/libvpx/vpx/vp8dx.h ('k') | source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c
diff --git a/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c b/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c
index 79afc91b25dbc423f8641389ea43a2bd4eb7b3ac..9f9de98d90eb65093d5c0617b51eadbcce6d765b 100644
--- a/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c
+++ b/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c
@@ -170,7 +170,7 @@ void vpx_fdct8x8_neon(const int16_t *input, int16_t *final_output, int stride) {
}
} // for
{
- // from vp9_dct_sse2.c
+ // from vpx_dct_sse2.c
// Post-condition (division by two)
// division of two 16 bits signed numbers using shifts
// n / 2 = (n - (n >> 15)) >> 1
« no previous file with comments | « source/libvpx/vpx/vp8dx.h ('k') | source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698