Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_noise.cc175 const float* JXL_RESTRICT row_rnd_c = noise_rect.ConstPlaneRow(noise, 2, y); in AddNoise() local
186 Load(d, row_rnd_c + x) * norm_const; in AddNoise()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_noise.cc175 const float* JXL_RESTRICT row_rnd_c = noise_rect.ConstPlaneRow(noise, 2, y); in AddNoise() local
186 Load(d, row_rnd_c + x) * norm_const; in AddNoise()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddec_noise.cc227 const float* JXL_RESTRICT row_rnd_c = noise_rect.ConstPlaneRow(noise, 2, y); in AddNoise() local
242 Load(d, row_rnd_c + x) * norm_const; in AddNoise()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_noise.cc227 const float* JXL_RESTRICT row_rnd_c = noise_rect.ConstPlaneRow(noise, 2, y); in AddNoise() local
242 Load(d, row_rnd_c + x) * norm_const; in AddNoise()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/render_pipeline/
H A Dstage_noise.cc176 const float* JXL_RESTRICT row_rnd_c = in ProcessRow() local
192 Load(d, row_rnd_c + x) * norm_const; in ProcessRow()