void vpx_highbd_comp_avg_pred_neon(uint16_t *comp_pred, const uint16_t *pred,
int width, int height, const uint16_t *ref,
int ref_stride) {
int i = height;
if (width > 8) { do {
int j = 0; do { const uint16x8_t p = vld1q_u16(pred + j); const uint16x8_t r = vld1q_u16(ref + j);
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.