Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8l_enc.c364 int entropy_idx_; member
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()
1566 const int entropy_idx = crunch_configs[idx].entropy_idx_; in EncodeStreamHook()