Searched refs:deinterleaveBytes (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | rgb2rgb.h | 138 extern void (*deinterleaveBytes)(const uint8_t *src, uint8_t *dst1, uint8_t *dst2,
|
D | rgb2rgb.c | 91 void (*deinterleaveBytes)(const uint8_t *src, uint8_t *dst1, uint8_t *dst2, variable
|
D | swscale_unscaled.c | 174 deinterleaveBytes(src[1], dst1, dst2, c->chrSrcW, (srcSliceH + 1) / 2, in nv12ToPlanarWrapper() 177 deinterleaveBytes(src[1], dst2, dst1, c->chrSrcW, (srcSliceH + 1) / 2, in nv12ToPlanarWrapper() 215 deinterleaveBytes(src[1], dst1, dst2, c->chrSrcW, srcSliceH, in nv24ToPlanarWrapper() 218 deinterleaveBytes(src[1], dst2, dst1, c->chrSrcW, srcSliceH, in nv24ToPlanarWrapper()
|
D | rgb2rgb_template.c | 984 deinterleaveBytes = deinterleaveBytes_c; in rgb2rgb_init_c()
|
/third_party/ffmpeg/libswscale/x86/ |
D | rgb2rgb_template.c | 1827 static void RENAME(deinterleaveBytes)(const uint8_t *src, uint8_t *dst1, uint8_t *dst2, in RENAME() argument 2449 deinterleaveBytes = RENAME(deinterleaveBytes); in RENAME()
|