Home
last modified time | relevance | path

Searched refs:PlaneRow (Results 76 – 100 of 219) sorted by relevance

123456789

/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_patch_dictionary.cc120 opsin->PlaneRow(0, y), in SubtractFrom()
121 opsin->PlaneRow(1, y), in SubtractFrom()
122 opsin->PlaneRow(2, y), in SubtractFrom()
312 background.PlaneRow(0, 0), in FindTextLikePatches()
313 background.PlaneRow(1, 0), in FindTextLikePatches()
314 background.PlaneRow(2, 0), in FindTextLikePatches()
678 reference_frame.PlaneRow(0, 0), in FindBestPatchDictionary()
679 reference_frame.PlaneRow(1, 0), in FindBestPatchDictionary()
680 reference_frame.PlaneRow(2, 0), in FindBestPatchDictionary()
H A Denc_entropy_coder.cc173 tmp_num_nzeroes->PlaneRow(0, sby[0]), in TokenizeCoefficients()
174 tmp_num_nzeroes->PlaneRow(1, sby[1]), in TokenizeCoefficients()
175 tmp_num_nzeroes->PlaneRow(2, sby[2]), in TokenizeCoefficients()
H A Denc_group.cc217 coeffs[i][c] = enc_state->coeffs[i]->PlaneRow(c, group_idx, 0).ptr32; in ComputeCoefficients()
241 block_group_rect.PlaneRow(dc, 0, by), in ComputeCoefficients()
242 block_group_rect.PlaneRow(dc, 1, by), in ComputeCoefficients()
243 block_group_rect.PlaneRow(dc, 2, by), in ComputeCoefficients()
H A Dimage_ops_test.cc77 T* JXL_RESTRICT row = img->PlaneRow(c, y); in TestFillImpl()
94 T* JXL_RESTRICT row = img->PlaneRow(c, y); in TestFillImpl()
H A Dtest_utils.h177 rendered.color()->PlaneRow(0, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
179 rendered.color()->PlaneRow(1, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
181 rendered.color()->PlaneRow(2, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
184 const float* row0f = frame.color().PlaneRow(0, y); in CoalesceGIFAnimationWithAlpha()
185 const float* row1f = frame.color().PlaneRow(1, y); in CoalesceGIFAnimationWithAlpha()
186 const float* row2f = frame.color().PlaneRow(2, y); in CoalesceGIFAnimationWithAlpha()
H A Ddec_noise.cc222 float* JXL_RESTRICT row_x = opsin_rect.PlaneRow(opsin, 0, y); in AddNoise()
223 float* JXL_RESTRICT row_y = opsin_rect.PlaneRow(opsin, 1, y); in AddNoise()
224 float* JXL_RESTRICT row_b = opsin_rect.PlaneRow(opsin, 2, y); in AddNoise()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_patch_dictionary.cc120 opsin->PlaneRow(0, y), in SubtractFrom()
121 opsin->PlaneRow(1, y), in SubtractFrom()
122 opsin->PlaneRow(2, y), in SubtractFrom()
312 background.PlaneRow(0, 0), in FindTextLikePatches()
313 background.PlaneRow(1, 0), in FindTextLikePatches()
314 background.PlaneRow(2, 0), in FindTextLikePatches()
722 reference_frame.PlaneRow(0, 0), in FindBestPatchDictionary()
723 reference_frame.PlaneRow(1, 0), in FindBestPatchDictionary()
724 reference_frame.PlaneRow(2, 0), in FindBestPatchDictionary()
H A Denc_entropy_coder.cc173 tmp_num_nzeroes->PlaneRow(0, sby[0]), in TokenizeCoefficients()
174 tmp_num_nzeroes->PlaneRow(1, sby[1]), in TokenizeCoefficients()
175 tmp_num_nzeroes->PlaneRow(2, sby[2]), in TokenizeCoefficients()
H A Denc_group.cc207 coeffs[i][c] = enc_state->coeffs[i]->PlaneRow(c, group_idx, 0).ptr32; in ComputeCoefficients()
231 block_group_rect.PlaneRow(dc, 0, by), in ComputeCoefficients()
232 block_group_rect.PlaneRow(dc, 1, by), in ComputeCoefficients()
233 block_group_rect.PlaneRow(dc, 2, by), in ComputeCoefficients()
H A Ddec_modular.cc55 float* const JXL_RESTRICT row_out_r = decoded->PlaneRow(0, y); in RgbFromSingle()
56 float* const JXL_RESTRICT row_out_g = decoded->PlaneRow(1, y); in RgbFromSingle()
57 float* const JXL_RESTRICT row_out_b = decoded->PlaneRow(2, y); in RgbFromSingle()
77 float* const JXL_RESTRICT row_out = decoded->PlaneRow(c, y); in SingleFromSingle()
486 float* const JXL_RESTRICT row_out = decoded.PlaneRow(c, y); in FinalizeDecoding()
500 float* const JXL_RESTRICT row_out = decoded.PlaneRow(c, y); in FinalizeDecoding()
H A Denc_frame.cc405 float* JXL_RESTRICT row = image->PlaneRow(c, y); in SimplifyInvisible()
407 (y > 0 ? image->PlaneRow(c, y - 1) : nullptr); in SimplifyInvisible()
409 (y + 1 < image->ysize() ? image->PlaneRow(c, y + 1) : nullptr); in SimplifyInvisible()
519 enc_state_->coeffs[idx_pass]->PlaneRow(0, group_index, 0).ptr32, in ComputeEncodingData()
520 enc_state_->coeffs[idx_pass]->PlaneRow(1, group_index, 0).ptr32, in ComputeEncodingData()
521 enc_state_->coeffs[idx_pass]->PlaneRow(2, group_index, 0).ptr32, in ComputeEncodingData()
735 enc_state_->coeffs[0]->PlaneRow(c, group_index, 0).ptr32; in ComputeJPEGTranscodingData()
741 float* JXL_RESTRICT fdc = dc.PlaneRow(c, by >> vshift); in ComputeJPEGTranscodingData()
868 enc_state_->coeffs[idx_pass]->PlaneRow(0, group_index, 0).ptr32, in ComputeJPEGTranscodingData()
869 enc_state_->coeffs[idx_pass]->PlaneRow(1, group_index, 0).ptr32, in ComputeJPEGTranscodingData()
[all …]
H A Dfast_math_test.cc221 chunk.PlaneRow(0, ir)[ig * kChunk + ib] = r * (1.0f / 255); in TestFastXYB()
222 chunk.PlaneRow(1, ir)[ig * kChunk + ib] = g * (1.0f / 255); in TestFastXYB()
223 chunk.PlaneRow(2, ir)[ig * kChunk + ib] = b * (1.0f / 255); in TestFastXYB()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_patch_dictionary.cc120 opsin->PlaneRow(0, y), in SubtractFrom()
121 opsin->PlaneRow(1, y), in SubtractFrom()
122 opsin->PlaneRow(2, y), in SubtractFrom()
312 background.PlaneRow(0, 0), in FindTextLikePatches()
313 background.PlaneRow(1, 0), in FindTextLikePatches()
314 background.PlaneRow(2, 0), in FindTextLikePatches()
722 reference_frame.PlaneRow(0, 0), in FindBestPatchDictionary()
723 reference_frame.PlaneRow(1, 0), in FindBestPatchDictionary()
724 reference_frame.PlaneRow(2, 0), in FindBestPatchDictionary()
H A Denc_entropy_coder.cc173 tmp_num_nzeroes->PlaneRow(0, sby[0]), in TokenizeCoefficients()
174 tmp_num_nzeroes->PlaneRow(1, sby[1]), in TokenizeCoefficients()
175 tmp_num_nzeroes->PlaneRow(2, sby[2]), in TokenizeCoefficients()
H A Denc_group.cc207 coeffs[i][c] = enc_state->coeffs[i]->PlaneRow(c, group_idx, 0).ptr32; in ComputeCoefficients()
231 block_group_rect.PlaneRow(dc, 0, by), in ComputeCoefficients()
232 block_group_rect.PlaneRow(dc, 1, by), in ComputeCoefficients()
233 block_group_rect.PlaneRow(dc, 2, by), in ComputeCoefficients()
H A Ddec_modular.cc55 float* const JXL_RESTRICT row_out_r = decoded->PlaneRow(0, y); in RgbFromSingle()
56 float* const JXL_RESTRICT row_out_g = decoded->PlaneRow(1, y); in RgbFromSingle()
57 float* const JXL_RESTRICT row_out_b = decoded->PlaneRow(2, y); in RgbFromSingle()
77 float* const JXL_RESTRICT row_out = decoded->PlaneRow(c, y); in SingleFromSingle()
486 float* const JXL_RESTRICT row_out = decoded.PlaneRow(c, y); in FinalizeDecoding()
500 float* const JXL_RESTRICT row_out = decoded.PlaneRow(c, y); in FinalizeDecoding()
H A Denc_frame.cc405 float* JXL_RESTRICT row = image->PlaneRow(c, y); in SimplifyInvisible()
407 (y > 0 ? image->PlaneRow(c, y - 1) : nullptr); in SimplifyInvisible()
409 (y + 1 < image->ysize() ? image->PlaneRow(c, y + 1) : nullptr); in SimplifyInvisible()
519 enc_state_->coeffs[idx_pass]->PlaneRow(0, group_index, 0).ptr32, in ComputeEncodingData()
520 enc_state_->coeffs[idx_pass]->PlaneRow(1, group_index, 0).ptr32, in ComputeEncodingData()
521 enc_state_->coeffs[idx_pass]->PlaneRow(2, group_index, 0).ptr32, in ComputeEncodingData()
735 enc_state_->coeffs[0]->PlaneRow(c, group_index, 0).ptr32; in ComputeJPEGTranscodingData()
741 float* JXL_RESTRICT fdc = dc.PlaneRow(c, by >> vshift); in ComputeJPEGTranscodingData()
868 enc_state_->coeffs[idx_pass]->PlaneRow(0, group_index, 0).ptr32, in ComputeJPEGTranscodingData()
869 enc_state_->coeffs[idx_pass]->PlaneRow(1, group_index, 0).ptr32, in ComputeJPEGTranscodingData()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_entropy_coder.cc173 tmp_num_nzeroes->PlaneRow(0, sby[0]), in TokenizeCoefficients()
174 tmp_num_nzeroes->PlaneRow(1, sby[1]), in TokenizeCoefficients()
175 tmp_num_nzeroes->PlaneRow(2, sby[2]), in TokenizeCoefficients()
H A Denc_group.cc207 coeffs[i][c] = enc_state->coeffs[i]->PlaneRow(c, group_idx, 0).ptr32; in ComputeCoefficients()
231 block_group_rect.PlaneRow(dc, 0, by), in ComputeCoefficients()
232 block_group_rect.PlaneRow(dc, 1, by), in ComputeCoefficients()
233 block_group_rect.PlaneRow(dc, 2, by), in ComputeCoefficients()
H A Dimage_ops_test.cc81 T* JXL_RESTRICT row = img->PlaneRow(c, y); in TestFillImpl()
97 T* JXL_RESTRICT row = img->PlaneRow(c, y); in TestFillImpl()
H A Ddec_noise.cc222 float* JXL_RESTRICT row_x = opsin_rect.PlaneRow(opsin, 0, y); in AddNoise()
223 float* JXL_RESTRICT row_y = opsin_rect.PlaneRow(opsin, 1, y); in AddNoise()
224 float* JXL_RESTRICT row_b = opsin_rect.PlaneRow(opsin, 2, y); in AddNoise()
H A Dfast_math_test.cc221 chunk.PlaneRow(0, ir)[ig * kChunk + ib] = r * (1.0f / 255); in TestFastXYB()
222 chunk.PlaneRow(1, ir)[ig * kChunk + ib] = g * (1.0f / 255); in TestFastXYB()
223 chunk.PlaneRow(2, ir)[ig * kChunk + ib] = b * (1.0f / 255); in TestFastXYB()
/dports/graphics/libjxl/libjxl-0.6.1/lib/extras/
H A Dcodec_apng.cc300 float* const JXL_RESTRICT row_r = sub_frame.PlaneRow(0, y); in DecodeImageAPNG()
301 float* const JXL_RESTRICT row_g = sub_frame.PlaneRow(1, y); in DecodeImageAPNG()
302 float* const JXL_RESTRICT row_b = sub_frame.PlaneRow(2, y); in DecodeImageAPNG()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_apng.cc313 float* const JXL_RESTRICT row_r = sub_frame.PlaneRow(0, y); in DecodeImageAPNG()
314 float* const JXL_RESTRICT row_g = sub_frame.PlaneRow(1, y); in DecodeImageAPNG()
315 float* const JXL_RESTRICT row_b = sub_frame.PlaneRow(2, y); in DecodeImageAPNG()
H A Dcodec_gif.cc277 float* const JXL_RESTRICT row_r = sub_frame.PlaneRow(0, y); in DecodeImageGIF()
278 float* const JXL_RESTRICT row_g = sub_frame.PlaneRow(1, y); in DecodeImageGIF()
279 float* const JXL_RESTRICT row_b = sub_frame.PlaneRow(2, y); in DecodeImageGIF()

123456789