Home
last modified time | relevance | path

Searched refs:y_start (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c180 fill_checker_##name##_c (GstVideoFrame * frame, guint y_start, guint y_end) \
192 dest += y_start * stride; \
194 for (i = y_start; i < y_end; i++) { \
204 for (i = y_start; i < y_end; i++) { \
228 fill_color_##name (GstVideoFrame * frame, guint y_start, guint y_end, gint Y, gint U, gint V) \
238 dest += y_start * stride; \
250 compositor_orc_splat_u32 ((guint32 *) dest, val, (y_end - y_start) * (stride / 4)); \
412 fill_checker_##format_name (GstVideoFrame * frame, guint y_start, guint y_end) \
424 comp_height = GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info, 0, y_end - y_start); \
426 comp_yoffset = (y_start == 0) ? 0 : GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT (info, 0, y_start); \
[all …]
Dblend.h52 typedef void (*FillCheckerFunction) (GstVideoFrame * frame, guint y_start, guint y_end);
53 typedef void (*FillColorFunction) (GstVideoFrame * frame, guint y_start, guint y_end, gint c1, gint…
Dcompositor.c1279 guint y_start, guint y_end, BlendFunction * composite) in _draw_background() argument
1285 comp->fill_checker (outframe, y_start, y_end); in _draw_background()
1288 comp->fill_color (outframe, y_start, y_end, 16, 128, 128); in _draw_background()
1291 comp->fill_color (outframe, y_start, y_end, 240, 128, 128); in _draw_background()
1313 (y_end - y_start)); in _draw_background()
1315 yoffset = GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT (info, comp[0], y_start); in _draw_background()
/third_party/ffmpeg/libavcodec/
Dgif.c157 int *x_start, int *y_start) in gif_crop_translucent() argument
170 while (*y_start < y_end) { in gif_crop_translucent()
173 if (buf[linesize * *y_start + i] != trans) { in gif_crop_translucent()
181 (*y_start)++; in gif_crop_translucent()
185 while (y_end > *y_start) { in gif_crop_translucent()
201 for (int i = *y_start; i < y_end; i++) { in gif_crop_translucent()
215 for (int i = *y_start; i < y_end; i++) { in gif_crop_translucent()
226 *height = y_end + 1 - *y_start; in gif_crop_translucent()
229 *width, *height, *x_start, *y_start, avctx->width, avctx->height); in gif_crop_translucent()
236 int *width, int *height, int *x_start, int *y_start) in gif_crop_opaque() argument
[all …]
Dgifdec.c115 const int y_start = t * linesize; in gif_copy_img_rect() local
117 *src_py = src + y_start, in gif_copy_img_rect()
118 *dst_py = dst + y_start; in gif_copy_img_rect()
/third_party/ffmpeg/libavfilter/
Dvf_paletteuse.c81 int x_start, int y_start, int width, int height);
390 int x_start, int y_start, int w, int h, in set_frame() argument
397 uint32_t *src = ((uint32_t *)in ->data[0]) + y_start*src_linesize; in set_frame()
398 uint8_t *dst = out->data[0] + y_start*dst_linesize; in set_frame()
401 h += y_start; in set_frame()
403 for (y = y_start; y < h; y++) { in set_frame()
808 int x_start = 0, y_start = 0; in set_processing_window() local
827 while (y_start < y_end && !memcmp(prv_srcp + y_start*prv_src_linesize, in set_processing_window()
828 cur_srcp + y_start*cur_src_linesize, in set_processing_window()
830 memcpy(cur_dstp + y_start*cur_dst_linesize, in set_processing_window()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless.c197 int y_start, int y_end, in GENERATE_PREDICTOR_ADD()
200 if (y_start == 0) { // First Row follows the L (mode=1) mode. in GENERATE_PREDICTOR_ADD()
205 ++y_start; in GENERATE_PREDICTOR_ADD()
209 int y = y_start; in GENERATE_PREDICTOR_ADD()
288 int y_start, int y_end, in ColorSpaceInverseTransform_C() argument
296 int y = y_start; in ColorSpaceInverseTransform_C()
327 TYPE* dst, int y_start, int y_end, int width) { \
329 for (y = y_start; y < y_end; ++y) { \
337 int y_start, int y_end, const TYPE* src, \
347 for (y = y_start; y < y_end; ++y) { \
[all …]
Dlossless.h82 uint32_t* dst, int y_start,
86 uint8_t* dst, int y_start,
96 const struct VP8LTransform* const transform, int y_start, int y_end,
Dlossless_mips_dsp_r2.c25 TYPE* dst, int y_start, int y_end, \
28 for (y = y_start; y < y_end; ++y) { \
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless.c202 int y_start, int y_end, in GENERATE_PREDICTOR_ADD()
205 if (y_start == 0) { // First Row follows the L (mode=1) mode. in GENERATE_PREDICTOR_ADD()
210 ++y_start; in GENERATE_PREDICTOR_ADD()
214 int y = y_start; in GENERATE_PREDICTOR_ADD()
293 int y_start, int y_end, in ColorSpaceInverseTransform_C() argument
301 int y = y_start; in ColorSpaceInverseTransform_C()
332 TYPE* dst, int y_start, int y_end, int width) { \
334 for (y = y_start; y < y_end; ++y) { \
342 int y_start, int y_end, const TYPE* src, \
352 for (y = y_start; y < y_end; ++y) { \
[all …]
Dlossless.h97 uint32_t* dst, int y_start,
101 uint8_t* dst, int y_start,
111 const struct VP8LTransform* const transform, int y_start, int y_end,
Dlossless_mips_dsp_r2.c25 TYPE* dst, int y_start, int y_end, \
28 for (y = y_start; y < y_end; ++y) { \
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c433 int y_start = MACROBLOCK_VPOS(mb_y); in FinishRow() local
436 y_start -= extra_y_rows; in FinishRow()
454 if (dec->alpha_data_ != NULL && y_start < y_end) { in FinishRow()
455 io->a = VP8DecompressAlphaRows(dec, io, y_start, y_end - y_start); in FinishRow()
461 if (y_start < io->crop_top) { in FinishRow()
462 const int delta_y = io->crop_top - y_start; in FinishRow()
463 y_start = io->crop_top; in FinishRow()
472 if (y_start < y_end) { in FinishRow()
479 io->mb_y = y_start - io->crop_top; in FinishRow()
481 io->mb_h = y_end - y_start; in FinishRow()
Dvp8l_dec.c714 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument
716 assert(y_start < y_end); in SetCropWindow()
721 if (y_start < io->crop_top) { in SetCropWindow()
722 const int delta = io->crop_top - y_start; in SetCropWindow()
723 y_start = io->crop_top; in SetCropWindow()
726 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow()
730 io->mb_y = y_start - io->crop_top; in SetCropWindow()
732 io->mb_h = y_end - y_start; in SetCropWindow()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c433 int y_start = MACROBLOCK_VPOS(mb_y); in FinishRow() local
436 y_start -= extra_y_rows; in FinishRow()
454 if (dec->alpha_data_ != NULL && y_start < y_end) { in FinishRow()
455 io->a = VP8DecompressAlphaRows(dec, io, y_start, y_end - y_start); in FinishRow()
461 if (y_start < io->crop_top) { in FinishRow()
462 const int delta_y = io->crop_top - y_start; in FinishRow()
463 y_start = io->crop_top; in FinishRow()
472 if (y_start < y_end) { in FinishRow()
479 io->mb_y = y_start - io->crop_top; in FinishRow()
481 io->mb_h = y_end - y_start; in FinishRow()
Dvp8l_dec.c718 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument
720 assert(y_start < y_end); in SetCropWindow()
725 if (y_start < io->crop_top) { in SetCropWindow()
726 const int delta = io->crop_top - y_start; in SetCropWindow()
727 y_start = io->crop_top; in SetCropWindow()
730 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow()
734 io->mb_y = y_start - io->crop_top; in SetCropWindow()
736 io->mb_h = y_end - y_start; in SetCropWindow()
/third_party/flutter/txt/src/txt/
Dparagraph_txt.h328 double y_start; member
333 : x_start(x_s), y_start(y_s), x_end(x_e), y_end(y_e) {} in WaveCoordinates()
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.h336 double y_start; member
341 : x_start(x_s), y_start(y_s), x_end(x_e), y_end(y_e) {} in WaveCoordinates()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp1734 int y_start = 0; in verify() local
1743 y_start = 1 /* px */; in verify()
1749 y_start = 1 /* px */; in verify()
1755 y_start = 5 /* px */; in verify()
1761 y_start = 5 /* px */; in verify()
1776 y = y_start + instance_id * 7 /* pixel block size */; in verify()
1784 y = y_start + instance_id * 7 /* pixel block size */; in verify()
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DLatn_Kana.txt76 $y_start = [ヤユヨやゆよ] ;
275 y } y ↔ ッ } $y_start;
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatn_Kana.txt77 $y_start = [ヤユヨやゆよ] ;
276 y } y ↔ ッ } $y_start;
/third_party/icu/icu4c/source/data/translit/
DLatn_Kana.txt77 $y_start = [ヤユヨやゆよ] ;
276 y } y ↔ ッ } $y_start;
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c181 int y_start = 0; in swrastPutImage() local
186 gc, w, this_lines, x, y_start, 0, dri2_surf->depth, in swrastPutImage()
187 … this_lines * stride_b, ((const uint8_t *)data + y_start * stride_b)); in swrastPutImage()
189 y_start += this_lines; in swrastPutImage()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c1318 int y_start = 0; in x11_present_to_x11_sw() local
1327 0,y_start,0,24, in x11_present_to_x11_sw()
1329 (const uint8_t *)myptr + (y_start * stride_b)); in x11_present_to_x11_sw()
1331 y_start += this_lines; in x11_present_to_x11_sw()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp474 const fs_reg y_start = brw_vec1_grf(coef_payload.nr, 6); in emit_interpolation_setup_gfx6() local
483 abld.ADD(float_pixel_y, this->pixel_y, negate(y_start)); in emit_interpolation_setup_gfx6()

12