OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avg4
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/drd/scripts/
run-splash2
10
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}${p} "${test_args}"
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-level=none "$@" -p${psep}${p} "${test_args}"
77
print_runtime_ratio "${
avg4
}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=approx "$@" -p${psep}${p} "${test_args}"
81
print_runtime_ratio "${
avg4
}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=full "$@" -p${psep}${p} "${test_args}"
/external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve_avg_neon_asm.asm
29
b
avg4
103
avg4
label
112
bgt
avg4
/external/webp/src/dsp/
dec_sse2.c
966
const __m128i
avg4
= _mm_subs_epu8(avg3, lsb2);
local
[
all
...]
enc_sse2.c
803
const __m128i
avg4
= _mm_subs_epu8(avg3, lsb2);
local
804
const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(
avg4
, 4));
806
WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(
avg4
));
808
WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_srli_si128(
avg4
, 1)));
[
all
...]
Completed in 337 milliseconds