Home
last modified time | relevance | path

Searched refs:config_ll (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c852 const WebPConfig* const config_ll, const WebPConfig* const config_lossy) { in GenerateCandidates()
896 config_ll, use_blending_ll, candidate_ll); in GenerateCandidates()
1093 WebPConfig config_ll = *config; in SetFrame() local
1095 config_ll.lossless = 1; in SetFrame()
1098 enc->last_config_reversed_ = config->lossless ? config_lossy : config_ll; in SetFrame()
1157 &dispose_none_params, &config_ll, &config_lossy); in SetFrame()
1166 &dispose_bg_params, &config_ll, &config_lossy); in SetFrame()
848 GenerateCandidates( WebPAnimEncoder* const enc, Candidate candidates[CANDIDATE_COUNT], WebPMuxAnimDispose dispose_method, int is_lossless, int is_key_frame, SubFrameParams* const params, const WebPConfig* const config_ll, const WebPConfig* const config_lossy) GenerateCandidates() argument

Completed in 4 milliseconds