/third_party/libjpeg-turbo/ |
D | transupp.c | 96 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/skia/third_party/externals/libjpeg-turbo/ |
D | transupp.c | 96 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/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | transupp.c | 99 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/ |
D | vf_waveform.c | 36 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/gstreamer/gstplugins_good/ext/gdk_pixbuf/ |
D | gstgdkpixbufoverlay.c | 302 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()
|
D | gstgdkpixbufoverlay.h | 56 gint offset_y; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | gen_overlay_fonts.py | 208 offset_y = glyph_height - (top - glyph_descender) 218 base_y += offset_y 221 assert (offset_y + rows <= glyph_height)
|
D | gen_overlay_widgets.py | 248 offset_y, offset_y_is_top = get_offset_y(widget) 285 offset_y=offset_y,
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoradec.c | 662 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/ |
D | rfbdecoder.c | 63 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()
|
D | gstrfbsrc.c | 268 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()
|
D | rfbdecoder.h | 87 guint offset_y; member
|
/third_party/ffmpeg/libavdevice/ |
D | gdigrab.c | 54 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/gstreamer/gstplugins_base/ext/gl/ |
D | gstgloverlay.c | 280 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()
|
D | gstgloverlay.h | 46 gint offset_y; member
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 2971 struct qreg offset_y = in ntq_get_sample_offset() local 2976 *sy = offset_y; in ntq_get_sample_offset() 3026 struct qreg offset_x, offset_y; in ntq_get_barycentric_centroid() local 3027 ntq_get_sample_offset(c, sample_idx, &offset_x, &offset_y); in ntq_get_barycentric_centroid() 3044 offset_y = vir_SEL(c, V3D_QPU_COND_IFNA, zero, offset_y); in ntq_get_barycentric_centroid() 3047 *out_y = offset_y; in ntq_get_barycentric_centroid() 3055 struct qreg offset_y, in ntq_emit_load_interpolated_input() argument 3071 offset_y); in ntq_emit_load_interpolated_input() 3740 struct qreg offset_x, offset_y; in ntq_emit_intrinsic() local 3742 ntq_get_sample_offset(c, sample_idx, &offset_x, &offset_y); in ntq_emit_intrinsic() [all …]
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | webpinfo.c | 740 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/flutter/skia/third_party/externals/libwebp/examples/ |
D | webpinfo.c | 740 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/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | dxgicapture.c | 633 int offset_y; in _draw_pointer() local 657 offset_y = clip_pointer_rect.top - pointer_rect.top; in _draw_pointer() 672 (offset_y * self->pointer_shape_info.Pitch) + in _draw_pointer() 711 (offset_y * self->pointer_shape_info.Pitch); in _draw_pointer() 716 ((offset_y + pointer_height) * self->pointer_shape_info.Pitch); in _draw_pointer()
|
/third_party/ffmpeg/libavcodec/ |
D | vp3.c | 223 uint8_t offset_y; member 2820 frame->crop_top = s->offset_y; in vp3_decode_frame() 2821 frame->crop_bottom = avctx->coded_height - avctx->height - s->offset_y; in vp3_decode_frame() 2879 uint8_t offset_x = 0, offset_y = 0; in theora_decode_header() local 2912 offset_y = get_bits(gb, 8); /* offset y, from bottom */ in theora_decode_header() 2918 visible_height + offset_y > s->height) { in theora_decode_header() 2921 visible_width, visible_height, offset_x, offset_y, in theora_decode_header() 2973 s->offset_y = s->height - visible_height - offset_y; in theora_decode_header()
|
/third_party/mesa3d/src/freedreno/ir2/ |
D | disasm-a2xx.c | 452 if (tex->offset_x || tex->offset_y || tex->offset_z) in print_fetch_tex() 453 printf(" OFFSET(%u,%u,%u)", tex->offset_x, tex->offset_y, tex->offset_z); in print_fetch_tex()
|
D | instr-a2xx.h | 346 uint32_t offset_y : 5; member
|
/third_party/skia/third_party/externals/libpng/ |
D | pngget.c | 871 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 877 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 880 *offset_y = info_ptr->y_offset; in png_get_oFFs()
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngget.c | 871 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 877 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 880 *offset_y = info_ptr->y_offset; in png_get_oFFs()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 90 int offset_y; member
|