• Home
  • Raw
  • Download

Lines Matching defs:RENAME

258 static void RENAME(yuv2rgb32_X_ar)(SwsContext *c, const int16_t *lumFilter,  in RENAME()  function
291 static void RENAME(yuv2rgb32_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
320 static void RENAME(yuv2bgr32_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
377 static void RENAME(yuv2rgb565_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
401 static void RENAME(yuv2rgb565_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
454 static void RENAME(yuv2rgb555_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
478 static void RENAME(yuv2rgb555_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
612 static void RENAME(yuv2bgr24_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
637 static void RENAME(yuv2bgr24_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
680 static void RENAME(yuv2yuyv422_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
701 static void RENAME(yuv2yuyv422_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
802 static void RENAME(yuv2rgb32_2)(SwsContext *c, const int16_t *buf[2], in RENAME() function
866 static void RENAME(yuv2bgr24_2)(SwsContext *c, const int16_t *buf[2], in RENAME() function
889 static void RENAME(yuv2rgb555_2)(SwsContext *c, const int16_t *buf[2], in RENAME() function
918 static void RENAME(yuv2rgb565_2)(SwsContext *c, const int16_t *buf[2], in RENAME() function
987 static void RENAME(yuv2yuyv422_2)(SwsContext *c, const int16_t *buf[2], in RENAME() function
1126 static void RENAME(yuv2rgb32_1)(SwsContext *c, const int16_t *buf0, in RENAME() function
1195 static void RENAME(yuv2bgr24_1)(SwsContext *c, const int16_t *buf0, in RENAME() function
1236 static void RENAME(yuv2rgb555_1)(SwsContext *c, const int16_t *buf0, in RENAME() function
1289 static void RENAME(yuv2rgb565_1)(SwsContext *c, const int16_t *buf0, in RENAME() function
1379 static void RENAME(yuv2yuyv422_1)(SwsContext *c, const int16_t *buf0, in RENAME() function
1415 static av_cold void RENAME(sws_init_swscale)(SwsContext *c) in RENAME() function