Searched defs:vpxenc (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvpxenc.sh11 ## This file tests vpxenc using hantro_collage_w352h288.yuv as input. To add
33 if [ -z "$(vpx_tool_path vpxenc)" ]; then
34 elog "vpxenc not found. It must exist in LIBVPX_BIN_PATH or its parent."
51 # Echo vpxenc command line parameters allowing use of
67 # Echo default vpxenc real time encoding params. $1 is the codec, which defaults
102 # Wrapper function for running vpxenc with pipe input. Requires that
103 # LIBVPX_BIN_PATH points to the directory containing vpxenc. $1 is used as the
105 # to vpxenc.
107 local readonly encoder="$(vpx_tool_path vpxenc)"
115 # Wrapper function for running vpxenc
118 vpxenc() { function
[all...]
/external/libvpx/libvpx/
H A Dexamples.mk89 UTILS-$(CONFIG_ENCODERS) += vpxenc.c
90 vpxenc.SRCS += args.c args.h y4minput.c y4minput.h vpxenc.h
91 vpxenc.SRCS += ivfdec.c ivfdec.h
92 vpxenc.SRCS += ivfenc.c ivfenc.h
93 vpxenc.SRCS += rate_hist.c rate_hist.h
94 vpxenc.SRCS += tools_common.c tools_common.h
95 vpxenc.SRCS += warnings.c warnings.h
96 vpxenc.SRCS += vpx_ports/mem_ops.h
97 vpxenc
[all...]

Completed in 281 milliseconds