Searched refs:decode_with_drops (Results 1 – 6 of 6) sorted by relevance
30 decode_with_drops() { function55 decode_with_drops "${VP8_IVF_FILE}" "vp8" "2-28" || return 158 decode_with_drops "${VP8_IVF_FILE}" "vp8" "3/4" || return 169 decode_with_drops "${VP9_IVF_FILE}" "vp9" "2-19" || return 172 decode_with_drops "${VP9_IVF_FILE}" "vp9" "3/4" || return 1
189 EXAMPLES-$(CONFIG_DECODERS) += decode_with_drops.c190 decode_with_drops.SRCS += ivfdec.h ivfdec.c191 decode_with_drops.SRCS += y4minput.c y4minput.h192 decode_with_drops.SRCS += tools_common.h tools_common.c193 decode_with_drops.SRCS += video_common.h194 decode_with_drops.SRCS += video_reader.h video_reader.c195 decode_with_drops.SRCS += vpx_ports/mem_ops.h196 decode_with_drops.SRCS += vpx_ports/mem_ops_aligned.h197 decode_with_drops.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D26198 decode_with_drops.DESCRIPTION = Drops frames while decoding
32 /examples/decode_with_drops
29 decode_with_drops() { function58 decode_with_drops "${file}" "av1" "3-4" || return 161 decode_with_drops "${file}" "av1" "3/4" || return 1
415 add_executable(decode_with_drops "${AOM_ROOT}/examples/decode_with_drops.c" target464 list(APPEND AOM_DECODER_EXAMPLE_TARGETS aomdec decode_to_md5 decode_with_drops
46 "${AOM_ROOT}/examples/decode_with_drops.c"