Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_frame.h148 JXL_ASSERT(dec_state_->pixel_callback == nullptr); in MaybeSetRGB8OutputBuffer()
179 dec_state_->pixel_callback = cb; in MaybeSetFloatCallback()
189 dec_state_->pixel_callback != nullptr; in HasRGBBuffer()
H A Ddec_cache.h82 std::function<void(const float*, size_t, size_t, size_t)> pixel_callback; member
185 if (rgb_output || pixel_callback) { in EnsureStorage()
195 if (pixel_callback) { in EnsureStorage()
240 pixel_callback = nullptr; in Init()
H A Ddec_reconstruct.cc481 dec_state->rgb_output == nullptr && dec_state->pixel_callback == nullptr in FinalizeImageRect()
569 if (dec_state->rgb_output || dec_state->pixel_callback) { in FinalizeImageRect()
910 if (dec_state->pixel_callback != nullptr) { in FinalizeImageRect()
939 dec_state->pixel_callback(interleaved.data(), image_line_rect.x0(), in FinalizeImageRect()
H A Ddec_frame.cc427 if (dec_state_->rgb_output == nullptr && !dec_state_->pixel_callback) { in AllocateOutput()
457 !!dec_state_->pixel_callback); in ProcessACGlobal()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddec_frame.h156 JXL_ASSERT(dec_state_->pixel_callback == nullptr); in MaybeSetRGB8OutputBuffer()
183 dec_state_->pixel_callback = cb; in MaybeSetFloatCallback()
193 dec_state_->pixel_callback != nullptr; in HasRGBBuffer()
H A Ddec_cache.h83 std::function<void(const float*, size_t, size_t, size_t)> pixel_callback; member
208 if (rgb_output || pixel_callback) { in EnsureStorage()
218 if (pixel_callback) { in EnsureStorage()
263 pixel_callback = nullptr; in Init()
H A Ddec_reconstruct.cc616 dec_state->rgb_output == nullptr && dec_state->pixel_callback == nullptr in FinalizeImageRect()
726 if (dec_state->rgb_output || dec_state->pixel_callback) { in FinalizeImageRect()
1063 if (dec_state->pixel_callback != nullptr) { in FinalizeImageRect()
1092 dec_state->pixel_callback(interleaved.data(), image_line_rect.x0(), in FinalizeImageRect()
H A Ddec_frame.cc432 if (dec_state_->rgb_output == nullptr && !dec_state_->pixel_callback) { in AllocateOutput()
471 !!dec_state_->pixel_callback); in ProcessACGlobal()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_frame.h148 JXL_ASSERT(dec_state_->pixel_callback == nullptr); in MaybeSetRGB8OutputBuffer()
179 dec_state_->pixel_callback = cb; in MaybeSetFloatCallback()
189 dec_state_->pixel_callback != nullptr; in HasRGBBuffer()
H A Ddec_cache.h82 std::function<void(const float*, size_t, size_t, size_t)> pixel_callback; member
185 if (rgb_output || pixel_callback) { in EnsureStorage()
195 if (pixel_callback) { in EnsureStorage()
240 pixel_callback = nullptr; in Init()
H A Ddec_reconstruct.cc481 dec_state->rgb_output == nullptr && dec_state->pixel_callback == nullptr in FinalizeImageRect()
569 if (dec_state->rgb_output || dec_state->pixel_callback) { in FinalizeImageRect()
910 if (dec_state->pixel_callback != nullptr) { in FinalizeImageRect()
939 dec_state->pixel_callback(interleaved.data(), image_line_rect.x0(), in FinalizeImageRect()
H A Ddec_frame.cc427 if (dec_state_->rgb_output == nullptr && !dec_state_->pixel_callback) { in AllocateOutput()
457 !!dec_state_->pixel_callback); in ProcessACGlobal()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddec_frame.h167 JXL_ASSERT(dec_state_->pixel_callback == nullptr); in MaybeSetRGB8OutputBuffer()
194 dec_state_->pixel_callback = cb; in MaybeSetFloatCallback()
204 dec_state_->pixel_callback != nullptr; in HasRGBBuffer()
H A Ddec_cache.h84 std::function<void(const float*, size_t, size_t, size_t)> pixel_callback; member
216 if (rgb_output || pixel_callback) { in EnsureStorage()
226 if (pixel_callback) { in EnsureStorage()
271 pixel_callback = nullptr; in Init()
H A Ddec_frame.cc483 if (dec_state_->rgb_output == nullptr && !dec_state_->pixel_callback) { in AllocateOutput()
503 !dec_state_->pixel_callback); in AllocateOutput()
542 !!dec_state_->pixel_callback); in ProcessACGlobal()
896 if (dec_state_->pixel_callback) { in PreparePipeline()
898 dec_state_->pixel_callback, width, height, in PreparePipeline()
H A Ddec_reconstruct.cc666 dec_state->rgb_output == nullptr && dec_state->pixel_callback == nullptr in FinalizeImageRect()
776 if (dec_state->rgb_output || dec_state->pixel_callback) { in FinalizeImageRect()
1131 if (dec_state->pixel_callback != nullptr) { in FinalizeImageRect()
1157 dec_state->pixel_callback(interleaved.data(), image_line_rect.x0(), in FinalizeImageRect()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/render_pipeline/
H A Dstage_write.cc228 pixel_callback, in WriteToPixelCallbackStage() argument
231 pixel_callback_(pixel_callback), in WriteToPixelCallbackStage()
309 pixel_callback, in GetWriteToPixelCallbackStage() argument
312 pixel_callback, width, height, rgba, has_alpha, alpha_c); in GetWriteToPixelCallbackStage()
H A Dstage_write.h30 pixel_callback,