Home
last modified time | relevance | path

Searched refs:dst_delta (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Ddrawutils.c487 static void blend_line_hv16(uint8_t *dst, int dst_delta, in blend_line_hv16() argument
498 dst += dst_delta; in blend_line_hv16()
504 dst += dst_delta; in blend_line_hv16()
512 static void blend_line_hv(uint8_t *dst, int dst_delta, in blend_line_hv() argument
523 dst += dst_delta; in blend_line_hv()
529 dst += dst_delta; in blend_line_hv()
/third_party/ffmpeg/libswscale/
H A Dyuv2rgb.c159 #define ENDYUV2RGBLINE(dst_delta, ss) \
164 dst_1 += dst_delta >> ss; \
165 dst_2 += dst_delta >> ss; \
176 #define CLOSEYUV2RGBFUNC(dst_delta) \
177 ENDYUV2RGBLINE(dst_delta, 0) \

Completed in 4 milliseconds