Home
last modified time | relevance | path

Searched refs:PlaneRow (Results 26 – 50 of 219) sorted by relevance

123456789

/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_xyb.cc174 float* JXL_RESTRICT row_xyb0 = xyb->PlaneRow(0, y); in LinearSRGBToXYB()
175 float* JXL_RESTRICT row_xyb1 = xyb->PlaneRow(1, y); in LinearSRGBToXYB()
176 float* JXL_RESTRICT row_xyb2 = xyb->PlaneRow(2, y); in LinearSRGBToXYB()
201 float* JXL_RESTRICT row_xyb0 = xyb->PlaneRow(0, y); in SRGBToXYB()
202 float* JXL_RESTRICT row_xyb1 = xyb->PlaneRow(1, y); in SRGBToXYB()
203 float* JXL_RESTRICT row_xyb2 = xyb->PlaneRow(2, y); in SRGBToXYB()
231 float* JXL_RESTRICT row_linear0 = linear->PlaneRow(0, y); in SRGBToXYBAndLinear()
232 float* JXL_RESTRICT row_linear1 = linear->PlaneRow(1, y); in SRGBToXYBAndLinear()
235 float* JXL_RESTRICT row_xyb0 = xyb->PlaneRow(0, y); in SRGBToXYBAndLinear()
236 float* JXL_RESTRICT row_xyb1 = xyb->PlaneRow(1, y); in SRGBToXYBAndLinear()
[all …]
H A Dcompressed_dc.cc148 memcpy(smoothed.PlaneRow(c, y), dc->PlaneRow(c, y), in AdaptiveDCSmoothing()
169 smoothed.PlaneRow(0, y), in AdaptiveDCSmoothing()
170 smoothed.PlaneRow(1, y), in AdaptiveDCSmoothing()
171 smoothed.PlaneRow(2, y), in AdaptiveDCSmoothing()
215 float* dec_row_x = r.PlaneRow(dc, 0, y); in DequantDC()
216 float* dec_row_y = r.PlaneRow(dc, 1, y); in DequantDC()
217 float* dec_row_b = r.PlaneRow(dc, 2, y); in DequantDC()
243 float* row = rect.PlaneRow(dc, c, y); in DequantDC()
H A Dimage.cc183 float* row_out = out.PlaneRow(c, y); in PadImageMirror()
184 const float* row_in = in.PlaneRow( in PadImageMirror()
199 out.PlaneRow(c, y + yborder)[x] = in PadImageMirror()
201 out.PlaneRow(c, y + yborder)[x + xsize + xborder] = in PadImageMirror()
207 memcpy(out.PlaneRow(c, y), out.ConstPlaneRow(c, 2 * yborder - 1 - y), in PadImageMirror()
209 memcpy(out.PlaneRow(c, y + ysize + yborder), in PadImageMirror()
240 float* JXL_RESTRICT row = in->PlaneRow(c, y); in PadImageToBlockMultipleInPlace()
247 memcpy(in->PlaneRow(c, y), row_src, xsize * sizeof(float)); in PadImageToBlockMultipleInPlace()
H A Ddec_xyb.cc42 float* JXL_RESTRICT row0 = inout->PlaneRow(0, y); in OpsinToLinearInplace()
43 float* JXL_RESTRICT row1 = inout->PlaneRow(1, y); in OpsinToLinearInplace()
44 float* JXL_RESTRICT row2 = inout->PlaneRow(2, y); in OpsinToLinearInplace()
84 float* JXL_RESTRICT row_linear_0 = linear->PlaneRow(0, y); in OpsinToLinear()
85 float* JXL_RESTRICT row_linear_1 = linear->PlaneRow(1, y); in OpsinToLinear()
86 float* JXL_RESTRICT row_linear_2 = linear->PlaneRow(2, y); in OpsinToLinear()
131 float* r_row = rect.PlaneRow(rgb, 0, y); in YcbcrToRgb()
132 float* g_row = rect.PlaneRow(rgb, 1, y); in YcbcrToRgb()
133 float* b_row = rect.PlaneRow(rgb, 2, y); in YcbcrToRgb()
H A Dtest_utils.h162 rendered.color()->PlaneRow(0, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
164 rendered.color()->PlaneRow(1, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
166 rendered.color()->PlaneRow(2, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
169 const float* row0f = frame.color().PlaneRow(0, y); in CoalesceGIFAnimationWithAlpha()
170 const float* row1f = frame.color().PlaneRow(1, y); in CoalesceGIFAnimationWithAlpha()
171 const float* row2f = frame.color().PlaneRow(2, y); in CoalesceGIFAnimationWithAlpha()
H A Denc_fast_heuristics.cc87 const float* row_m = hf.PlaneRow(1, y); in Heuristics()
88 const float* row_s = hf.PlaneRow(c, y); in Heuristics()
111 float* JXL_RESTRICT row_out = pooled.PlaneRow(c, y); in Heuristics()
112 float* JXL_RESTRICT row_out_avg = summed.PlaneRow(c, y); in Heuristics()
115 row_in[iy] = hf.PlaneRow(c, 4 * y + pad + iy); in Heuristics()
147 float* row = summed.PlaneRow(c, y); in Heuristics()
161 float* row = pooled.PlaneRow(c, y); in Heuristics()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dcompressed_dc.cc148 memcpy(smoothed.PlaneRow(c, y), dc->PlaneRow(c, y), in AdaptiveDCSmoothing()
169 smoothed.PlaneRow(0, y), in AdaptiveDCSmoothing()
170 smoothed.PlaneRow(1, y), in AdaptiveDCSmoothing()
171 smoothed.PlaneRow(2, y), in AdaptiveDCSmoothing()
215 float* dec_row_x = r.PlaneRow(dc, 0, y); in DequantDC()
216 float* dec_row_y = r.PlaneRow(dc, 1, y); in DequantDC()
217 float* dec_row_b = r.PlaneRow(dc, 2, y); in DequantDC()
243 float* row = rect.PlaneRow(dc, c, y); in DequantDC()
H A Dimage.cc185 float* row_out = out.PlaneRow(c, y); in PadImageMirror()
186 const float* row_in = in.PlaneRow( in PadImageMirror()
201 out.PlaneRow(c, y + yborder)[x] = in PadImageMirror()
203 out.PlaneRow(c, y + yborder)[x + xsize + xborder] = in PadImageMirror()
209 memcpy(out.PlaneRow(c, y), out.ConstPlaneRow(c, 2 * yborder - 1 - y), in PadImageMirror()
211 memcpy(out.PlaneRow(c, y + ysize + yborder), in PadImageMirror()
242 float* JXL_RESTRICT row = in->PlaneRow(c, y); in PadImageToBlockMultipleInPlace()
249 memcpy(in->PlaneRow(c, y), row_src, xsize * sizeof(float)); in PadImageToBlockMultipleInPlace()
H A Dfast_math_test.cc210 chunk.PlaneRow(0, ir)[ig * kChunk + ib] = r * (1.0f / 255); in TestFastXYB()
211 chunk.PlaneRow(1, ir)[ig * kChunk + ib] = g * (1.0f / 255); in TestFastXYB()
212 chunk.PlaneRow(2, ir)[ig * kChunk + ib] = b * (1.0f / 255); in TestFastXYB()
221 const float* xyba[4] = {xyb.PlaneRow(0, y), xyb.PlaneRow(1, y), in TestFastXYB()
222 xyb.PlaneRow(2, y), nullptr}; in TestFastXYB()
H A Denc_fast_heuristics.cc87 const float* row_m = hf.PlaneRow(1, y); in Heuristics()
88 const float* row_s = hf.PlaneRow(c, y); in Heuristics()
111 float* JXL_RESTRICT row_out = pooled.PlaneRow(c, y); in Heuristics()
112 float* JXL_RESTRICT row_out_avg = summed.PlaneRow(c, y); in Heuristics()
115 row_in[iy] = hf.PlaneRow(c, 4 * y + pad + iy); in Heuristics()
147 float* row = summed.PlaneRow(c, y); in Heuristics()
161 float* row = pooled.PlaneRow(c, y); in Heuristics()
H A Denc_image_bundle.cc90 float* JXL_RESTRICT row_out0 = out->PlaneRow(0, y); in CopyToT()
91 float* JXL_RESTRICT row_out1 = out->PlaneRow(1, y); in CopyToT()
92 float* JXL_RESTRICT row_out2 = out->PlaneRow(2, y); in CopyToT()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dcompressed_dc.cc148 memcpy(smoothed.PlaneRow(c, y), dc->PlaneRow(c, y), in AdaptiveDCSmoothing()
169 smoothed.PlaneRow(0, y), in AdaptiveDCSmoothing()
170 smoothed.PlaneRow(1, y), in AdaptiveDCSmoothing()
171 smoothed.PlaneRow(2, y), in AdaptiveDCSmoothing()
215 float* dec_row_x = r.PlaneRow(dc, 0, y); in DequantDC()
216 float* dec_row_y = r.PlaneRow(dc, 1, y); in DequantDC()
217 float* dec_row_b = r.PlaneRow(dc, 2, y); in DequantDC()
243 float* row = rect.PlaneRow(dc, c, y); in DequantDC()
H A Dimage.cc183 float* row_out = out.PlaneRow(c, y); in PadImageMirror()
184 const float* row_in = in.PlaneRow( in PadImageMirror()
199 out.PlaneRow(c, y + yborder)[x] = in PadImageMirror()
201 out.PlaneRow(c, y + yborder)[x + xsize + xborder] = in PadImageMirror()
207 memcpy(out.PlaneRow(c, y), out.ConstPlaneRow(c, 2 * yborder - 1 - y), in PadImageMirror()
209 memcpy(out.PlaneRow(c, y + ysize + yborder), in PadImageMirror()
240 float* JXL_RESTRICT row = in->PlaneRow(c, y); in PadImageToBlockMultipleInPlace()
247 memcpy(in->PlaneRow(c, y), row_src, xsize * sizeof(float)); in PadImageToBlockMultipleInPlace()
H A Ddec_xyb.cc42 float* JXL_RESTRICT row0 = inout->PlaneRow(0, y); in OpsinToLinearInplace()
43 float* JXL_RESTRICT row1 = inout->PlaneRow(1, y); in OpsinToLinearInplace()
44 float* JXL_RESTRICT row2 = inout->PlaneRow(2, y); in OpsinToLinearInplace()
84 float* JXL_RESTRICT row_linear_0 = linear->PlaneRow(0, y); in OpsinToLinear()
85 float* JXL_RESTRICT row_linear_1 = linear->PlaneRow(1, y); in OpsinToLinear()
86 float* JXL_RESTRICT row_linear_2 = linear->PlaneRow(2, y); in OpsinToLinear()
131 float* r_row = rect.PlaneRow(rgb, 0, y); in YcbcrToRgb()
132 float* g_row = rect.PlaneRow(rgb, 1, y); in YcbcrToRgb()
133 float* b_row = rect.PlaneRow(rgb, 2, y); in YcbcrToRgb()
H A Dtest_utils.h162 rendered.color()->PlaneRow(0, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
164 rendered.color()->PlaneRow(1, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
166 rendered.color()->PlaneRow(2, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
169 const float* row0f = frame.color().PlaneRow(0, y); in CoalesceGIFAnimationWithAlpha()
170 const float* row1f = frame.color().PlaneRow(1, y); in CoalesceGIFAnimationWithAlpha()
171 const float* row2f = frame.color().PlaneRow(2, y); in CoalesceGIFAnimationWithAlpha()
H A Denc_fast_heuristics.cc87 const float* row_m = hf.PlaneRow(1, y); in Heuristics()
88 const float* row_s = hf.PlaneRow(c, y); in Heuristics()
111 float* JXL_RESTRICT row_out = pooled.PlaneRow(c, y); in Heuristics()
112 float* JXL_RESTRICT row_out_avg = summed.PlaneRow(c, y); in Heuristics()
115 row_in[iy] = hf.PlaneRow(c, 4 * y + pad + iy); in Heuristics()
147 float* row = summed.PlaneRow(c, y); in Heuristics()
161 float* row = pooled.PlaneRow(c, y); in Heuristics()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dcompressed_dc.cc148 memcpy(smoothed.PlaneRow(c, y), dc->PlaneRow(c, y), in AdaptiveDCSmoothing()
169 smoothed.PlaneRow(0, y), in AdaptiveDCSmoothing()
170 smoothed.PlaneRow(1, y), in AdaptiveDCSmoothing()
171 smoothed.PlaneRow(2, y), in AdaptiveDCSmoothing()
215 float* dec_row_x = r.PlaneRow(dc, 0, y); in DequantDC()
216 float* dec_row_y = r.PlaneRow(dc, 1, y); in DequantDC()
217 float* dec_row_b = r.PlaneRow(dc, 2, y); in DequantDC()
243 float* row = rect.PlaneRow(dc, c, y); in DequantDC()
H A Dimage.cc185 float* row_out = out.PlaneRow(c, y); in PadImageMirror()
186 const float* row_in = in.PlaneRow( in PadImageMirror()
201 out.PlaneRow(c, y + yborder)[x] = in PadImageMirror()
203 out.PlaneRow(c, y + yborder)[x + xsize + xborder] = in PadImageMirror()
209 memcpy(out.PlaneRow(c, y), out.ConstPlaneRow(c, 2 * yborder - 1 - y), in PadImageMirror()
211 memcpy(out.PlaneRow(c, y + ysize + yborder), in PadImageMirror()
242 float* JXL_RESTRICT row = in->PlaneRow(c, y); in PadImageToBlockMultipleInPlace()
249 memcpy(in->PlaneRow(c, y), row_src, xsize * sizeof(float)); in PadImageToBlockMultipleInPlace()
H A Dtest_utils.h171 rendered.color()->PlaneRow(0, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
173 rendered.color()->PlaneRow(1, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
175 rendered.color()->PlaneRow(2, frame.origin.y0 + y) + frame.origin.x0; in CoalesceGIFAnimationWithAlpha()
178 const float* row0f = frame.color().PlaneRow(0, y); in CoalesceGIFAnimationWithAlpha()
179 const float* row1f = frame.color().PlaneRow(1, y); in CoalesceGIFAnimationWithAlpha()
180 const float* row2f = frame.color().PlaneRow(2, y); in CoalesceGIFAnimationWithAlpha()
H A Denc_fast_heuristics.cc87 const float* row_m = hf.PlaneRow(1, y); in Heuristics()
88 const float* row_s = hf.PlaneRow(c, y); in Heuristics()
111 float* JXL_RESTRICT row_out = pooled.PlaneRow(c, y); in Heuristics()
112 float* JXL_RESTRICT row_out_avg = summed.PlaneRow(c, y); in Heuristics()
115 row_in[iy] = hf.PlaneRow(c, 4 * y + pad + iy); in Heuristics()
147 float* row = summed.PlaneRow(c, y); in Heuristics()
161 float* row = pooled.PlaneRow(c, y); in Heuristics()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/extras/
H A Dhlg.cc31 float* const JXL_RESTRICT rows[3] = {ib->color()->PlaneRow(0, y), in HlgOOTF()
32 ib->color()->PlaneRow(1, y), in HlgOOTF()
33 ib->color()->PlaneRow(2, y)}; in HlgOOTF()
H A Dtone_mapping.cc75 float* const JXL_RESTRICT row_r = ib->color()->PlaneRow(0, y); in ToneMapFrame()
76 float* const JXL_RESTRICT row_g = ib->color()->PlaneRow(1, y); in ToneMapFrame()
77 float* const JXL_RESTRICT row_b = ib->color()->PlaneRow(2, y); in ToneMapFrame()
137 float* const JXL_RESTRICT row_r = ib->color()->PlaneRow(0, y); in GamutMapFrame()
138 float* const JXL_RESTRICT row_g = ib->color()->PlaneRow(1, y); in GamutMapFrame()
139 float* const JXL_RESTRICT row_b = ib->color()->PlaneRow(2, y); in GamutMapFrame()
/dports/graphics/libjxl/libjxl-0.6.1/tools/hdr/
H A Dpq_to_hlg.cc32 float* const JXL_RESTRICT rows[3] = {ib->color()->PlaneRow(0, y), in HlgInverseOOTF()
33 ib->color()->PlaneRow(1, y), in HlgInverseOOTF()
34 ib->color()->PlaneRow(2, y)}; in HlgInverseOOTF()
H A Drender_hlg.cc37 float* const JXL_RESTRICT rows[3] = {ib->color()->PlaneRow(0, y), in HlgOOTF()
38 ib->color()->PlaneRow(1, y), in HlgOOTF()
39 ib->color()->PlaneRow(2, y)}; in HlgOOTF()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/butteraugli/
H A Dbutteraugli.cc487 float* BUTTERAUGLI_RESTRICT row_x = ps.lf.PlaneRow(0, y); in SeparateFrequencies()
488 float* BUTTERAUGLI_RESTRICT row_y = ps.lf.PlaneRow(1, y); in SeparateFrequencies()
489 float* BUTTERAUGLI_RESTRICT row_b = ps.lf.PlaneRow(2, y); in SeparateFrequencies()
1228 diff_dc[i] = block_diff_dc.PlaneRow(i, y)[x]; in CombineChannelsToDiffmap()
1229 diff_ac[i] = block_diff_ac.PlaneRow(i, y)[x]; in CombineChannelsToDiffmap()
1538 retval.PlaneRow(c, y)[x] = 0; in SubSample2x()
1545 retval.PlaneRow(c, y / 2)[x / 2] += 0.25f * in.PlaneRow(c, y)[x]; in SubSample2x()
1551 retval.PlaneRow(c, y)[last_column] *= 2.0f; in SubSample2x()
1557 retval.PlaneRow(c, last_row)[x] *= 2.0f; in SubSample2x()
1803 scaled0.PlaneRow(i, y)[x] = rgb0.PlaneRow(i, y2)[x2]; in ButteraugliDiffmap()
[all …]

123456789