Home
last modified time | relevance | path

Searched refs:erroradv_threshold (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dglobal_motion.h73 int64_t erroradv_threshold);
Dglobal_motion.c267 double scaling_factor, int64_t erroradv_threshold) { in calc_approx_erroradv_threshold() argument
268 return erroradv_threshold < in calc_approx_erroradv_threshold()
270 ? (int64_t)(scaling_factor * erroradv_threshold + 0.5) in calc_approx_erroradv_threshold()
279 int64_t erroradv_threshold) { in av1_refine_integerized_param() argument
301 calc_approx_erroradv_threshold(thresh_factors[i], erroradv_threshold); in av1_refine_integerized_param()
Dencodeframe.c5399 int64_t erroradv_threshold = in compute_global_motion_for_ref_frame() local
5408 segment_map, segment_map_w, erroradv_threshold); in compute_global_motion_for_ref_frame()