Searched refs:avg_0 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 365 const uint16x8_t avg_0 = vhaddq_u16(A0_0, A2_0); in vpx_highbd_d45_predictor_16x16_neon() local 367 uint16x8_t row_0 = vrhaddq_u16(avg_0, A1_0); in vpx_highbd_d45_predictor_16x16_neon() 409 const uint16x8_t avg_0 = vhaddq_u16(A0_0, A2_0); in vpx_highbd_d45_predictor_32x32_neon() local 413 uint16x8_t row_0 = vrhaddq_u16(avg_0, A1_0); in vpx_highbd_d45_predictor_32x32_neon() 495 const uint16x8_t avg_0 = vhaddq_u16(L76543210, L543210XA0); in vpx_highbd_d135_predictor_8x8_neon() local 497 const uint16x8_t row_0 = vrhaddq_u16(avg_0, L6543210X); in vpx_highbd_d135_predictor_8x8_neon() 546 const uint16x8_t avg_0 = vhaddq_u16(Lfedcba98, Ldcba9876); in vpx_highbd_d135_predictor_16x16_neon() local 547 const uint16x8_t row_0 = vrhaddq_u16(avg_0, Ledcba987); in vpx_highbd_d135_predictor_16x16_neon() 622 const uint16x8_t avg_0 = vhaddq_u16(LLfedcba98, LLdcba9876); in vpx_highbd_d135_predictor_32x32_neon() local 623 uint16x8_t row_0 = vrhaddq_u16(avg_0, LLedcba987); in vpx_highbd_d135_predictor_32x32_neon()
|
D | sad_neon.c | 313 const uint8x16_t avg_0 = vrhaddq_u8(b_0, c_0); in sad64x_avg() local 320 abs_0 = vabal_u8(abs_0, vget_low_u8(a_0), vget_low_u8(avg_0)); in sad64x_avg() 321 abs_0 = vabal_u8(abs_0, vget_high_u8(a_0), vget_high_u8(avg_0)); in sad64x_avg()
|
D | intrapred_neon.c | 358 const uint8x16_t avg_0 = vhaddq_u8(A0_0, A2_0); in vpx_d45_predictor_32x32_neon() local 360 uint8x16_t row_0 = vrhaddq_u8(avg_0, A1_0); in vpx_d45_predictor_32x32_neon() 488 const uint8x16_t avg_0 = vhaddq_u8(Lfedcba9876543210, Ldcba9876543210XA0); in vpx_d135_predictor_16x16_neon() local 490 const uint8x16_t row_0 = vrhaddq_u8(avg_0, Ledcba9876543210X); in vpx_d135_predictor_16x16_neon() 541 const uint8x16_t avg_0 = vhaddq_u8(LLfedcba9876543210, LLdcba9876543210Ufe); in vpx_d135_predictor_32x32_neon() local 542 const uint8x16_t row_0 = vrhaddq_u8(avg_0, LLedcba9876543210Uf); in vpx_d135_predictor_32x32_neon()
|