• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/

Lines Matching refs:SwsContext

301 static void yuv2nv12cX_c(SwsContext *c, const int16_t *chrFilter, int chrFilterSize,
345 yuv2gray16_X_c_template(SwsContext *c, const int16_t *lumFilter,
373 yuv2gray16_2_c_template(SwsContext *c, const int32_t *buf[2],
393 yuv2gray16_1_c_template(SwsContext *c, const int32_t *buf0,
412 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
429 static void name ## ext ## _2_c(SwsContext *c, const int16_t *_buf[2], \
443 static void name ## ext ## _1_c(SwsContext *c, const int16_t *_buf0, \
468 yuv2mono_X_c_template(SwsContext *c, const int16_t *lumFilter,
504 yuv2mono_2_c_template(SwsContext *c, const int16_t *buf[2],
530 yuv2mono_1_c_template(SwsContext *c, const int16_t *buf0,
555 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
567 static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \
576 static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \
603 yuv2422_X_c_template(SwsContext *c, const int16_t *lumFilter,
642 yuv2422_2_c_template(SwsContext *c, const int16_t *buf[2],
666 yuv2422_1_c_template(SwsContext *c, const int16_t *buf0,
711 yuv2rgb48_X_c_template(SwsContext *c, const int16_t *lumFilter,
770 yuv2rgb48_2_c_template(SwsContext *c, const int32_t *buf[2],
812 yuv2rgb48_1_c_template(SwsContext *c, const int32_t *buf0,
1008 yuv2rgb_X_c_template(SwsContext *c, const int16_t *lumFilter,
1070 yuv2rgb_2_c_template(SwsContext *c, const int16_t *buf[2],
1106 yuv2rgb_1_c_template(SwsContext *c, const int16_t *buf0,
1158 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
1171 static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \
1180 static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \
1210 yuv2rgb_full_X_c_template(SwsContext *c, const int16_t *lumFilter,
1875 static void hScale16To19_c(SwsContext *c, int16_t *_dst, int dstW, const uint8_t *_src,
1898 static void hScale16To15_c(SwsContext *c, int16_t *dst, int dstW, const uint8_t *_src,
1920 static void hScale8To15_c(SwsContext *c, int16_t *dst, int dstW, const uint8_t *src,
1938 static void hScale8To19_c(SwsContext *c, int16_t *_dst, int dstW, const uint8_t *src,
2023 static void hyscale_fast_c(SwsContext *c, int16_t *dst, int dstWidth,
2037 static av_always_inline void hyscale(SwsContext *c, int16_t *dst, int dstWidth,
2066 static void hcscale_fast_c(SwsContext *c, int16_t *dst1, int16_t *dst2,
2081 static av_always_inline void hcscale(SwsContext *c, int16_t *dst1, int16_t *dst2, int dstWidth,
2112 find_c_packed_planar_out_funcs(SwsContext *c,
2358 static int swScale(SwsContext *c, const uint8_t* src[],
2694 static av_cold void sws_init_swScale_c(SwsContext *c)
2909 SwsFunc ff_getSwsFunc(SwsContext *c)