Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Ddeblock_neon.c260 static void accumulate_sum_sumsq(const int16x4_t x, const int32x4_t xy, in accumulate_sum_sumsq() function
362 accumulate_sum_sumsq(vget_low_s16(x), xy_low, &sum_low, &sumsq_low); in vpx_mbpost_proc_across_ip_neon()
369 accumulate_sum_sumsq(vget_high_s16(x), xy_high, &sum_high, &sumsq_high); in vpx_mbpost_proc_across_ip_neon()