Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8l_enc.c359 int entropy_idx_; member
392 crunch_configs[0].entropy_idx_ = use_palette ? kPalette : kSpatialSubGreen; in EncoderAnalyze()
410 crunch_configs[(*crunch_configs_size)++].entropy_idx_ = i; in EncoderAnalyze()
416 crunch_configs[0].entropy_idx_ = min_entropy_ix; in EncoderAnalyze()
1555 const int entropy_idx = crunch_configs[idx].entropy_idx_; in EncodeStreamHook()