Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c5104 float sad_change_threshold = in ihevce_rc_check_non_lap_scd() local
5106 if(sad_change_threshold < 1.5f) in ihevce_rc_check_non_lap_scd()
5107 sad_change_threshold = 1.5f; in ihevce_rc_check_non_lap_scd()
5108 if(sad_change_threshold > 3.0f) in ihevce_rc_check_non_lap_scd()
5109 sad_change_threshold = 3.0f; in ihevce_rc_check_non_lap_scd()
5125 (sad_change_threshold * in ihevce_rc_check_non_lap_scd()