Home
last modified time | relevance | path

Searched refs:offset_y (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c96 int offset_y, k; in dequant_comp() local
108 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in dequant_comp()
109 block = buffer[offset_y]; in dequant_comp()
126 int offset_y, k; in requant_comp() local
139 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in requant_comp()
140 block = buffer[offset_y]; in requant_comp()
241 int ci, offset_y; in do_drop() local
259 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_drop()
260 jcopy_block_row(src_buffer[offset_y], in do_drop()
261 dst_buffer[offset_y] + x_drop_blocks, comp_width); in do_drop()
[all …]
/third_party/libjpeg-turbo/
Dtransupp.c99 int ci, offset_y; in do_crop() local
119 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_crop()
120 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_crop()
121 dst_buffer[offset_y], in do_crop()
137 int ci, k, offset_y; in do_flip_h_no_crop() local
160 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_flip_h_no_crop()
163 ptr1 = buffer[offset_y][blk_x]; in do_flip_h_no_crop()
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop()
184 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks, in do_flip_h_no_crop()
185 buffer[offset_y] + blk_x, (JDIMENSION)1); in do_flip_h_no_crop()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c99 int ci, offset_y; in do_crop() local
119 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_crop()
120 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_crop()
121 dst_buffer[offset_y], in do_crop()
137 int ci, k, offset_y; in do_flip_h_no_crop() local
160 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_flip_h_no_crop()
163 ptr1 = buffer[offset_y][blk_x]; in do_flip_h_no_crop()
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop()
184 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks, in do_flip_h_no_crop()
185 buffer[offset_y] + blk_x, (JDIMENSION)1); in do_flip_h_no_crop()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_waveform.c36 int offset_y; member
678 int offset_y, int offset_x, in lowpass16() argument
699 …uint16_t *dst_data = (uint16_t *)out->data[dplane] + (offset_y + sliceh_start * step) * dst_linesi… in lowpass16()
746 src = (const uint16_t *)(out->data[0]) + offset_y * dst_linesize + offset_x; in lowpass16()
747 dst0 = (uint16_t *)(out->data[1]) + offset_y * dst_linesize + offset_x; in lowpass16()
748 dst1 = (uint16_t *)(out->data[2]) + offset_y * dst_linesize + offset_x; in lowpass16()
770 …src = (const uint16_t *)out->data[0] + (offset_y + sliceh_start * step) * dst_linesize + offset_x; in lowpass16()
771 … dst0 = (uint16_t *)(out->data[1]) + (offset_y + sliceh_start * step) * dst_linesize + offset_x; in lowpass16()
772 … dst1 = (uint16_t *)(out->data[2]) + (offset_y + sliceh_start * step) * dst_linesize + offset_x; in lowpass16()
798 int offset_y = td->offset_y; \
[all …]
/third_party/weston/clients/
Dscreenshot.c52 int width, height, offset_x, offset_y; member
91 output->offset_y = y; in display_handle_geometry()
219 d = data + (output->offset_y - buff_size->min_y) * buffer_stride + in screenshot_write_png()
262 buff_size->min_y = MIN(buff_size->min_y, output->offset_y); in screenshot_set_buffer_size()
266 MAX(buff_size->max_y, output->offset_y + output->height); in screenshot_set_buffer_size()
Dgears.c260 int offset_x, offset_y; in motion_handler() local
265 offset_y = y - gears->last_y; in motion_handler()
269 gears->view.rotx += offset_y * step; in motion_handler()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufoverlay.c302 overlay->offset_y = 0; in gst_gdk_pixbuf_overlay_init()
359 overlay->offset_y = g_value_get_int (value); in gst_gdk_pixbuf_overlay_set_property()
421 g_value_set_int (value, overlay->offset_y); in gst_gdk_pixbuf_overlay_get_property()
638 y = overlay->offset_y + (overlay->relative_y * height) + in gst_gdk_pixbuf_overlay_update_composition()
645 y = overlay->offset_y < 0 ? in gst_gdk_pixbuf_overlay_update_composition()
646 video_height + overlay->offset_y - height + in gst_gdk_pixbuf_overlay_update_composition()
648 overlay->offset_y + (overlay->relative_y * video_height); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->offset_x, overlay->offset_y, in gst_gdk_pixbuf_overlay_update_composition()
Dgstgdkpixbufoverlay.h56 gint offset_y; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgen_overlay_fonts.py208 offset_y = glyph_height - (top - glyph_descender)
218 base_y += offset_y
221 assert (offset_y + rows <= glyph_height)
Dgen_overlay_widgets.py248 offset_y, offset_y_is_top = get_offset_y(widget)
285 offset_y=offset_y,
/third_party/boost/boost/geometry/io/svg/
Dsvg_mapper.hpp408 double offset_x = 0.0, double offset_y = 0.0, in text() argument
417 << " y=\"" << get<1>(map_point) + offset_y << "\"" in text()
432 ++it, offset_y += lineheight) in text()
437 << " y=\"" << get<1>(map_point) + offset_y in text()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/
Dstrassen.cl100 int offset_x = shape.x * shape.y, offset_y = shape.z * shape.w;
101 if (gidx >= offset_x || gidy >= offset_y) {
116 WRITE_IMAGE(output, (int2)(gidy + offset_y, gidx), result2);
118 WRITE_IMAGE(output, (int2)(gidy + offset_y, gidx + offset_x), result4);
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c662 gint offset_x, offset_y; in theora_handle_image() local
675 offset_y = dec->info.pic_y; in theora_handle_image()
683 if (offset_y & 1 && dec->info.pixel_fmt == TH_PF_420) in theora_handle_image()
684 offset_y--; in theora_handle_image()
688 offset_y = 0; in theora_handle_image()
743 src += ((height == pic_height) ? offset_y : offset_y / 2) in theora_handle_image()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Drfbdecoder.c63 decoder->offset_y = 0; in rfb_decoder_new()
711 if (decoder->offset_y > 0) { in rfb_decoder_state_wait_for_server_initialisation()
712 if (decoder->offset_y > decoder->height) { in rfb_decoder_state_wait_for_server_initialisation()
715 decoder->offset_y = 0; in rfb_decoder_state_wait_for_server_initialisation()
717 decoder->height -= decoder->offset_y; in rfb_decoder_state_wait_for_server_initialisation()
805 y = RFB_GET_UINT16 (decoder->data + 2) - decoder->offset_y; in rfb_decoder_state_framebuffer_update_rectangle()
898 src_y = RFB_GET_UINT16 (decoder->data + 2) - decoder->offset_y; in rfb_decoder_copyrect_encoding()
Dgstrfbsrc.c268 src->decoder->offset_y = g_value_get_int (value); in gst_rfb_src_set_property()
316 g_value_set_int (value, src->decoder->offset_y); in gst_rfb_src_get_property()
513 decoder->offset_x, decoder->offset_y, decoder->rect_width, in gst_rfb_src_fill()
597 y += src->decoder->offset_y; in gst_rfb_src_event()
Drfbdecoder.h87 guint offset_y; member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgloverlay.h46 gint offset_y; member
Dgstgloverlay.c280 overlay->offset_y = 0; in gst_gl_overlay_init()
308 overlay->offset_y = g_value_get_int (value); in gst_gl_overlay_set_property()
350 g_value_set_int (value, overlay->offset_y); in gst_gl_overlay_get_property()
516 y = ((gfloat) overlay->offset_y / (gfloat) overlay->window_height + in gst_gl_overlay_callback()
/third_party/boost/libs/geometry/doc/generated/
Dsvg_mapper.qbk93 double offset_x = 0.0, double offset_y = 0.0, double lineheight = 10.0)``
103 [* double]: ['offset_y]: Offset in SVG pixels, defaults to 0
/third_party/ffmpeg/libavdevice/
Dgdigrab.c54 int offset_y; /**< Capture y offset (private option) */ member
308 clip_rect.top = gdigrab->offset_y; in gdigrab_read_header()
310 clip_rect.bottom = gdigrab->height + gdigrab->offset_y; in gdigrab_read_header()
641 …{ "offset_y", "capture area y offset", OFFSET(offset_y), AV_OPT_TYPE_INT, {.i64 = 0}, INT_MIN, INT…
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c2581 struct qreg offset_y = in ntq_get_sample_offset() local
2586 *sy = offset_y; in ntq_get_sample_offset()
2636 struct qreg offset_x, offset_y; in ntq_get_barycentric_centroid() local
2637 ntq_get_sample_offset(c, sample_idx, &offset_x, &offset_y); in ntq_get_barycentric_centroid()
2654 offset_y = vir_SEL(c, V3D_QPU_COND_IFNA, zero, offset_y); in ntq_get_barycentric_centroid()
2657 *out_y = offset_y; in ntq_get_barycentric_centroid()
2665 struct qreg offset_y, in ntq_emit_load_interpolated_input() argument
2681 offset_y); in ntq_emit_load_interpolated_input()
3207 struct qreg offset_x, offset_y; in ntq_emit_intrinsic() local
3209 ntq_get_sample_offset(c, sample_idx, &offset_x, &offset_y); in ntq_emit_intrinsic()
[all …]
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dintersection_pies.cpp19 int count, int offset, int offset_y, double factor1, int total_segment_count = 36) in make_pie() argument
30 coordinate_type cy = 2500.0 + offset_y; in make_pie()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c740 int offset_x, offset_y, width, height, duration, blend, dispose, temp; in ProcessANMFChunk() local
754 offset_y = 2 * ReadLE24(&data); in ProcessANMFChunk()
765 offset_x, offset_y, width, height, duration, dispose, blend); in ProcessANMFChunk()
771 if (offset_x > MAX_POSITION_OFFSET || offset_y > MAX_POSITION_OFFSET) { in ProcessANMFChunk()
776 (uint64_t)offset_y + height > (uint64_t)webp_info->canvas_height_) { in ProcessANMFChunk()
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c740 int offset_x, offset_y, width, height, duration, blend, dispose, temp; in ProcessANMFChunk() local
754 offset_y = 2 * ReadLE24(&data); in ProcessANMFChunk()
765 offset_x, offset_y, width, height, duration, dispose, blend); in ProcessANMFChunk()
771 if (offset_x > MAX_POSITION_OFFSET || offset_y > MAX_POSITION_OFFSET) { in ProcessANMFChunk()
776 (uint64_t)offset_y + height > (uint64_t)webp_info->canvas_height_) { in ProcessANMFChunk()
/third_party/pixman/pixman/
Dpixman-image.c705 int offset_y) in pixman_image_set_dither_offset() argument
710 image->bits.dither_offset_y == offset_y) in pixman_image_set_dither_offset()
716 image->bits.dither_offset_y = offset_y; in pixman_image_set_dither_offset()

123