Home
last modified time | relevance | path

Searched refs:second_pred_u8 (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c34 const uint8x16_t second_pred_u8 = vld1q_u8(second_pred); in vpx_sad4x4_avg_neon() local
35 const uint8x16_t avg = vrhaddq_u8(ref_u8, second_pred_u8); in vpx_sad4x4_avg_neon()
65 const uint8x16_t second_pred_u8 = vld1q_u8(second_pred); in vpx_sad4x8_avg_neon() local
66 const uint8x16_t avg = vrhaddq_u8(ref_u8, second_pred_u8); in vpx_sad4x8_avg_neon()