Home
last modified time | relevance | path

Searched defs:noise_model (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/apps/CameraITS/tools/
H A Ddng_noise_model.py92 def _create_noise_model_code(self, noise_model, sens_min, sens_max, argument
161 def _create_noise_profile_code(self, noise_model, color_channels, file_path): argument
200 def _create_noise_model_and_profile_code(self, noise_model, sens_min, argument
259 def _plot_stats_and_noise_model_fittings( argument
402 def _plot_noise_model(self, isos, measured_models, noise_model, argument
/aosp_15_r20/external/libaom/aom_dsp/
H A Dnoise_model.c874 aom_noise_model_t *noise_model, int c, const double *coeffs, in add_noise_std_observations()
941 static int is_noise_model_different(aom_noise_model_t *const noise_model) { in is_noise_model_different()
1017 aom_noise_model_t *const noise_model, const uint8_t *const data[3], in aom_noise_model_update()
1136 void aom_noise_model_save_latest(aom_noise_model_t *noise_model) { in aom_noise_model_save_latest()
1151 int aom_noise_model_get_grain_parameters(aom_noise_model_t *const noise_model, in aom_noise_model_get_grain_parameters()
1515 aom_noise_model_t noise_model; member
/aosp_15_r20/external/libaom/examples/
H A Dnoise_model.c259 int block_size, aom_noise_model_t *noise_model) { in print_debug_info()
336 aom_noise_model_t noise_model; in main() local
/aosp_15_r20/external/libaom/
H A DCMakeLists.txt509 add_executable(noise_model "${AOM_ROOT}/examples/noise_model.c" target