Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A Ddecode_with_drops.sh30 decode_with_drops() { function
55 decode_with_drops "${VP8_IVF_FILE}" "vp8" "2-28" || return 1
58 decode_with_drops "${VP8_IVF_FILE}" "vp8" "3/4" || return 1
69 decode_with_drops "${VP9_IVF_FILE}" "vp9" "2-19" || return 1
72 decode_with_drops "${VP9_IVF_FILE}" "vp9" "3/4" || return 1
/aosp_15_r20/external/libvpx/
H A Dexamples.mk189 EXAMPLES-$(CONFIG_DECODERS) += decode_with_drops.c
190 decode_with_drops.SRCS += ivfdec.h ivfdec.c
191 decode_with_drops.SRCS += y4minput.c y4minput.h
192 decode_with_drops.SRCS += tools_common.h tools_common.c
193 decode_with_drops.SRCS += video_common.h
194 decode_with_drops.SRCS += video_reader.h video_reader.c
195 decode_with_drops.SRCS += vpx_ports/mem_ops.h
196 decode_with_drops.SRCS += vpx_ports/mem_ops_aligned.h
197 decode_with_drops.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D26
198 decode_with_drops.DESCRIPTION = Drops frames while decoding
H A D.gitignore32 /examples/decode_with_drops
/aosp_15_r20/external/libaom/test/
H A Ddecode_with_drops.sh29 decode_with_drops() { function
58 decode_with_drops "${file}" "av1" "3-4" || return 1
61 decode_with_drops "${file}" "av1" "3/4" || return 1
/aosp_15_r20/external/libaom/
H A DCMakeLists.txt415 add_executable(decode_with_drops "${AOM_ROOT}/examples/decode_with_drops.c" target
464 list(APPEND AOM_DECODER_EXAMPLE_TARGETS aomdec decode_to_md5 decode_with_drops
H A Ddocs.cmake46 "${AOM_ROOT}/examples/decode_with_drops.c"