• Home
  • Raw
  • Download

Lines Matching refs:SwsContext

547 yuv2mono_X_c_template(SwsContext *c, const int16_t *lumFilter,  in yuv2mono_X_c_template()
600 yuv2mono_2_c_template(SwsContext *c, const int16_t *buf[2], in yuv2mono_2_c_template()
661 yuv2mono_1_c_template(SwsContext *c, const int16_t *buf0, in yuv2mono_1_c_template()
712 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
724 static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \
733 static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \
765 yuv2422_X_c_template(SwsContext *c, const int16_t *lumFilter, in yuv2422_X_c_template()
804 yuv2422_2_c_template(SwsContext *c, const int16_t *buf[2], in yuv2422_2_c_template()
837 yuv2422_1_c_template(SwsContext *c, const int16_t *buf0, in yuv2422_1_c_template()
897 yuv2ya16_X_c_template(SwsContext *c, const int16_t *lumFilter, in yuv2ya16_X_c_template()
935 yuv2ya16_2_c_template(SwsContext *c, const int32_t *buf[2], in yuv2ya16_2_c_template()
967 yuv2ya16_1_c_template(SwsContext *c, const int32_t *buf0, in yuv2ya16_1_c_template()
993 yuv2rgba64_X_c_template(SwsContext *c, const int16_t *lumFilter, in yuv2rgba64_X_c_template()
1075 yuv2rgba64_2_c_template(SwsContext *c, const int32_t *buf[2], in yuv2rgba64_2_c_template()
1140 yuv2rgba64_1_c_template(SwsContext *c, const int32_t *buf0, in yuv2rgba64_1_c_template()
1243 yuv2rgba64_full_X_c_template(SwsContext *c, const int16_t *lumFilter, in yuv2rgba64_full_X_c_template()
1307 yuv2rgba64_full_2_c_template(SwsContext *c, const int32_t *buf[2], in yuv2rgba64_full_2_c_template()
1359 yuv2rgba64_full_1_c_template(SwsContext *c, const int32_t *buf0, in yuv2rgba64_full_1_c_template()
1440 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
1457 static void name ## ext ## _2_c(SwsContext *c, const int16_t *_buf[2], \
1471 static void name ## ext ## _1_c(SwsContext *c, const int16_t *_buf0, \
1648 yuv2rgb_X_c_template(SwsContext *c, const int16_t *lumFilter, in yuv2rgb_X_c_template()
1702 yuv2rgb_2_c_template(SwsContext *c, const int16_t *buf[2], in yuv2rgb_2_c_template()
1742 yuv2rgb_1_c_template(SwsContext *c, const int16_t *buf0, in yuv2rgb_1_c_template()
1798 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
1812 static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \
1823 static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \
1853 static av_always_inline void yuv2rgb_write_full(SwsContext *c, in yuv2rgb_write_full()
1993 yuv2rgb_full_X_c_template(SwsContext *c, const int16_t *lumFilter, in yuv2rgb_full_X_c_template()
2043 yuv2rgb_full_2_c_template(SwsContext *c, const int16_t *buf[2], in yuv2rgb_full_2_c_template()
2088 yuv2rgb_full_1_c_template(SwsContext *c, const int16_t *buf0, in yuv2rgb_full_1_c_template()
2169 yuv2gbrp_full_X_c(SwsContext *c, const int16_t *lumFilter, in yuv2gbrp_full_X_c()
2251 yuv2gbrp16_full_X_c(SwsContext *c, const int16_t *lumFilter, in yuv2gbrp16_full_X_c()
2326 yuv2gbrpf32_full_X_c(SwsContext *c, const int16_t *lumFilter, in yuv2gbrpf32_full_X_c()
2402 yuv2ya8_1_c(SwsContext *c, const int16_t *buf0, in yuv2ya8_1_c()
2428 yuv2ya8_2_c(SwsContext *c, const int16_t *buf[2], in yuv2ya8_2_c()
2459 yuv2ya8_X_c(SwsContext *c, const int16_t *lumFilter, in yuv2ya8_X_c()
2495 yuv2ayuv64le_X_c(SwsContext *c, const int16_t *lumFilter, in yuv2ayuv64le_X_c()
2543 av_cold void ff_sws_init_output_funcs(SwsContext *c, in ff_sws_init_output_funcs()