Home
last modified time | relevance | path

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

/external/valgrind/drd/scripts/
Drun-splash210 local tmp avg1 stddev1 avg2 stddev2 avg4 stddev4 p
41 read avg4 stddev4 vsz4 vszdev4 rest < "$tmp"
42 echo "Average time: ${avg4} +/- ${stddev4} seconds." \
57 …print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=none "$@" -p${psep}…
61 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" \
67 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" \
73 …print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-…
77 …print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-…
81 …print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-…
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve_avg_neon_asm.asm29 b avg4
103 avg4 label
112 bgt avg4
/external/webp/src/dsp/
Ddec_sse2.c966 const __m128i avg4 = _mm_subs_epu8(avg3, lsb2); in VL4() local
967 const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(avg4, 4)); in VL4()
969 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32( avg4 )); in VL4()
971 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_srli_si128(avg4, 1))); in VL4()
Denc_sse2.c803 const __m128i avg4 = _mm_subs_epu8(avg3, lsb2); in VL4() local
804 const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(avg4, 4)); in VL4()
806 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32( avg4 )); in VL4()
808 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_srli_si128(avg4, 1))); in VL4()