Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_2/
Dtest_raw_burst_sensitivity.py35 _VAR_THRESH = 1.01 # each shot must be 1% noisier than previous variable
146 if variance >= vars_step_means[variance_idx+1] / _VAR_THRESH:
Dtest_raw_sensitivity.py37 _VAR_THRESH = 1.01 # Each shot must be 1% noisier than previous variable
142 if variance >= vars_step_means[variance_idx+1] / _VAR_THRESH: