Lines Matching refs:RENAME
68 static inline void RENAME(rgb24tobgr32)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
146 static inline void RENAME(rgb32tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
189 static inline void RENAME(rgb15to16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
232 static inline void RENAME(rgb16to15)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
280 static inline void RENAME(rgb32to16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
330 static inline void RENAME(rgb32tobgr16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
385 static inline void RENAME(rgb32to15)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
435 static inline void RENAME(rgb32tobgr15)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
490 static inline void RENAME(rgb24tobgr16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
547 static inline void RENAME(rgb24to16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
604 static inline void RENAME(rgb24tobgr15)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
661 static inline void RENAME(rgb24to15)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
718 static inline void RENAME(rgb15tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
824 static inline void RENAME(rgb16tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
950 static inline void RENAME(rgb15to32)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
993 static inline void RENAME(rgb16to32)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
1037 static inline void RENAME(rgb24tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
1105 static inline void RENAME(yuvPlanartoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t … in RENAME() function
1162 static inline void RENAME(yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc… in RENAME() function
1167 …RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2… in RENAME()
1170 static inline void RENAME(yuvPlanartouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t … in RENAME() function
1227 static inline void RENAME(yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc… in RENAME() function
1232 …RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2… in RENAME()
1238 static inline void RENAME(yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *v… in RENAME() function
1242 …RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1… in RENAME()
1248 static inline void RENAME(yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *v… in RENAME() function
1252 …RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1… in RENAME()
1259 static inline void RENAME(yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vd… in RENAME() function
1359 static inline void RENAME(planar2x)(const uint8_t *src, uint8_t *dst, int srcWidth, int srcHeight, … in RENAME() function
1465 static inline void RENAME(uyvytoyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vd… in RENAME() function
1572 static inline void RENAME(rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *v… in RENAME() function
1826 static void RENAME(interleaveBytes)(const uint8_t *src1, const uint8_t *src2, uint8_t *dest, in RENAME() function
1903 void RENAME(ff_nv12ToUV)(uint8_t *dstU, uint8_t *dstV,
1909 static void RENAME(deinterleaveBytes)(const uint8_t *src, uint8_t *dst1, uint8_t *dst2, in RENAME() function
1916 RENAME(ff_nv12ToUV)(dst1, dst2, NULL, src, NULL, width, NULL); in RENAME()
1934 static inline void RENAME(vu9_to_vu12)(const uint8_t *src1, const uint8_t *src2, in RENAME() function
2026 static inline void RENAME(yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint8_t *sr… in RENAME() function
2113 static void RENAME(extract_even)(const uint8_t *src, uint8_t *dst, x86_reg count) in RENAME() function
2150 static void RENAME(extract_odd)(const uint8_t *src, uint8_t *dst, x86_reg count) in RENAME() function
2189 static void RENAME(extract_even2)(const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count) in RENAME() function
2236 static void RENAME(extract_even2avg)(const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8… in RENAME() function
2290 static void RENAME(extract_odd2)(const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count) in RENAME() function
2338 static void RENAME(extract_odd2avg)(const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8_… in RENAME() function
2393 static void RENAME(yuyvtoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, in RENAME() function
2401 RENAME(extract_even)(src, ydst, width); in RENAME()
2403 RENAME(extract_odd2avg)(src-srcStride, src, udst, vdst, chromWidth); in RENAME()
2419 static void RENAME(yuyvtoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, in RENAME() function
2427 RENAME(extract_even)(src, ydst, width); in RENAME()
2428 RENAME(extract_odd2)(src, udst, vdst, chromWidth); in RENAME()
2443 static void RENAME(uyvytoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, in RENAME() function
2451 RENAME(extract_odd)(src, ydst, width); in RENAME()
2453 RENAME(extract_even2avg)(src-srcStride, src, udst, vdst, chromWidth); in RENAME()
2469 static void RENAME(uyvytoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, in RENAME() function
2477 RENAME(extract_odd)(src, ydst, width); in RENAME()
2478 RENAME(extract_even2)(src, udst, vdst, chromWidth); in RENAME()
2494 static av_cold void RENAME(rgb2rgb_init)(void) in RENAME() function
2498 rgb15to16 = RENAME(rgb15to16); in RENAME()
2499 rgb15tobgr24 = RENAME(rgb15tobgr24); in RENAME()
2500 rgb15to32 = RENAME(rgb15to32); in RENAME()
2501 rgb16tobgr24 = RENAME(rgb16tobgr24); in RENAME()
2502 rgb16to32 = RENAME(rgb16to32); in RENAME()
2503 rgb16to15 = RENAME(rgb16to15); in RENAME()
2504 rgb24tobgr16 = RENAME(rgb24tobgr16); in RENAME()
2505 rgb24tobgr15 = RENAME(rgb24tobgr15); in RENAME()
2506 rgb24tobgr32 = RENAME(rgb24tobgr32); in RENAME()
2507 rgb32to16 = RENAME(rgb32to16); in RENAME()
2508 rgb32to15 = RENAME(rgb32to15); in RENAME()
2509 rgb32tobgr24 = RENAME(rgb32tobgr24); in RENAME()
2510 rgb24to15 = RENAME(rgb24to15); in RENAME()
2511 rgb24to16 = RENAME(rgb24to16); in RENAME()
2512 rgb24tobgr24 = RENAME(rgb24tobgr24); in RENAME()
2513 rgb32tobgr16 = RENAME(rgb32tobgr16); in RENAME()
2514 rgb32tobgr15 = RENAME(rgb32tobgr15); in RENAME()
2515 yv12toyuy2 = RENAME(yv12toyuy2); in RENAME()
2516 yv12touyvy = RENAME(yv12touyvy); in RENAME()
2517 yuv422ptoyuy2 = RENAME(yuv422ptoyuy2); in RENAME()
2518 yuv422ptouyvy = RENAME(yuv422ptouyvy); in RENAME()
2519 yuy2toyv12 = RENAME(yuy2toyv12); in RENAME()
2520 vu9_to_vu12 = RENAME(vu9_to_vu12); in RENAME()
2521 yvu9_to_yuy2 = RENAME(yvu9_to_yuy2); in RENAME()
2522 uyvytoyuv422 = RENAME(uyvytoyuv422); in RENAME()
2523 yuyvtoyuv422 = RENAME(yuyvtoyuv422); in RENAME()
2527 planar2x = RENAME(planar2x); in RENAME()
2530 ff_rgb24toyv12 = RENAME(rgb24toyv12); in RENAME()
2533 yuyvtoyuv420 = RENAME(yuyvtoyuv420); in RENAME()
2534 uyvytoyuv420 = RENAME(uyvytoyuv420); in RENAME()
2538 interleaveBytes = RENAME(interleaveBytes); in RENAME()
2542 deinterleaveBytes = RENAME(deinterleaveBytes); in RENAME()