Searched refs:tmp_err (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 91 unsigned int err, tmp_err; in do_16x16_motion_search() local 102 tmp_err = do_16x16_motion_iteration(cpi, ref_mv, &tmp_mv, mb_row, mb_col); in do_16x16_motion_search() 103 if (tmp_err < err) { in do_16x16_motion_search() 104 err = tmp_err; in do_16x16_motion_search() 111 unsigned int tmp_err; in do_16x16_motion_search() local 114 tmp_err = do_16x16_motion_iteration(cpi, &zero_ref_mv, &tmp_mv, in do_16x16_motion_search() 116 if (tmp_err < err) { in do_16x16_motion_search() 118 err = tmp_err; in do_16x16_motion_search()
|
D | vp9_firstpass.c | 398 int num00, tmp_err, n; in first_pass_motion_search() local 418 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 421 if (tmp_err < INT_MAX) in first_pass_motion_search() 422 tmp_err = vp9_get_mvpred_var(x, &tmp_mv, ref_mv, &v_fn_ptr, 1); in first_pass_motion_search() 423 if (tmp_err < INT_MAX - new_mv_mode_penalty) in first_pass_motion_search() 424 tmp_err += new_mv_mode_penalty; in first_pass_motion_search() 426 if (tmp_err < *best_motion_err) { in first_pass_motion_search() 427 *best_motion_err = tmp_err; in first_pass_motion_search() 441 tmp_err = cpi->diamond_search_sad(x, &cpi->ss_cfg, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 444 if (tmp_err < INT_MAX) in first_pass_motion_search() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 449 int tmp_err; in first_pass_motion_search() local 466 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param, in first_pass_motion_search() 469 if ( tmp_err < INT_MAX-new_mv_mode_penalty ) in first_pass_motion_search() 470 tmp_err += new_mv_mode_penalty; in first_pass_motion_search() 472 if (tmp_err < *best_motion_err) in first_pass_motion_search() 474 *best_motion_err = tmp_err; in first_pass_motion_search() 491 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, in first_pass_motion_search() 495 if ( tmp_err < INT_MAX-new_mv_mode_penalty ) in first_pass_motion_search() 496 tmp_err += new_mv_mode_penalty; in first_pass_motion_search() 498 if (tmp_err < *best_motion_err) in first_pass_motion_search() [all …]
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 3203 tmp_err=/tmp/showcert_err${RANDOM}.$$ 3204 tmp_err=`mytmp "$tmp_err"` 3212 …n(O, \"|openssl s_server $cipher_args $cert_args -accept $port -verify 2 1>$tmp_out 2> $tmp_err\"); 3241 cat $tmp_err 3248 rm -f $tmp_out $tmp_err
|
/external/zlib/src/contrib/minizip/ |
D | zip.c | 1585 int tmp_err = deflateEnd(&zi->ci.stream); in zipCloseFileInZipRaw64() local 1587 err = tmp_err; in zipCloseFileInZipRaw64()
|