Home
last modified time | relevance | path

Searched refs:image_features (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender_build/src/
H A Dshader_features.rs93 let mut image_features: Vec<String> = Vec::new(); in get_shader_features() localVariable
96 image_features.push(fast.clone()); in get_shader_features()
97 image_features.push(concat_features(&fast, &brush_alpha_features)); in get_shader_features()
98 image_features.push(concat_features(&fast, "DEBUG_OVERDRAW")); in get_shader_features()
100 image_features.push(slow.clone()); in get_shader_features()
101 image_features.push(concat_features(&slow, &brush_alpha_features)); in get_shader_features()
102 image_features.push(concat_features(&slow, "DEBUG_OVERDRAW")); in get_shader_features()
105 image_features.push(concat_features(&fast, &advanced_blend_features)); in get_shader_features()
110 image_features.push(concat_features(&fast, &dual_source_features)); in get_shader_features()
111 image_features.push(concat_features(&slow, &dual_source_features)); in get_shader_features()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender_build/src/
H A Dshader_features.rs139 let mut image_features: Vec<String> = Vec::new(); in get_shader_features() localVariable
145 image_features.push(fast.concat(&base_prim_features).finish()); in get_shader_features()
146 image_features.push(fast.concat(&brush_alpha_features).finish()); in get_shader_features()
147 image_features.push(fast.with("DEBUG_OVERDRAW").finish()); in get_shader_features()
151 image_features.push(slow.concat(&base_prim_features).finish()); in get_shader_features()
152 image_features.push(slow.concat(&brush_alpha_features).finish()); in get_shader_features()
153 image_features.push(slow.with("DEBUG_OVERDRAW").finish()); in get_shader_features()
156 image_features.push(fast.concat(&advanced_blend_features).finish()); in get_shader_features()
161 image_features.push(fast.concat(&dual_source_features).finish()); in get_shader_features()
162 image_features.push(slow.concat(&dual_source_features).finish()); in get_shader_features()
[all …]
/dports/www/firefox/firefox-99.0/gfx/wr/webrender_build/src/
H A Dshader_features.rs139 let mut image_features: Vec<String> = Vec::new(); in get_shader_features() localVariable
145 image_features.push(fast.concat(&base_prim_features).finish()); in get_shader_features()
146 image_features.push(fast.concat(&brush_alpha_features).finish()); in get_shader_features()
147 image_features.push(fast.with("DEBUG_OVERDRAW").finish()); in get_shader_features()
151 image_features.push(slow.concat(&base_prim_features).finish()); in get_shader_features()
152 image_features.push(slow.concat(&brush_alpha_features).finish()); in get_shader_features()
153 image_features.push(slow.with("DEBUG_OVERDRAW").finish()); in get_shader_features()
156 image_features.push(fast.concat(&advanced_blend_features).finish()); in get_shader_features()
161 image_features.push(fast.concat(&dual_source_features).finish()); in get_shader_features()
162 image_features.push(slow.concat(&dual_source_features).finish()); in get_shader_features()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender_build/src/
H A Dshader_features.rs139 let mut image_features: Vec<String> = Vec::new(); in get_shader_features() localVariable
145 image_features.push(fast.concat(&base_prim_features).finish()); in get_shader_features()
146 image_features.push(fast.concat(&brush_alpha_features).finish()); in get_shader_features()
147 image_features.push(fast.with("DEBUG_OVERDRAW").finish()); in get_shader_features()
151 image_features.push(slow.concat(&base_prim_features).finish()); in get_shader_features()
152 image_features.push(slow.concat(&brush_alpha_features).finish()); in get_shader_features()
153 image_features.push(slow.with("DEBUG_OVERDRAW").finish()); in get_shader_features()
156 image_features.push(fast.concat(&advanced_blend_features).finish()); in get_shader_features()
161 image_features.push(fast.concat(&dual_source_features).finish()); in get_shader_features()
162 image_features.push(slow.concat(&dual_source_features).finish()); in get_shader_features()
[all …]
/dports/graphics/pqiv/pqiv-2.12/backends/
H A Dwebp.c71 WebPBitstreamFeatures image_features; in file_type_webp_load() local
72 …atusCode webp_retstatus = WebPGetFeatures((const uint8_t*)image_data, image_size, &image_features); in file_type_webp_load()
79 image_width = image_features.width; in file_type_webp_load()
80 image_height = image_features.height; in file_type_webp_load()
125 if(image_features.has_alpha) { in file_type_webp_load()
/dports/math/py-keras/Keras-2.4.3/examples/
H A Dneural_doodle.py217 image_features = {} variable
224 image_features[layer_name] = img_feat
302 content_feat = image_features[layer][CONTENT, :, :, :]
303 target_feat = image_features[layer][TARGET, :, :, :]
307 style_feat = image_features[layer][STYLE, :, :, :]
308 target_feat = image_features[layer][TARGET, :, :, :]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dshade.rs843 let mut image_features = Vec::new(); in new() localVariable
858 image_features.push(feature_string); in new()
864 &image_features, in new()
872 image_features.push("REPETITION"); in new()
873 image_features.push("ANTIALIASING"); in new()
878 &image_features, in new()
886 image_features.clear(); in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_heuristics.cc241 if (!GetNoiseParameter(*opsin, &shared.image_features.noise_params, in LossyFrameHeuristics()
264 shared.image_features.splines = FindSplines(*opsin); in LossyFrameHeuristics()
266 shared.image_features.splines.SubtractFrom(opsin, shared.cmap)); in LossyFrameHeuristics()
273 PatchDictionaryEncoder::SubtractFrom(shared.image_features.patches, opsin); in LossyFrameHeuristics()
H A Dpasses_state.cc21 shared->image_features.patches.SetPassesSharedState(shared); in InitializePassesSharedState()
H A Dpasses_state.h58 ImageFeatures image_features; member
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_heuristics.cc241 if (!GetNoiseParameter(*opsin, &shared.image_features.noise_params, in LossyFrameHeuristics()
264 shared.image_features.splines = FindSplines(*opsin); in LossyFrameHeuristics()
266 shared.image_features.splines.SubtractFrom(opsin, shared.cmap)); in LossyFrameHeuristics()
273 PatchDictionaryEncoder::SubtractFrom(shared.image_features.patches, opsin); in LossyFrameHeuristics()
H A Dpasses_state.cc21 shared->image_features.patches.SetPassesSharedState(shared); in InitializePassesSharedState()
H A Dpasses_state.h58 ImageFeatures image_features; member
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dshade.rs856 let mut image_features = Vec::new(); in new() localVariable
878 image_features.push(feature_string); in new()
884 &image_features, in new()
891 image_features.push("REPETITION"); in new()
892 image_features.push("ANTIALIASING"); in new()
897 &image_features, in new()
904 image_features.clear(); in new()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dshade.rs856 let mut image_features = Vec::new(); in new() localVariable
878 image_features.push(feature_string); in new()
884 &image_features, in new()
891 image_features.push("REPETITION"); in new()
892 image_features.push("ANTIALIASING"); in new()
897 &image_features, in new()
904 image_features.clear(); in new()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_frame.cc394 JXL_RETURN_IF_ERROR(shared.image_features.patches.Decode( in ProcessDCGlobal()
407 shared.image_features.patches.Clear(); in ProcessDCGlobal()
409 shared.image_features.splines.Clear(); in ProcessDCGlobal()
411 JXL_RETURN_IF_ERROR(shared.image_features.splines.Decode( in ProcessDCGlobal()
415 JXL_RETURN_IF_ERROR(DecodeNoise(br, &shared.image_features.noise_params)); in ProcessDCGlobal()
428 JXL_RETURN_IF_ERROR(shared.image_features.splines.InitializeDrawCache( in ProcessDCGlobal()
801 GetPatchesStage(&dec_state_->shared->image_features.patches)); in PreparePipeline()
805 GetSplineStage(&dec_state_->shared->image_features.splines)); in PreparePipeline()
822 GetAddNoiseStage(dec_state_->shared->image_features.noise_params, in PreparePipeline()
1233 result |= dec_state_->shared->image_features.patches.GetReferences(); in References()
H A Denc_heuristics.cc745 if (!GetNoiseParameter(*opsin, &shared.image_features.noise_params, in LossyFrameHeuristics()
785 if (!shared.image_features.splines.HasAny()) { in LossyFrameHeuristics()
786 shared.image_features.splines = FindSplines(*opsin); in LossyFrameHeuristics()
788 JXL_RETURN_IF_ERROR(shared.image_features.splines.InitializeDrawCache( in LossyFrameHeuristics()
790 shared.image_features.splines.SubtractFrom(opsin); in LossyFrameHeuristics()
797 PatchDictionaryEncoder::SubtractFrom(shared.image_features.patches, opsin); in LossyFrameHeuristics()
H A Dpasses_state.cc21 shared->image_features.patches.SetPassesSharedState(shared); in InitializePassesSharedState()
H A Dpasses_state.h58 ImageFeatures image_features; member
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dshade.rs917 let mut image_features = Vec::new(); in new() localVariable
939 image_features.push(feature_string); in new()
945 &image_features, in new()
953 image_features.push("REPETITION"); in new()
954 image_features.push("ANTIALIASING"); in new()
959 &image_features, in new()
967 image_features.clear(); in new()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dshade.rs609 let mut image_features = Vec::new(); in new() localVariable
619 image_features.push(feature_string); in new()
624 &image_features, in new()
629 image_features.clear(); in new()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddec_frame.cc346 JXL_RETURN_IF_ERROR(shared.image_features.patches.Decode( in ProcessDCGlobal()
359 shared.image_features.patches.Clear(); in ProcessDCGlobal()
361 shared.image_features.splines.Clear(); in ProcessDCGlobal()
363 JXL_RETURN_IF_ERROR(shared.image_features.splines.Decode( in ProcessDCGlobal()
367 JXL_RETURN_IF_ERROR(DecodeNoise(br, &shared.image_features.noise_params)); in ProcessDCGlobal()
377 JXL_RETURN_IF_ERROR(shared.image_features.splines.InitializeDrawCache( in ProcessDCGlobal()
884 result |= dec_state_->shared->image_features.patches.GetReferences(); in References()
H A Denc_heuristics.cc720 shared.image_features.noise_params = SimulatePhotonNoise( in LossyFrameHeuristics()
744 if (!GetNoiseParameter(*opsin, &shared.image_features.noise_params, in LossyFrameHeuristics()
783 shared.image_features.splines = FindSplines(*opsin); in LossyFrameHeuristics()
784 JXL_RETURN_IF_ERROR(shared.image_features.splines.InitializeDrawCache( in LossyFrameHeuristics()
786 shared.image_features.splines.SubtractFrom(opsin); in LossyFrameHeuristics()
793 PatchDictionaryEncoder::SubtractFrom(shared.image_features.patches, opsin); in LossyFrameHeuristics()
H A Dpasses_state.cc21 shared->image_features.patches.SetPassesSharedState(shared); in InitializePassesSharedState()
H A Dpasses_state.h58 ImageFeatures image_features; member

12