Home
last modified time | relevance | path

Searched refs:ACImageT (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddct_util.h51 class ACImageT final : public ACImage {
53 ACImageT() = default;
54 ACImageT(size_t xsize, size_t ysize) { in ACImageT() function
H A Denc_cache.cc57 enc_state->coeffs.emplace_back(make_unique<ACImageT<int32_t>>( in InitializePassesEncoder()
H A Ddec_cache.h97 std::unique_ptr<ACImage> coefficients = make_unique<ACImageT<int32_t>>(0, 0);
H A Ddec_frame.cc589 dec_state_->coefficients = make_unique<ACImageT<int16_t>>(xs, ys); in ProcessACGlobal()
591 dec_state_->coefficients = make_unique<ACImageT<int32_t>>(xs, ys); in ProcessACGlobal()
H A Denc_frame.cc594 enc_state_->coeffs.emplace_back(make_unique<ACImageT<int32_t>>( in ComputeJPEGTranscodingData()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddct_util.h51 class ACImageT final : public ACImage {
53 ACImageT() = default;
54 ACImageT(size_t xsize, size_t ysize) { in ACImageT() function
H A Denc_cache.cc57 enc_state->coeffs.emplace_back(make_unique<ACImageT<int32_t>>( in InitializePassesEncoder()
H A Ddec_cache.h95 std::unique_ptr<ACImage> coefficients = make_unique<ACImageT<int32_t>>(0, 0);
H A Ddec_frame.cc502 dec_state_->coefficients = make_unique<ACImageT<int16_t>>(xs, ys); in ProcessACGlobal()
504 dec_state_->coefficients = make_unique<ACImageT<int32_t>>(xs, ys); in ProcessACGlobal()
H A Denc_frame.cc563 enc_state_->coeffs.emplace_back(make_unique<ACImageT<int32_t>>( in ComputeJPEGTranscodingData()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddct_util.h51 class ACImageT final : public ACImage {
53 ACImageT() = default;
54 ACImageT(size_t xsize, size_t ysize) { in ACImageT() function
H A Denc_cache.cc57 enc_state->coeffs.emplace_back(make_unique<ACImageT<int32_t>>( in InitializePassesEncoder()
H A Ddec_cache.h96 std::unique_ptr<ACImage> coefficients = make_unique<ACImageT<int32_t>>(0, 0);
H A Ddec_frame.cc516 dec_state_->coefficients = make_unique<ACImageT<int16_t>>(xs, ys); in ProcessACGlobal()
518 dec_state_->coefficients = make_unique<ACImageT<int32_t>>(xs, ys); in ProcessACGlobal()
H A Denc_frame.cc566 enc_state_->coeffs.emplace_back(make_unique<ACImageT<int32_t>>( in ComputeJPEGTranscodingData()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddct_util.h51 class ACImageT final : public ACImage {
53 ACImageT() = default;
54 ACImageT(size_t xsize, size_t ysize) { in ACImageT() function
H A Denc_cache.cc57 enc_state->coeffs.emplace_back(make_unique<ACImageT<int32_t>>( in InitializePassesEncoder()
H A Ddec_cache.h95 std::unique_ptr<ACImage> coefficients = make_unique<ACImageT<int32_t>>(0, 0);
H A Ddec_frame.cc502 dec_state_->coefficients = make_unique<ACImageT<int16_t>>(xs, ys); in ProcessACGlobal()
504 dec_state_->coefficients = make_unique<ACImageT<int32_t>>(xs, ys); in ProcessACGlobal()
H A Denc_frame.cc563 enc_state_->coeffs.emplace_back(make_unique<ACImageT<int32_t>>( in ComputeJPEGTranscodingData()