• Home
  • Raw
  • Download

Lines Matching refs:SwsContext

529 yuv2rgb_full_X_vsx_template(SwsContext *c, const int16_t *lumFilter,  in yuv2rgb_full_X_vsx_template()
680 yuv2rgb_full_2_vsx_template(SwsContext *c, const int16_t *buf[2], in yuv2rgb_full_2_vsx_template()
802 yuv2rgb_2_vsx_template(SwsContext *c, const int16_t *buf[2], in yuv2rgb_2_vsx_template()
978 yuv2rgb_full_1_vsx_template(SwsContext *c, const int16_t *buf0, in yuv2rgb_full_1_vsx_template()
1107 yuv2rgb_1_vsx_template(SwsContext *c, const int16_t *buf0, in yuv2rgb_1_vsx_template()
1293 static void name ## ext ## _X_vsx(SwsContext *c, const int16_t *lumFilter, \
1306 static void name ## ext ## _2_vsx(SwsContext *c, const int16_t *buf[2], \
1316 static void name ## ext ## _1_vsx(SwsContext *c, const int16_t *buf0, \
1428 yuv2422_X_vsx_template(SwsContext *c, const int16_t *lumFilter, in yuv2422_X_vsx_template()
1536 yuv2422_2_vsx_template(SwsContext *c, const int16_t *buf[2], in yuv2422_2_vsx_template()
1570 yuv2422_1_vsx_template(SwsContext *c, const int16_t *buf0, in yuv2422_1_vsx_template()
1630 static void name ## ext ## _X_vsx(SwsContext *c, const int16_t *lumFilter, \
1644 static void name ## ext ## _2_vsx(SwsContext *c, const int16_t *buf[2], \
1655 static void name ## ext ## _1_vsx(SwsContext *c, const int16_t *buf0, \
1669 static void hyscale_fast_vsx(SwsContext *c, int16_t *dst, int dstWidth, in hyscale_fast_vsx()
1784 static void hcscale_fast_vsx(SwsContext *c, int16_t *dst1, int16_t *dst2, in hcscale_fast_vsx()
1861 static void hScale8To19_vsx(SwsContext *c, int16_t *_dst, int dstW, in hScale8To19_vsx()
1919 static void hScale16To19_vsx(SwsContext *c, int16_t *_dst, int dstW, in hScale16To19_vsx()
1997 static void hScale16To15_vsx(SwsContext *c, int16_t *dst, int dstW, in hScale16To15_vsx()
2077 av_cold void ff_sws_init_swscale_vsx(SwsContext *c) in ff_sws_init_swscale_vsx()