Home
last modified time | relevance | path

Searched refs:fillPlane32 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
Dswscale_internal.h941 static inline void fillPlane32(uint8_t *plane, int stride, int width, int height, int y, in fillPlane32() function
Dswscale.c506 fillPlane32(dst[3], dstStride[3], length, height, lastDstY, in swscale()