Home
last modified time | relevance | path

Searched refs:comp_width (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c350 gint comp_width, comp_height; \
354 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
359 for (j = 0; j < comp_width; j++) { \
362 p += rowstride - comp_width; \
366 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
371 MEMSET (p, 0x80, comp_width); \
376 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
381 MEMSET (p, 0x80, comp_width); \
392 gint comp_width, comp_height; \
397 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c239 JDIMENSION comp_width, comp_height; in do_drop() local
247 comp_width = drop_width * compptr->h_samp_factor; in do_drop()
261 dst_buffer[offset_y] + x_drop_blocks, comp_width); in do_drop()
266 comp_width * sizeof(JBLOCK)); in do_drop()
322 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height; in do_crop_ext_zero() local
335 comp_width = MCU_cols * compptr->h_samp_factor; in do_crop_ext_zero()
369 dst_buffer[offset_y] + x_crop_blocks, comp_width); in do_crop_ext_zero()
370 if (compptr->width_in_blocks > x_crop_blocks + comp_width) { in do_crop_ext_zero()
371 MEMZERO(dst_buffer[offset_y] + x_crop_blocks + comp_width, in do_crop_ext_zero()
372 (compptr->width_in_blocks - x_crop_blocks - comp_width) * in do_crop_ext_zero()
[all …]
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c417 gint comp_width, comp_height; \
423 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
430 for (j = 0; j < comp_width; j++) { \
433 p += rowstride - comp_width; \
437 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
444 MEMSET (p, 0x80, comp_width); \
449 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
456 MEMSET (p, 0x80, comp_width); \
467 gint comp_width, comp_height; \
474 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c136 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; in do_flip_h_no_crop() local
153 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h_no_crop()
162 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) { in do_flip_h_no_crop()
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop()
201 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_flip_h() local
218 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h()
235 if (x_crop_blocks + dst_blk_x < comp_width) { in do_flip_h()
238 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_flip_h()
396 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local
412 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_90()
[all …]
/third_party/libjpeg-turbo/
Dtransupp.c136 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; in do_flip_h_no_crop() local
153 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h_no_crop()
162 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) { in do_flip_h_no_crop()
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop()
201 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_flip_h() local
218 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h()
235 if (x_crop_blocks + dst_blk_x < comp_width) { in do_flip_h()
238 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_flip_h()
396 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local
412 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_90()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dassrender.c133 gint comp_stride, comp_width, comp_height; in sink_handoff_cb_I420() local
146 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (&frame, c); in sink_handoff_cb_I420()
150 for (j = 0; j < comp_width; j++) { in sink_handoff_cb_I420()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgloverlaycompositor.c243 guint comp_width, comp_height; in gst_gl_composition_overlay_add_transformation() local
257 &comp_x, &comp_y, &comp_width, &comp_height); in gst_gl_composition_overlay_add_transformation()
266 rel_w = (float) comp_width / (float) width; in gst_gl_composition_overlay_add_transformation()
304 comp_x, comp_y, comp_width, comp_height, meta->width, meta->height); in gst_gl_composition_overlay_add_transformation()