Home
last modified time | relevance | path

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

/external/libaom/av1/
Dav1_cx_iface.c162 int noise_block_size; member
1336 oxcf->noise_block_size = extra_cfg->noise_block_size; in set_encoder_config()
2479 extra_cfg.noise_block_size = CAST(AV1E_SET_DENOISE_BLOCK_SIZE, args); in ctrl_set_denoise_block_size()
4427 extra_cfg.noise_block_size = arg_parse_uint_helper(&arg, err_string); in encoder_set_option()
/external/libaom/av1/encoder/
Dencoder.h1021 int noise_block_size; member
Dencoder.c4154 if (apply_denoise_2d(cpi, sd, cpi->oxcf.noise_block_size, in av1_receive_raw_frame()