/* * Copyright (c) 2017 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree.
*/
// If the very first value != 0, then add 1. if (input[0] != 0) { staticconst int32_t k1000[4] = { 1, 0, 0, 0 };
in[0] = vaddq_s32(in[0], vld1q_s32(k1000));
}
vpx_highbd_fdct4x4_pass1_neon(in);
vpx_highbd_fdct4x4_pass1_neon(in);
{ // Not quite a rounding shift. Only add 1 despite shifting by 2.
in[0] = vshrq_n_s32(vaddq_s32(in[0], const_one), 2);
in[1] = vshrq_n_s32(vaddq_s32(in[1], const_one), 2);
in[2] = vshrq_n_s32(vaddq_s32(in[2], const_one), 2);
in[3] = vshrq_n_s32(vaddq_s32(in[3], const_one), 2);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.