Home | History | Annotate | Download | only in test

Lines Matching refs:output

120     local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.ivf"
125 --output="${output}"
127 if [ ! -e "${output}" ]; then
128 elog "Output file does not exist."
137 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
141 --output="${output}"
143 if [ ! -e "${output}" ]; then
144 elog "Output file does not exist."
153 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_rt.webm"
156 --output="${output}"
157 if [ ! -e "${output}" ]; then
158 elog "Output file does not exist."
167 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
171 --output="${output}" \
174 if [ ! -e "${output}" ]; then
175 elog "Output file does not exist."
186 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_lag10_frames20.webm"
191 --output="${output}" \
195 if [ ! -e "${output}" ]; then
196 elog "Output file does not exist."
204 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_piped_input.ivf"
209 --output="${output}"
211 if [ ! -e "${output}" ]; then
212 elog "Output file does not exist."
220 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.ivf"
225 --output="${output}"
227 if [ ! -e "${output}" ]; then
228 elog "Output file does not exist."
237 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.webm"
241 --output="${output}"
243 if [ ! -e "${output}" ]; then
244 elog "Output file does not exist."
253 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_rt.webm"
256 --output="${output}"
258 if [ ! -e "${output}" ]; then
259 elog "Output file does not exist."
268 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_rt_multithread_tiled.webm"
280 --output="${output}"
284 if [ ! -e "${output}" ]; then
285 elog "Output file does not exist."
289 rm "${output}"
296 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_rt_mt_t_fp.webm"
309 --output="${output}"
313 if [ ! -e "${output}" ]; then
314 elog "Output file does not exist."
318 rm "${output}"
325 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.webm"
329 --output="${output}" \
332 if [ ! -e "${output}" ]; then
333 elog "Output file does not exist."
341 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lossless.ivf"
346 --output="${output}" \
349 if [ ! -e "${output}" ]; then
350 elog "Output file does not exist."
358 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lossless_minq0_maxq0.ivf"
363 --output="${output}" \
367 if [ ! -e "${output}" ]; then
368 elog "Output file does not exist."
379 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lag10_frames20.webm"
384 --output="${output}" \
388 if [ ! -e "${output}" ]; then
389 elog "Output file does not exist."
399 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_non_square_par.webm"
403 --output="${output}"
405 if [ ! -e "${output}" ]; then
406 elog "Output file does not exist."