HomeSort by relevance Sort by last modified time
    Searched refs:VP9_IVF_FILE (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/test/
decode_with_drops.sh 19 # $VP8_IVF_FILE and $VP9_IVF_FILE are required.
21 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_IVF_FILE}" ]; then
62 # Decodes $VP9_IVF_FILE while dropping frames, twice: once in sequence mode,
64 # Note: This test assumes that $VP9_IVF_FILE has exactly 20 frames, and could
69 decode_with_drops "${VP9_IVF_FILE}" "vp9" "2-19"
72 decode_with_drops "${VP9_IVF_FILE}" "vp9" "3/4"
postproc.sh 19 # $VP8_IVF_FILE and $VP9_IVF_FILE are required.
21 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_IVF_FILE}" ]; then
55 postproc "${VP9_IVF_FILE}" vp9 || return 1
simple_decoder.sh 19 # $VP8_IVF_FILE and $VP9_IVF_FILE are required.
21 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_IVF_FILE}" ]; then
54 simple_decoder "${VP9_IVF_FILE}" vp9 || return 1
decode_to_md5.sh 19 # $VP8_IVF_FILE and $VP9_IVF_FILE are required.
21 if [ ! -e "${VP8_IVF_FILE}" ] || [ ! -e "${VP9_IVF_FILE}" ]; then
66 decode_to_md5 "${VP9_IVF_FILE}" "vp9" "${expected_md5}"
tools_common.sh 401 VP9_IVF_FILE="${LIBVPX_TEST_DATA_PATH}/vp90-2-09-subpixel-00.ivf"
424 VP9_IVF_FILE=${VP9_IVF_FILE}

Completed in 224 milliseconds