Home
last modified time | relevance | path

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

/external/ltp/tools/top-LTP/proc/
Dsysinfo.c306 double avg_1 = 0, avg_5 = 0, avg_15 = 0; in loadavg() local
312 if (sscanf(buf, "%lf %lf %lf", &avg_1, &avg_5, &avg_15) < 3) { in loadavg()
318 SET_IF_DESIRED(av5, avg_5); in loadavg()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c657 const uint16x8_t avg_5 = vhaddq_u16(AL789abcde, AL9abcdefg); in vpx_highbd_d135_predictor_32x32_neon() local
658 uint16x8_t row_5 = vrhaddq_u16(avg_5, AL89abcdef); in vpx_highbd_d135_predictor_32x32_neon()