Lines Matching refs:right
284 int32x4_t *right /* [16] */) { in highbd_scale_input() argument
302 right[0] = vshll_n_s16(vget_high_s16(a[0]), 2); in highbd_scale_input()
303 right[1] = vshll_n_s16(vget_high_s16(a[1]), 2); in highbd_scale_input()
304 right[2] = vshll_n_s16(vget_high_s16(a[2]), 2); in highbd_scale_input()
305 right[3] = vshll_n_s16(vget_high_s16(a[3]), 2); in highbd_scale_input()
306 right[4] = vshll_n_s16(vget_high_s16(a[4]), 2); in highbd_scale_input()
307 right[5] = vshll_n_s16(vget_high_s16(a[5]), 2); in highbd_scale_input()
308 right[6] = vshll_n_s16(vget_high_s16(a[6]), 2); in highbd_scale_input()
309 right[7] = vshll_n_s16(vget_high_s16(a[7]), 2); in highbd_scale_input()
310 right[8] = vshll_n_s16(vget_high_s16(a[8]), 2); in highbd_scale_input()
311 right[9] = vshll_n_s16(vget_high_s16(a[9]), 2); in highbd_scale_input()
312 right[10] = vshll_n_s16(vget_high_s16(a[10]), 2); in highbd_scale_input()
313 right[11] = vshll_n_s16(vget_high_s16(a[11]), 2); in highbd_scale_input()
314 right[12] = vshll_n_s16(vget_high_s16(a[12]), 2); in highbd_scale_input()
315 right[13] = vshll_n_s16(vget_high_s16(a[13]), 2); in highbd_scale_input()
316 right[14] = vshll_n_s16(vget_high_s16(a[14]), 2); in highbd_scale_input()
317 right[15] = vshll_n_s16(vget_high_s16(a[15]), 2); in highbd_scale_input()
362 int32x4_t *right /* [16] */) { in highbd_partial_round_shift() argument
381 right[0] = vshrq_n_s32(vaddq_s32(right[0], one), 2); in highbd_partial_round_shift()
382 right[1] = vshrq_n_s32(vaddq_s32(right[1], one), 2); in highbd_partial_round_shift()
383 right[2] = vshrq_n_s32(vaddq_s32(right[2], one), 2); in highbd_partial_round_shift()
384 right[3] = vshrq_n_s32(vaddq_s32(right[3], one), 2); in highbd_partial_round_shift()
385 right[4] = vshrq_n_s32(vaddq_s32(right[4], one), 2); in highbd_partial_round_shift()
386 right[5] = vshrq_n_s32(vaddq_s32(right[5], one), 2); in highbd_partial_round_shift()
387 right[6] = vshrq_n_s32(vaddq_s32(right[6], one), 2); in highbd_partial_round_shift()
388 right[7] = vshrq_n_s32(vaddq_s32(right[7], one), 2); in highbd_partial_round_shift()
389 right[8] = vshrq_n_s32(vaddq_s32(right[8], one), 2); in highbd_partial_round_shift()
390 right[9] = vshrq_n_s32(vaddq_s32(right[9], one), 2); in highbd_partial_round_shift()
391 right[10] = vshrq_n_s32(vaddq_s32(right[10], one), 2); in highbd_partial_round_shift()
392 right[11] = vshrq_n_s32(vaddq_s32(right[11], one), 2); in highbd_partial_round_shift()
393 right[12] = vshrq_n_s32(vaddq_s32(right[12], one), 2); in highbd_partial_round_shift()
394 right[13] = vshrq_n_s32(vaddq_s32(right[13], one), 2); in highbd_partial_round_shift()
395 right[14] = vshrq_n_s32(vaddq_s32(right[14], one), 2); in highbd_partial_round_shift()
396 right[15] = vshrq_n_s32(vaddq_s32(right[15], one), 2); in highbd_partial_round_shift()
436 int32x4_t *right /* [16] */) { in vpx_highbd_fdct8x16_body() argument
450 sr[0] = vaddq_s32(right[0], right[7]); in vpx_highbd_fdct8x16_body()
452 sr[1] = vaddq_s32(right[1], right[6]); in vpx_highbd_fdct8x16_body()
454 sr[2] = vaddq_s32(right[2], right[5]); in vpx_highbd_fdct8x16_body()
456 sr[3] = vaddq_s32(right[3], right[4]); in vpx_highbd_fdct8x16_body()
458 sr[4] = vsubq_s32(right[3], right[4]); in vpx_highbd_fdct8x16_body()
460 sr[5] = vsubq_s32(right[2], right[5]); in vpx_highbd_fdct8x16_body()
462 sr[6] = vsubq_s32(right[1], right[6]); in vpx_highbd_fdct8x16_body()
464 sr[7] = vsubq_s32(right[0], right[7]); in vpx_highbd_fdct8x16_body()
468 inr[0] = right[8]; in vpx_highbd_fdct8x16_body()
470 inr[1] = right[9]; in vpx_highbd_fdct8x16_body()
472 inr[2] = right[10]; in vpx_highbd_fdct8x16_body()
474 inr[3] = right[11]; in vpx_highbd_fdct8x16_body()
476 inr[4] = right[12]; in vpx_highbd_fdct8x16_body()
478 inr[5] = right[13]; in vpx_highbd_fdct8x16_body()
480 inr[6] = right[14]; in vpx_highbd_fdct8x16_body()
482 inr[7] = right[15]; in vpx_highbd_fdct8x16_body()
497 &left[0], &right[0], &left[8], &right[8]); in vpx_highbd_fdct8x16_body()
502 cospi_24_64, &left[4], &right[4], in vpx_highbd_fdct8x16_body()
503 &left[12], &right[12]); in vpx_highbd_fdct8x16_body()
526 cospi_28_64, &left[2], &right[2], in vpx_highbd_fdct8x16_body()
527 &left[14], &right[14]); in vpx_highbd_fdct8x16_body()
531 cospi_12_64, &left[10], &right[10], in vpx_highbd_fdct8x16_body()
532 &left[6], &right[6]); in vpx_highbd_fdct8x16_body()
604 &right[9], &left[7], &right[7]); in vpx_highbd_fdct8x16_body()
609 &right[1], &left[15], &right[15]); in vpx_highbd_fdct8x16_body()
614 &right[13], &left[3], &right[3]); in vpx_highbd_fdct8x16_body()
619 &right[5], &left[11], &right[11]); in vpx_highbd_fdct8x16_body()