Searched refs:avg_1 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 366 const uint16x8_t avg_1 = vhaddq_u16(A0_1, A2_1); in vpx_highbd_d45_predictor_16x16_neon() local 368 uint16x8_t row_1 = vrhaddq_u16(avg_1, A1_1); in vpx_highbd_d45_predictor_16x16_neon() 410 const uint16x8_t avg_1 = vhaddq_u16(A0_1, A2_1); in vpx_highbd_d45_predictor_32x32_neon() local 414 uint16x8_t row_1 = vrhaddq_u16(avg_1, A1_1); in vpx_highbd_d45_predictor_32x32_neon() 496 const uint16x8_t avg_1 = vhaddq_u16(XA0123456, A1234567_); in vpx_highbd_d135_predictor_8x8_neon() local 498 const uint16x8_t row_1 = vrhaddq_u16(avg_1, A01234567); in vpx_highbd_d135_predictor_8x8_neon() 552 const uint16x8_t avg_1 = vhaddq_u16(L76543210, L543210XA0); in vpx_highbd_d135_predictor_16x16_neon() local 553 const uint16x8_t row_1 = vrhaddq_u16(avg_1, L6543210X); in vpx_highbd_d135_predictor_16x16_neon() 635 const uint16x8_t avg_1 = vhaddq_u16(LL76543210, LL543210Ufe); in vpx_highbd_d135_predictor_32x32_neon() local 636 uint16x8_t row_1 = vrhaddq_u16(avg_1, LL6543210Uf); in vpx_highbd_d135_predictor_32x32_neon()
|
D | sad_neon.c | 537 const uint8x16_t avg_1 = vrhaddq_u8(b_1, c_1); in sad64x_avg() local 541 const uint8x16_t sad_1_u8 = vabdq_u8(a_1, avg_1); in sad64x_avg() 611 const uint8x16_t avg_1 = vrhaddq_u8(b_1, c_1); 619 abs_0 = vabal_u8(abs_0, vget_low_u8(a_1), vget_low_u8(avg_1)); 620 abs_0 = vabal_u8(abs_0, vget_high_u8(a_1), vget_high_u8(avg_1));
|
D | intrapred_neon.c | 359 const uint8x16_t avg_1 = vhaddq_u8(A0_1, A2_1); in vpx_d45_predictor_32x32_neon() local 361 uint8x16_t row_1 = vrhaddq_u8(avg_1, A1_1); in vpx_d45_predictor_32x32_neon() 489 const uint8x16_t avg_1 = vhaddq_u8(XA0123456789abcde, A123456789abcdef_); in vpx_d135_predictor_16x16_neon() local 491 const uint8x16_t row_1 = vrhaddq_u8(avg_1, A0123456789abcdef); in vpx_d135_predictor_16x16_neon() 549 const uint8x16_t avg_1 = vhaddq_u8(LUfedcba9876543210, LUdcba9876543210XA0); in vpx_d135_predictor_32x32_neon() local 550 const uint8x16_t row_1 = vrhaddq_u8(avg_1, LUedcba9876543210X); in vpx_d135_predictor_32x32_neon()
|