Home
last modified time | relevance | path

Searched refs:dst_top (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_nlmeans.c113 const uint32_t *dst_top = dst - dst_linesize_32; in compute_safe_ssd_integral_image_c() local
125 dst[x ] = dst_top[x ] - dst_top[x - 1] + d0*d0; in compute_safe_ssd_integral_image_c()
126 dst[x + 1] = dst_top[x + 1] - dst_top[x ] + d1*d1; in compute_safe_ssd_integral_image_c()
127 dst[x + 2] = dst_top[x + 2] - dst_top[x + 1] + d2*d2; in compute_safe_ssd_integral_image_c()
128 dst[x + 3] = dst_top[x + 3] - dst_top[x + 2] + d3*d3; in compute_safe_ssd_integral_image_c()
138 dst_top += dst_linesize_32; in compute_safe_ssd_integral_image_c()
/third_party/flutter/engine/flutter/lib/ui/painting/
Dcanvas.cc306 double dst_top, in drawImageRect() argument
319 SkRect dst = SkRect::MakeLTRB(dst_left, dst_top, dst_right, dst_bottom); in drawImageRect()
330 double dst_top, in drawImageNine() argument
345 SkRect dst = SkRect::MakeLTRB(dst_left, dst_top, dst_right, dst_bottom); in drawImageNine()
Dcanvas.h119 double dst_top,
130 double dst_top,