/third_party/ffmpeg/libavcodec/ |
D | gif.c | 167 y_end = h - 1; in gif_crop_translucent() local 170 while (*y_start < y_end) { in gif_crop_translucent() 185 while (y_end > *y_start) { in gif_crop_translucent() 188 if (buf[linesize * y_end + i] != trans) { in gif_crop_translucent() 195 y_end--; 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() 245 y_end = avctx->height - 1; in gif_crop_opaque() local 248 while (*y_start < y_end) { in gif_crop_opaque() [all …]
|
D | cpia.c | 63 uint8_t *y, *u, *v, *y_end, *u_end, *v_end; in cpia_decode_frame() local 133 y_end = y + frame->linesize[0] - 1; in cpia_decode_frame() 142 if (y > y_end) { in cpia_decode_frame() 162 if (y + 1 > y_end || u > u_end || v > v_end) { in cpia_decode_frame()
|
D | hevc_filter.c | 486 int x_end, x_end2, y_end; in deblocking_filter_CTB() local 509 y_end = y0 + ctb_size; in deblocking_filter_CTB() 510 if (y_end > s->ps.sps->height) in deblocking_filter_CTB() 511 y_end = s->ps.sps->height; in deblocking_filter_CTB() 519 for (y = y0; y < y_end; y += 8) { in deblocking_filter_CTB() 586 for (y = y0; y < y_end; y += (8 * v)) { in deblocking_filter_CTB() 859 int y_end = y >= s->ps.sps->height - ctb_size; in ff_hevc_hls_filter() local 862 if (x && y_end) in ff_hevc_hls_filter() 869 if (x_end && y_end) { in ff_hevc_hls_filter() 881 int y_end = y_ctb >= s->ps.sps->height - ctb_size; in ff_hevc_hls_filters() local [all …]
|
D | vp9block.c | 1436 int x_end = FFMIN(s->cols - col, w4), y_end = FFMIN(s->rows - row, h4); in ff_vp9_decode_block() local 1440 mask_edges(lflvl->mask[0], 0, 0, row7, col7, x_end, y_end, 0, 0, b->tx, skip_inter); in ff_vp9_decode_block() 1442 mask_edges(lflvl->mask[1], s->ss_h, s->ss_v, row7, col7, x_end, y_end, in ff_vp9_decode_block()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 180 fill_checker_##name##_c (GstVideoFrame * frame, guint y_start, guint y_end) \ 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) \ 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); \ 438 comp_height = GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info, 1, y_end - y_start); \ 450 comp_height = GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info, 2, y_end - y_start); \ 464 guint y_start, guint y_end, gint colY, gint colU, gint colV) \ [all …]
|
D | blend.h | 52 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…
|
D | compositor.c | 1279 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()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless.c | 202 int y_start, int y_end, in GENERATE_PREDICTOR_ADD() 221 while (y < y_end) { in GENERATE_PREDICTOR_ADD() 293 int y_start, int y_end, in ColorSpaceInverseTransform_C() argument 305 while (y < y_end) { 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) { \ 366 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
|
D | lossless.h | 98 int y_end, int width); 102 int y_end, int width); 111 const struct VP8LTransform* const transform, int y_start, int y_end,
|
D | lossless_mips_dsp_r2.c | 25 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/dsp/ |
D | lossless.c | 197 int y_start, int y_end, in GENERATE_PREDICTOR_ADD() 216 while (y < y_end) { in GENERATE_PREDICTOR_ADD() 288 int y_start, int y_end, in ColorSpaceInverseTransform_C() argument 300 while (y < y_end) { 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) { \ 361 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
|
D | lossless.h | 83 int y_end, int width); 87 int y_end, int width); 96 const struct VP8LTransform* const transform, int y_start, int y_end,
|
D | lossless_mips_dsp_r2.c | 25 TYPE* dst, int y_start, int y_end, \ 28 for (y = y_start; y < y_end; ++y) { \
|
/third_party/ffmpeg/libavfilter/ |
D | vf_paletteuse.c | 815 y_end = cur_src->height - 1; in set_processing_window() local 827 while (y_start < y_end && !memcmp(prv_srcp + y_start*prv_src_linesize, in set_processing_window() 835 while (y_end > y_start && !memcmp(prv_srcp + y_end*prv_src_linesize, in set_processing_window() 836 cur_srcp + y_end*cur_src_linesize, in set_processing_window() 838 memcpy(cur_dstp + y_end*cur_dst_linesize, in set_processing_window() 839 prv_dstp + y_end*prv_dst_linesize, in set_processing_window() 841 y_end--; in set_processing_window() 844 height = y_end + 1 - y_start; in set_processing_window() 849 for (y = y_start; y <= y_end; y++) { in set_processing_window() 861 for (y = y_start; y <= y_end; y++) { in set_processing_window() [all …]
|
D | vf_fieldmatch.c | 333 #define VERTICAL_HALF(y_start, y_end) do { \ in calc_combed_score() argument 334 for (y = y_start; y < y_end; y++) { \ in calc_combed_score()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | frame_dec.c | 434 int y_end = MACROBLOCK_VPOS(mb_y + 1); in FinishRow() local 447 y_end -= extra_y_rows; in FinishRow() 449 if (y_end > io->crop_bottom) { in FinishRow() 450 y_end = io->crop_bottom; // make sure we don't overflow on last row. 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() 472 if (y_start < y_end) { in FinishRow() 481 io->mb_h = y_end - y_start; in FinishRow()
|
D | io_dec.c | 68 const int y_end = io->mb_y + io->mb_h; in EmitFancyRGB() local 82 for (; y + 2 < y_end; y += 2) { in EmitFancyRGB() 95 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB() 105 if (!(y_end & 1)) { in EmitFancyRGB() 477 const int y_end = p->last_y + lines_left; in EmitRescaledAlphaRGB() local 482 lines_left -= p->emit_alpha_row(p, y_end - lines_left, lines_left); in EmitRescaledAlphaRGB()
|
D | vp8l_dec.c | 718 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument 720 assert(y_start < y_end); in SetCropWindow() 722 if (y_end > io->crop_bottom) { in SetCropWindow() 723 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow() 730 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow() 736 io->mb_h = y_end - y_start; in SetCropWindow()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | frame_dec.c | 434 int y_end = MACROBLOCK_VPOS(mb_y + 1); in FinishRow() local 447 y_end -= extra_y_rows; in FinishRow() 449 if (y_end > io->crop_bottom) { in FinishRow() 450 y_end = io->crop_bottom; // make sure we don't overflow on last row. 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() 472 if (y_start < y_end) { in FinishRow() 481 io->mb_h = y_end - y_start; in FinishRow()
|
D | io_dec.c | 73 const int y_end = io->mb_y + io->mb_h; in EmitFancyRGB() local 87 for (; y + 2 < y_end; y += 2) { in EmitFancyRGB() 100 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB() 110 if (!(y_end & 1)) { in EmitFancyRGB() 471 const int y_end = p->last_y + lines_left; in EmitRescaledAlphaRGB() local 476 lines_left -= p->emit_alpha_row(p, y_end - lines_left, lines_left); in EmitRescaledAlphaRGB()
|
D | vp8l_dec.c | 714 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument 716 assert(y_start < y_end); in SetCropWindow() 718 if (y_end > io->crop_bottom) { in SetCropWindow() 719 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow() 726 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow() 732 io->mb_h = y_end - y_start; in SetCropWindow()
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | paragraph_txt.h | 338 double y_end; member 341 : x_start(x_s), y_start(y_s), x_end(x_e), y_end(y_e) {} in WaveCoordinates()
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.c | 1015 gint32 y, y_count G_GNUC_UNUSED, y_end, y_max, y_max_16; in rfb_decoder_hextile_encoding() local 1022 y_end = rect_h % 16; in rfb_decoder_hextile_encoding() 1023 y_count = rect_h / 16 + (y_end > 0 ? 1 : 0); in rfb_decoder_hextile_encoding() 1039 (x <= x_max_16 ? 16 : x_end), (y <= y_max_16 ? 16 : y_end)); in rfb_decoder_hextile_encoding() 1050 (x <= x_max_16 ? 16 : x_end), (y <= y_max_16 ? 16 : y_end), in rfb_decoder_hextile_encoding()
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/ |
D | dataset.py | 62 y_end = np.minimum(bboxes1[i, 3], bboxes2[:, 3]) 64 y_end - y_start + 1, 0)
|
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 720 const int y_end = (rect->y_offset_ + rect->height_) & ~(block_size - 1); in FlattenSimilarBlocks() local 727 for (j = y_start; j < y_end; j += block_size) { in FlattenSimilarBlocks()
|