Searched refs:crunch_configs (Results 1 – 1 of 1) sorted by relevance
372 CrunchConfig crunch_configs[CRUNCH_CONFIGS_MAX], in EncoderAnalyze()400 crunch_configs[0].entropy_idx_ = use_palette ? kPalette : kSpatialSubGreen; in EncoderAnalyze()421 crunch_configs[(*crunch_configs_size)++].entropy_idx_ = i; in EncoderAnalyze()427 crunch_configs[0].entropy_idx_ = min_entropy_ix; in EncoderAnalyze()434 crunch_configs[1].entropy_idx_ = kPaletteAndSpatial; in EncoderAnalyze()445 crunch_configs[i].sub_configs_[j].lz77_ = in EncoderAnalyze()447 crunch_configs[i].sub_configs_[j].do_no_cache_ = do_no_cache; in EncoderAnalyze()449 crunch_configs[i].sub_configs_size_ = n_lz77s; in EncoderAnalyze()1534 const CrunchConfig* const crunch_configs = params->crunch_configs_; in EncodeStreamHook() local1566 const int entropy_idx = crunch_configs[idx].entropy_idx_; in EncodeStreamHook()[all …]