Lines Matching refs:output
120 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.ivf"
125 --output="${output}"
127 if [ ! -e "${output}" ]; then
137 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
141 --output="${output}"
143 if [ ! -e "${output}" ]; then
153 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_rt.webm"
156 --output="${output}"
157 if [ ! -e "${output}" ]; then
167 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
171 --output="${output}" \
174 if [ ! -e "${output}" ]; then
186 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_lag10_frames20.webm"
191 --output="${output}" \
195 if [ ! -e "${output}" ]; then
204 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8_piped_input.ivf"
209 --output="${output}"
211 if [ ! -e "${output}" ]; then
220 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.ivf"
225 --output="${output}"
227 if [ ! -e "${output}" ]; then
237 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.webm"
241 --output="${output}"
243 if [ ! -e "${output}" ]; then
253 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_rt.webm"
256 --output="${output}"
258 if [ ! -e "${output}" ]; then
268 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_rt_multithread_tiled.webm"
280 --output="${output}"
284 if [ ! -e "${output}" ]; then
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
318 rm "${output}"
325 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9.webm"
329 --output="${output}" \
332 if [ ! -e "${output}" ]; then
341 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lossless.ivf"
346 --output="${output}" \
349 if [ ! -e "${output}" ]; then
358 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lossless_minq0_maxq0.ivf"
363 --output="${output}" \
367 if [ ! -e "${output}" ]; then
379 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_lag10_frames20.webm"
384 --output="${output}" \
388 if [ ! -e "${output}" ]; then
399 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp9_non_square_par.webm"
403 --output="${output}"
405 if [ ! -e "${output}" ]; then