Home | History | Annotate | Download | only in test

Lines Matching refs:vpxdec

11 ##  This file tests vpxdec. To add new tests to this file, do the following:
25 if [ -z "$(vpx_tool_path vpxdec)" ]; then
26 elog "vpxdec not found. It must exist in LIBVPX_BIN_PATH or its parent."
31 # Wrapper function for running vpxdec with pipe input. Requires that
32 # LIBVPX_BIN_PATH points to the directory containing vpxdec. $1 is used as the
34 # to vpxdec.
36 local readonly decoder="$(vpx_tool_path vpxdec)"
42 # Wrapper function for running vpxdec. Requires that LIBVPX_BIN_PATH points to
43 # the directory containing vpxdec. $1 one is used as the input file path and
44 # shifted away. All remaining parameters are passed through to vpxdec.
45 vpxdec() {
46 local readonly decoder="$(vpx_tool_path vpxdec)"
66 vpxdec "${VP8_IVF_FILE}" --summary --noblit
79 vpxdec "${VP9_WEBM_FILE}" --summary --noblit
87 vpxdec "${VP9_FPM_WEBM_FILE}" --summary --noblit --threads=$threads \
98 local readonly decoder="$(vpx_tool_path vpxdec)"