Searched refs:super_block_size (Results 1 – 6 of 6) sorted by relevance
89 GET_PARAMS(super_block_size); in parse_cfg()128 if (config->super_block_size != 128 && config->super_block_size != 64) { in parse_cfg()136 if (config->max_partition_size > config->super_block_size) { in parse_cfg()
2 super_block_size = 128 # super block size. 0, 64 or 128
218 unsigned int super_block_size; member
94 cfg->encoder_cfg.super_block_size = 0; // Dynamic in aom_codec_enc_config_default()
1138 config->super_block_size = 0; // Dynamic in init_config()1772 SHOW_PARAMS(super_block_size); in show_stream_config()
635 extra_cfg->superblock_size = (cfg->super_block_size == 64) in update_default_encoder_config()637 : (cfg->super_block_size == 128) in update_default_encoder_config()