Home | History | Annotate | Download | only in test

Lines Matching refs:output

129     local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.ivf"
134 --output="${output}"
136 if [ ! -e "${output}" ]; then
137 elog "Output file does not exist."
146 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
150 --output="${output}"
152 if [ ! -e "${output}" ]; then
153 elog "Output file does not exist."
162 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_rt.webm"
165 --output="${output}"
166 if [ ! -e "${output}" ]; then
167 elog "Output file does not exist."
176 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
180 --output="${output}" \
183 if [ ! -e "${output}" ]; then
184 elog "Output file does not exist."
195 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_lag10_frames20.webm"
200 --output="${output}" \
204 if [ ! -e "${output}" ]; then
205 elog "Output file does not exist."
213 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_piped_input.ivf"
218 --output="${output}"
220 if [ ! -e "${output}" ]; then
221 elog "Output file does not exist."
229 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.ivf"
236 --output="${output}"
238 if [ ! -e "${output}" ]; then
239 elog "Output file does not exist."
248 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.webm"
254 --output="${output}"
256 if [ ! -e "${output}" ]; then
257 elog "Output file does not exist."
266 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_rt.webm"
269 --output="${output}"
271 if [ ! -e "${output}" ]; then
272 elog "Output file does not exist."
281 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_rt_multithread_tiled.webm"
293 --output="${output}"
297 if [ ! -e "${output}" ]; then
298 elog "Output file does not exist."
302 rm "${output}"
309 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_rt_mt_t_fp.webm"
322 --output="${output}"
326 if [ ! -e "${output}" ]; then
327 elog "Output file does not exist."
331 rm "${output}"
338 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.webm"
342 --output="${output}" \
345 if [ ! -e "${output}" ]; then
346 elog "Output file does not exist."
354 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lossless.ivf"
360 --output="${output}" \
364 if [ ! -e "${output}" ]; then
365 elog "Output file does not exist."
373 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lossless_minq0_maxq0.ivf"
379 --output="${output}" \
384 if [ ! -e "${output}" ]; then
385 elog "Output file does not exist."
396 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lag10_frames20.webm"
402 --output="${output}" \
406 if [ ! -e "${output}" ]; then
407 elog "Output file does not exist."
417 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_non_square_par.webm"
423 --output="${output}"
425 if [ ! -e "${output}" ]; then
426 elog "Output file does not exist."