• Home
  • Raw
  • Download

Lines Matching refs:SwsContext

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