Searched refs:config_ll (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 855 const WebPConfig* const config_ll, const WebPConfig* const config_lossy) { in GenerateCandidates() argument 899 config_ll, use_blending_ll, candidate_ll); in GenerateCandidates() 1095 WebPConfig config_ll = *config; in SetFrame() local 1097 config_ll.lossless = 1; in SetFrame() 1100 enc->last_config_reversed_ = config->lossless ? config_lossy : config_ll; in SetFrame() 1159 &dispose_none_params, &config_ll, &config_lossy); in SetFrame() 1168 &dispose_bg_params, &config_ll, &config_lossy); in SetFrame()
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 852 const WebPConfig* const config_ll, const WebPConfig* const config_lossy) { in GenerateCandidates() argument 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()
|