Home
last modified time | relevance | path

Searched refs:decode_with_drops (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/test/
Ddecode_with_drops.sh30 decode_with_drops() { function
55 decode_with_drops "${VP8_IVF_FILE}" "vp8" "2-28"
58 decode_with_drops "${VP8_IVF_FILE}" "vp8" "3/4"
69 decode_with_drops "${VP9_IVF_FILE}" "vp9" "2-19"
72 decode_with_drops "${VP9_IVF_FILE}" "vp9" "3/4"
/external/libaom/libaom/test/
Ddecode_with_drops.sh29 decode_with_drops() { function
58 decode_with_drops "${file}" "av1" "3-4"
61 decode_with_drops "${file}" "av1" "3/4"
/external/libvpx/libvpx/
Dexamples.mk204 EXAMPLES-$(CONFIG_DECODERS) += decode_with_drops.c
205 decode_with_drops.SRCS += ivfdec.h ivfdec.c
206 decode_with_drops.SRCS += y4minput.c y4minput.h
207 decode_with_drops.SRCS += tools_common.h tools_common.c
208 decode_with_drops.SRCS += video_common.h
209 decode_with_drops.SRCS += video_reader.h video_reader.c
210 decode_with_drops.SRCS += vpx_ports/mem_ops.h
211 decode_with_drops.SRCS += vpx_ports/mem_ops_aligned.h
212 decode_with_drops.SRCS += vpx_ports/msvc.h
213 decode_with_drops.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D26
[all …]
/external/libaom/libaom/
DCMakeLists.txt323 add_executable(decode_with_drops "${AOM_ROOT}/examples/decode_with_drops.c" target
372 list(APPEND AOM_DECODER_EXAMPLE_TARGETS aomdec decode_to_md5 decode_with_drops
Ddocs.cmake36 "${AOM_ROOT}/examples/decode_with_drops.c"