SwsContext 66 doc/examples/muxing.c struct SwsContext *sws_ctx; SwsContext 62 doc/examples/scaling_video.c struct SwsContext *sws_ctx; SwsContext 583 fftools/cmdutils.c struct SwsContext *sws = sws_alloc_context(); SwsContext 288 fftools/ffplay.c struct SwsContext *img_convert_ctx; SwsContext 289 fftools/ffplay.c struct SwsContext *sub_convert_ctx; SwsContext 911 fftools/ffplay.c static int upload_texture(SDL_Texture **tex, AVFrame *frame, struct SwsContext **img_convert_ctx) { SwsContext 29 libavfilter/lswsutils.c struct SwsContext *sws_ctx = sws_getContext(src_w, src_h, src_pix_fmt, SwsContext 52 libavfilter/vf_dnn_processing.c struct SwsContext *sws_gray8_to_grayf32; SwsContext 53 libavfilter/vf_dnn_processing.c struct SwsContext *sws_grayf32_to_gray8; SwsContext 54 libavfilter/vf_dnn_processing.c struct SwsContext *sws_uv_scale; SwsContext 39 libavfilter/vf_sab.c struct SwsContext *pre_filter_context; SwsContext 109 libavfilter/vf_scale.c struct SwsContext *sws; ///< software scaler context SwsContext 110 libavfilter/vf_scale.c struct SwsContext *isws[2]; ///< software scaler context for interlaced material SwsContext 530 libavfilter/vf_scale.c struct SwsContext **swscs[3] = {&scale->sws, &scale->isws[0], &scale->isws[1]}; SwsContext 535 libavfilter/vf_scale.c struct SwsContext **s = swscs[i]; SwsContext 626 libavfilter/vf_scale.c static int scale_slice(AVFilterLink *link, AVFrame *out_buf, AVFrame *cur_pic, struct SwsContext *sws, int y, int h, int mul, int field) SwsContext 50 libavfilter/vf_smartblur.c struct SwsContext *filter_context; SwsContext 180 libavfilter/vf_smartblur.c struct SwsContext *filter_context) SwsContext 47 libavfilter/vf_sr.c struct SwsContext *sws_contexts[3]; SwsContext 91 libavfilter/vf_zoompan.c struct SwsContext *sws; SwsContext 24 libswscale/aarch64/swscale.c void ff_hscale_8_to_15_neon(SwsContext *c, int16_t *dst, int dstW, SwsContext 32 libswscale/aarch64/swscale.c av_cold void ff_sws_init_swscale_aarch64(SwsContext *c) SwsContext 40 libswscale/aarch64/swscale_unscaled.c static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \ SwsContext 74 libswscale/aarch64/swscale_unscaled.c static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \ SwsContext 118 libswscale/aarch64/swscale_unscaled.c static void get_unscaled_swscale_neon(SwsContext *c) { SwsContext 127 libswscale/aarch64/swscale_unscaled.c void ff_get_unscaled_swscale_aarch64(SwsContext *c) SwsContext 23 libswscale/alphablend.c int ff_sws_alphablendaway(SwsContext *c, const uint8_t *src[], SwsContext 24 libswscale/arm/swscale.c void ff_hscale_8_to_15_neon(SwsContext *c, int16_t *dst, int dstW, SwsContext 32 libswscale/arm/swscale.c av_cold void ff_sws_init_swscale_arm(SwsContext *c) SwsContext 37 libswscale/arm/swscale_unscaled.c static int rgbx_to_nv12_neon_32_wrapper(SwsContext *context, const uint8_t *src[], SwsContext 51 libswscale/arm/swscale_unscaled.c static int rgbx_to_nv12_neon_16_wrapper(SwsContext *context, const uint8_t *src[], SwsContext 81 libswscale/arm/swscale_unscaled.c static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \ SwsContext 116 libswscale/arm/swscale_unscaled.c static int ifmt##_to_##ofmt##_neon_wrapper(SwsContext *c, const uint8_t *src[], \ SwsContext 161 libswscale/arm/swscale_unscaled.c static void get_unscaled_swscale_neon(SwsContext *c) { SwsContext 176 libswscale/arm/swscale_unscaled.c void ff_get_unscaled_swscale_arm(SwsContext *c) SwsContext 183 libswscale/arm/swscale_unscaled.c void ff_get_unscaled_swscale_arm(SwsContext *c) SwsContext 30 libswscale/gamma.c static int gamma_convert(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 38 libswscale/hscale.c static int lum_h_scale(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 86 libswscale/hscale.c static int lum_convert(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 166 libswscale/hscale.c static int chr_h_scale(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 202 libswscale/hscale.c static int chr_convert(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 272 libswscale/hscale.c static int no_chr_scale(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 23 libswscale/hscale_fast_bilinear.c void ff_hyscale_fast_c(SwsContext *c, int16_t *dst, int dstWidth, SwsContext 38 libswscale/hscale_fast_bilinear.c void ff_hcscale_fast_c(SwsContext *c, int16_t *dst1, int16_t *dst2, SwsContext 1098 libswscale/input.c av_cold void ff_sws_init_input_funcs(SwsContext *c) SwsContext 32 libswscale/options.c #define OFFSET(x) offsetof(SwsContext, x) SwsContext 183 libswscale/output.c static void yuv2p016cX_c(SwsContext *c, const int16_t *chrFilter, int chrFilterSize, SwsContext 405 libswscale/output.c static void yuv2nv12cX_c(SwsContext *c, const int16_t *chrFilter, int chrFilterSize, SwsContext 480 libswscale/output.c static void yuv2p010cX_c(SwsContext *c, const int16_t *chrFilter, int chrFilterSize, SwsContext 545 libswscale/output.c yuv2mono_X_c_template(SwsContext *c, const int16_t *lumFilter, SwsContext 598 libswscale/output.c yuv2mono_2_c_template(SwsContext *c, const int16_t *buf[2], SwsContext 659 libswscale/output.c yuv2mono_1_c_template(SwsContext *c, const int16_t *buf0, SwsContext 710 libswscale/output.c static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \ SwsContext 722 libswscale/output.c static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \ SwsContext 731 libswscale/output.c static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \ SwsContext 763 libswscale/output.c yuv2422_X_c_template(SwsContext *c, const int16_t *lumFilter, SwsContext 802 libswscale/output.c yuv2422_2_c_template(SwsContext *c, const int16_t *buf[2], SwsContext 835 libswscale/output.c yuv2422_1_c_template(SwsContext *c, const int16_t *buf0, SwsContext 895 libswscale/output.c yuv2ya16_X_c_template(SwsContext *c, const int16_t *lumFilter, SwsContext 933 libswscale/output.c yuv2ya16_2_c_template(SwsContext *c, const int32_t *buf[2], SwsContext 965 libswscale/output.c yuv2ya16_1_c_template(SwsContext *c, const int32_t *buf0, SwsContext 991 libswscale/output.c yuv2rgba64_X_c_template(SwsContext *c, const int16_t *lumFilter, SwsContext 1073 libswscale/output.c yuv2rgba64_2_c_template(SwsContext *c, const int32_t *buf[2], SwsContext 1138 libswscale/output.c yuv2rgba64_1_c_template(SwsContext *c, const int32_t *buf0, SwsContext 1241 libswscale/output.c yuv2rgba64_full_X_c_template(SwsContext *c, const int16_t *lumFilter, SwsContext 1305 libswscale/output.c yuv2rgba64_full_2_c_template(SwsContext *c, const int32_t *buf[2], SwsContext 1357 libswscale/output.c yuv2rgba64_full_1_c_template(SwsContext *c, const int32_t *buf0, SwsContext 1438 libswscale/output.c static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \ SwsContext 1455 libswscale/output.c static void name ## ext ## _2_c(SwsContext *c, const int16_t *_buf[2], \ SwsContext 1469 libswscale/output.c static void name ## ext ## _1_c(SwsContext *c, const int16_t *_buf0, \ SwsContext 1639 libswscale/output.c yuv2rgb_X_c_template(SwsContext *c, const int16_t *lumFilter, SwsContext 1693 libswscale/output.c yuv2rgb_2_c_template(SwsContext *c, const int16_t *buf[2], SwsContext 1733 libswscale/output.c yuv2rgb_1_c_template(SwsContext *c, const int16_t *buf0, SwsContext 1789 libswscale/output.c static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \ SwsContext 1803 libswscale/output.c static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \ SwsContext 1814 libswscale/output.c static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \ SwsContext 1843 libswscale/output.c static av_always_inline void yuv2rgb_write_full(SwsContext *c, SwsContext 1983 libswscale/output.c yuv2rgb_full_X_c_template(SwsContext *c, const int16_t *lumFilter, SwsContext 2033 libswscale/output.c yuv2rgb_full_2_c_template(SwsContext *c, const int16_t *buf[2], SwsContext 2078 libswscale/output.c yuv2rgb_full_1_c_template(SwsContext *c, const int16_t *buf0, SwsContext 2159 libswscale/output.c yuv2gbrp_full_X_c(SwsContext *c, const int16_t *lumFilter, SwsContext 2241 libswscale/output.c yuv2gbrp16_full_X_c(SwsContext *c, const int16_t *lumFilter, SwsContext 2316 libswscale/output.c yuv2gbrpf32_full_X_c(SwsContext *c, const int16_t *lumFilter, SwsContext 2392 libswscale/output.c yuv2ya8_1_c(SwsContext *c, const int16_t *buf0, SwsContext 2418 libswscale/output.c yuv2ya8_2_c(SwsContext *c, const int16_t *buf[2], SwsContext 2449 libswscale/output.c yuv2ya8_X_c(SwsContext *c, const int16_t *lumFilter, SwsContext 2485 libswscale/output.c yuv2ayuv64le_X_c(SwsContext *c, const int16_t *lumFilter, SwsContext 2533 libswscale/output.c av_cold void ff_sws_init_output_funcs(SwsContext *c, SwsContext 238 libswscale/ppc/swscale_altivec.c av_cold void ff_sws_init_swscale_ppc(SwsContext *c) SwsContext 97 libswscale/ppc/swscale_ppc_template.c static void FUNC(hScale_real)(SwsContext *c, int16_t *dst, int dstW, SwsContext 528 libswscale/ppc/swscale_vsx.c yuv2rgb_full_X_vsx_template(SwsContext *c, const int16_t *lumFilter, SwsContext 679 libswscale/ppc/swscale_vsx.c yuv2rgb_full_2_vsx_template(SwsContext *c, const int16_t *buf[2], SwsContext 801 libswscale/ppc/swscale_vsx.c yuv2rgb_2_vsx_template(SwsContext *c, const int16_t *buf[2], SwsContext 977 libswscale/ppc/swscale_vsx.c yuv2rgb_full_1_vsx_template(SwsContext *c, const int16_t *buf0, SwsContext 1106 libswscale/ppc/swscale_vsx.c yuv2rgb_1_vsx_template(SwsContext *c, const int16_t *buf0, SwsContext 1292 libswscale/ppc/swscale_vsx.c static void name ## ext ## _X_vsx(SwsContext *c, const int16_t *lumFilter, \ SwsContext 1305 libswscale/ppc/swscale_vsx.c static void name ## ext ## _2_vsx(SwsContext *c, const int16_t *buf[2], \ SwsContext 1315 libswscale/ppc/swscale_vsx.c static void name ## ext ## _1_vsx(SwsContext *c, const int16_t *buf0, \ SwsContext 1427 libswscale/ppc/swscale_vsx.c yuv2422_X_vsx_template(SwsContext *c, const int16_t *lumFilter, SwsContext 1535 libswscale/ppc/swscale_vsx.c yuv2422_2_vsx_template(SwsContext *c, const int16_t *buf[2], SwsContext 1569 libswscale/ppc/swscale_vsx.c yuv2422_1_vsx_template(SwsContext *c, const int16_t *buf0, SwsContext 1629 libswscale/ppc/swscale_vsx.c static void name ## ext ## _X_vsx(SwsContext *c, const int16_t *lumFilter, \ SwsContext 1643 libswscale/ppc/swscale_vsx.c static void name ## ext ## _2_vsx(SwsContext *c, const int16_t *buf[2], \ SwsContext 1654 libswscale/ppc/swscale_vsx.c static void name ## ext ## _1_vsx(SwsContext *c, const int16_t *buf0, \ SwsContext 1668 libswscale/ppc/swscale_vsx.c static void hyscale_fast_vsx(SwsContext *c, int16_t *dst, int dstWidth, SwsContext 1783 libswscale/ppc/swscale_vsx.c static void hcscale_fast_vsx(SwsContext *c, int16_t *dst1, int16_t *dst2, SwsContext 1860 libswscale/ppc/swscale_vsx.c static void hScale8To19_vsx(SwsContext *c, int16_t *_dst, int dstW, SwsContext 1918 libswscale/ppc/swscale_vsx.c static void hScale16To19_vsx(SwsContext *c, int16_t *_dst, int dstW, SwsContext 1996 libswscale/ppc/swscale_vsx.c static void hScale16To15_vsx(SwsContext *c, int16_t *dst, int dstW, SwsContext 2076 libswscale/ppc/swscale_vsx.c av_cold void ff_sws_init_swscale_vsx(SwsContext *c) SwsContext 254 libswscale/ppc/yuv2rgb_altivec.c static inline void cvtyuvtoRGB(SwsContext *c, vector signed short Y, SwsContext 287 libswscale/ppc/yuv2rgb_altivec.c static int altivec_ ## name(SwsContext *c, const unsigned char **in, \ SwsContext 463 libswscale/ppc/yuv2rgb_altivec.c static int altivec_uyvy_rgb32(SwsContext *c, const unsigned char **in, SwsContext 524 libswscale/ppc/yuv2rgb_altivec.c av_cold SwsFunc ff_yuv2rgb_init_ppc(SwsContext *c) SwsContext 587 libswscale/ppc/yuv2rgb_altivec.c av_cold void ff_yuv2rgb_init_tables_ppc(SwsContext *c, SwsContext 622 libswscale/ppc/yuv2rgb_altivec.c static av_always_inline void yuv2packedX_altivec(SwsContext *c, SwsContext 831 libswscale/ppc/yuv2rgb_altivec.c void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, \ SwsContext 32 libswscale/ppc/yuv2rgb_altivec.h void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, \ SwsContext 34 libswscale/ppc/yuv2yuv_altivec.c static int yv12toyuy2_unscaled_altivec(SwsContext *c, const uint8_t *src[], SwsContext 110 libswscale/ppc/yuv2yuv_altivec.c static int yv12touyvy_unscaled_altivec(SwsContext *c, const uint8_t *src[], SwsContext 187 libswscale/ppc/yuv2yuv_altivec.c av_cold void ff_get_unscaled_swscale_ppc(SwsContext *c) SwsContext 223 libswscale/slice.c static void get_min_buffer_size(SwsContext *c, int *out_lum_size, int *out_chr_size) SwsContext 252 libswscale/slice.c int ff_init_filters(SwsContext * c) SwsContext 383 libswscale/slice.c int ff_free_filters(SwsContext *c) SwsContext 66 libswscale/swscale.c static void hScale16To19_c(SwsContext *c, int16_t *_dst, int dstW, SwsContext 96 libswscale/swscale.c static void hScale16To15_c(SwsContext *c, int16_t *dst, int dstW, SwsContext 125 libswscale/swscale.c static void hScale8To15_c(SwsContext *c, int16_t *dst, int dstW, SwsContext 141 libswscale/swscale.c static void hScale8To19_c(SwsContext *c, int16_t *_dst, int dstW, SwsContext 237 libswscale/swscale.c static int swscale(SwsContext *c, const uint8_t *src[], SwsContext 526 libswscale/swscale.c av_cold void ff_sws_init_range_convert(SwsContext *c) SwsContext 551 libswscale/swscale.c static av_cold void sws_init_swscale(SwsContext *c) SwsContext 583 libswscale/swscale.c SwsFunc ff_getSwsFunc(SwsContext *c) SwsContext 628 libswscale/swscale.c static void xyz12Torgb48(struct SwsContext *c, uint16_t *dst, SwsContext 684 libswscale/swscale.c static void rgb48Toxyz12(struct SwsContext *c, uint16_t *dst, SwsContext 744 libswscale/swscale.c int attribute_align_arg sws_scale(struct SwsContext *c, SwsContext 122 libswscale/swscale.h struct SwsContext; SwsContext 148 libswscale/swscale.h struct SwsContext *sws_alloc_context(void); SwsContext 157 libswscale/swscale.h int sws_init_context(struct SwsContext *sws_context, SwsFilter *srcFilter, SwsFilter *dstFilter); SwsContext 163 libswscale/swscale.h void sws_freeContext(struct SwsContext *swsContext); SwsContext 186 libswscale/swscale.h struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, SwsContext 217 libswscale/swscale.h int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[], SwsContext 231 libswscale/swscale.h int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], SwsContext 238 libswscale/swscale.h int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, SwsContext 294 libswscale/swscale.h struct SwsContext *sws_getCachedContext(struct SwsContext *context, SwsContext 63 libswscale/swscale_internal.h struct SwsContext; SwsContext 82 libswscale/swscale_internal.h typedef int (*SwsFunc)(struct SwsContext *context, const uint8_t *src[], SwsContext 133 libswscale/swscale_internal.h typedef void (*yuv2interleavedX_fn)(struct SwsContext *c, SwsContext 169 libswscale/swscale_internal.h typedef void (*yuv2packed1_fn)(struct SwsContext *c, const int16_t *lumSrc, SwsContext 202 libswscale/swscale_internal.h typedef void (*yuv2packed2_fn)(struct SwsContext *c, const int16_t *lumSrc[2], SwsContext 234 libswscale/swscale_internal.h typedef void (*yuv2packedX_fn)(struct SwsContext *c, const int16_t *lumFilter, SwsContext 268 libswscale/swscale_internal.h typedef void (*yuv2anyX_fn)(struct SwsContext *c, const int16_t *lumFilter, SwsContext 317 libswscale/swscale_internal.h struct SwsContext *cascaded_context[3]; SwsContext 568 libswscale/swscale_internal.h void (*hyscale_fast)(struct SwsContext *c, SwsContext 571 libswscale/swscale_internal.h void (*hcscale_fast)(struct SwsContext *c, SwsContext 608 libswscale/swscale_internal.h void (*hyScale)(struct SwsContext *c, int16_t *dst, int dstW, SwsContext 611 libswscale/swscale_internal.h void (*hcScale)(struct SwsContext *c, int16_t *dst, int dstW, SwsContext 629 libswscale/swscale_internal.h SwsFunc ff_yuv2rgb_get_func_ptr(SwsContext *c); SwsContext 630 libswscale/swscale_internal.h int ff_yuv2rgb_c_init_tables(SwsContext *c, const int inv_table[4], SwsContext 633 libswscale/swscale_internal.h void ff_yuv2rgb_init_tables_ppc(SwsContext *c, const int inv_table[4], SwsContext 636 libswscale/swscale_internal.h void ff_updateMMXDitherTables(SwsContext *c, int dstY); SwsContext 638 libswscale/swscale_internal.h av_cold void ff_sws_init_range_convert(SwsContext *c); SwsContext 640 libswscale/swscale_internal.h SwsFunc ff_yuv2rgb_init_x86(SwsContext *c); SwsContext 641 libswscale/swscale_internal.h SwsFunc ff_yuv2rgb_init_ppc(SwsContext *c); SwsContext 854 libswscale/swscale_internal.h void ff_get_unscaled_swscale(SwsContext *c); SwsContext 855 libswscale/swscale_internal.h void ff_get_unscaled_swscale_ppc(SwsContext *c); SwsContext 856 libswscale/swscale_internal.h void ff_get_unscaled_swscale_arm(SwsContext *c); SwsContext 857 libswscale/swscale_internal.h void ff_get_unscaled_swscale_aarch64(SwsContext *c); SwsContext 863 libswscale/swscale_internal.h SwsFunc ff_getSwsFunc(SwsContext *c); SwsContext 865 libswscale/swscale_internal.h void ff_sws_init_input_funcs(SwsContext *c); SwsContext 866 libswscale/swscale_internal.h void ff_sws_init_output_funcs(SwsContext *c, SwsContext 874 libswscale/swscale_internal.h void ff_sws_init_swscale_ppc(SwsContext *c); SwsContext 875 libswscale/swscale_internal.h void ff_sws_init_swscale_vsx(SwsContext *c); SwsContext 876 libswscale/swscale_internal.h void ff_sws_init_swscale_x86(SwsContext *c); SwsContext 877 libswscale/swscale_internal.h void ff_sws_init_swscale_aarch64(SwsContext *c); SwsContext 878 libswscale/swscale_internal.h void ff_sws_init_swscale_arm(SwsContext *c); SwsContext 880 libswscale/swscale_internal.h void ff_hyscale_fast_c(SwsContext *c, int16_t *dst, int dstWidth, SwsContext 882 libswscale/swscale_internal.h void ff_hcscale_fast_c(SwsContext *c, int16_t *dst1, int16_t *dst2, SwsContext 888 libswscale/swscale_internal.h void ff_hyscale_fast_mmxext(SwsContext *c, int16_t *dst, SwsContext 891 libswscale/swscale_internal.h void ff_hcscale_fast_mmxext(SwsContext *c, int16_t *dst1, int16_t *dst2, SwsContext 902 libswscale/swscale_internal.h struct SwsContext *sws_alloc_set_opts(int srcW, int srcH, enum AVPixelFormat srcFormat, SwsContext 906 libswscale/swscale_internal.h int ff_sws_alphablendaway(SwsContext *c, const uint8_t *src[], SwsContext 1000 libswscale/swscale_internal.h int (*process)(SwsContext *c, struct SwsFilterDescriptor *desc, int sliceY, int sliceH); SwsContext 1008 libswscale/swscale_internal.h int ff_init_filters(SwsContext *c); SwsContext 1011 libswscale/swscale_internal.h int ff_free_filters(SwsContext *c); SwsContext 1039 libswscale/swscale_internal.h int ff_init_vscale(SwsContext *c, SwsFilterDescriptor *desc, SwsSlice *src, SwsSlice *dst); SwsContext 1042 libswscale/swscale_internal.h void ff_init_vscale_pfn(SwsContext *c, yuv2planar1_fn yuv2plane1, yuv2planarX_fn yuv2planeX, SwsContext 142 libswscale/swscale_unscaled.c static int planarToNv12Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 162 libswscale/swscale_unscaled.c static int nv12ToPlanarWrapper(SwsContext *c, const uint8_t *src[], SwsContext 183 libswscale/swscale_unscaled.c static int planarToNv24Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 203 libswscale/swscale_unscaled.c static int nv24ToPlanarWrapper(SwsContext *c, const uint8_t *src[], SwsContext 224 libswscale/swscale_unscaled.c static int planarToP01xWrapper(SwsContext *c, const uint8_t *src8[], SwsContext 284 libswscale/swscale_unscaled.c static int planar8ToP01xleWrapper(SwsContext *c, const uint8_t *src[], SwsContext 326 libswscale/swscale_unscaled.c static int planarToYuy2Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 338 libswscale/swscale_unscaled.c static int planarToUyvyWrapper(SwsContext *c, const uint8_t *src[], SwsContext 350 libswscale/swscale_unscaled.c static int yuv422pToYuy2Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 362 libswscale/swscale_unscaled.c static int yuv422pToUyvyWrapper(SwsContext *c, const uint8_t *src[], SwsContext 374 libswscale/swscale_unscaled.c static int yuyvToYuv420Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 391 libswscale/swscale_unscaled.c static int yuyvToYuv422Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 405 libswscale/swscale_unscaled.c static int uyvyToYuv420Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 422 libswscale/swscale_unscaled.c static int uyvyToYuv422Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 467 libswscale/swscale_unscaled.c static int bswap_16bpc(SwsContext *c, const uint8_t *src[], SwsContext 494 libswscale/swscale_unscaled.c static int bswap_32bpc(SwsContext *c, const uint8_t *src[], SwsContext 522 libswscale/swscale_unscaled.c static int palToRgbWrapper(SwsContext *c, const uint8_t *src[], int srcStride[], SwsContext 702 libswscale/swscale_unscaled.c static int Rgb16ToPlanarRgb16Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 881 libswscale/swscale_unscaled.c static int planarRgb16ToRgb16Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 1017 libswscale/swscale_unscaled.c static int planarRgbaToRgbWrapper(SwsContext *c, const uint8_t *src[], SwsContext 1073 libswscale/swscale_unscaled.c static int planarRgbToRgbWrapper(SwsContext *c, const uint8_t *src[], SwsContext 1129 libswscale/swscale_unscaled.c static int planarRgbToplanarRgbWrapper(SwsContext *c, SwsContext 1175 libswscale/swscale_unscaled.c static int rgbToPlanarRgbWrapper(SwsContext *c, const uint8_t *src[], SwsContext 1280 libswscale/swscale_unscaled.c static int bayer_to_rgb24_wrapper(SwsContext *c, const uint8_t* src[], int srcStride[], int srcSliceY, SwsContext 1329 libswscale/swscale_unscaled.c static int bayer_to_yv12_wrapper(SwsContext *c, const uint8_t* src[], int srcStride[], int srcSliceY, SwsContext 1407 libswscale/swscale_unscaled.c static rgbConvFn findRgbConvFn(SwsContext *c) SwsContext 1530 libswscale/swscale_unscaled.c static int rgbToRgbWrapper(SwsContext *c, const uint8_t *src[], int srcStride[], SwsContext 1591 libswscale/swscale_unscaled.c static int bgr24ToYv12Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 1608 libswscale/swscale_unscaled.c static int yvu9ToYv12Wrapper(SwsContext *c, const uint8_t *src[], SwsContext 1624 libswscale/swscale_unscaled.c static int uint_y_to_float_y_wrapper(SwsContext *c, const uint8_t *src[], SwsContext 1644 libswscale/swscale_unscaled.c static int float_y_to_uint_y_wrapper(SwsContext *c, const uint8_t* src[], SwsContext 1665 libswscale/swscale_unscaled.c static int packedCopyWrapper(SwsContext *c, const uint8_t *src[], SwsContext 1752 libswscale/swscale_unscaled.c static int planarCopyWrapper(SwsContext *c, const uint8_t *src[], SwsContext 1927 libswscale/swscale_unscaled.c void ff_get_unscaled_swscale(SwsContext *c) SwsContext 100 libswscale/tests/swscale.c struct SwsContext *dstContext = NULL, *outContext = NULL; SwsContext 105 libswscale/tests/swscale.c struct SwsContext *srcContext = NULL; SwsContext 372 libswscale/tests/swscale.c struct SwsContext *sws; SwsContext 73 libswscale/utils.c static void handle_formats(SwsContext *c); SwsContext 307 libswscale/utils.c static av_cold int get_local_pos(SwsContext *s, int chr_subsample, int pos, int dir) SwsContext 733 libswscale/utils.c static void fill_rgb2yuv_table(SwsContext *c, const int table[4], int dstRange) SwsContext 827 libswscale/utils.c static void fill_xyztables(struct SwsContext *c) SwsContext 863 libswscale/utils.c int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], SwsContext 998 libswscale/utils.c int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, SwsContext 1074 libswscale/utils.c static void handle_formats(SwsContext *c) SwsContext 1084 libswscale/utils.c SwsContext *sws_alloc_context(void) SwsContext 1086 libswscale/utils.c SwsContext *c = av_mallocz(sizeof(SwsContext)); SwsContext 1088 libswscale/utils.c av_assert0(offsetof(SwsContext, redDither) + DITHER32_INT == offsetof(SwsContext, dither32)); SwsContext 1170 libswscale/utils.c av_cold int sws_init_context(SwsContext *c, SwsFilter *srcFilter, SwsContext 1477 libswscale/utils.c SwsContext *c2; SwsContext 1874 libswscale/utils.c SwsContext *sws_alloc_set_opts(int srcW, int srcH, enum AVPixelFormat srcFormat, SwsContext 1878 libswscale/utils.c SwsContext *c; SwsContext 1899 libswscale/utils.c SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, SwsContext 1904 libswscale/utils.c SwsContext *c; SwsContext 2319 libswscale/utils.c void sws_freeContext(SwsContext *c) SwsContext 2379 libswscale/utils.c struct SwsContext *sws_getCachedContext(struct SwsContext *context, int srcW, SwsContext 40 libswscale/vscale.c static int lum_planar_vscale(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 73 libswscale/vscale.c static int chr_planar_vscale(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 108 libswscale/vscale.c static int packed_vscale(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 172 libswscale/vscale.c static int any_vscale(SwsContext *c, SwsFilterDescriptor *desc, int sliceY, int sliceH) SwsContext 213 libswscale/vscale.c int ff_init_vscale(SwsContext *c, SwsFilterDescriptor *desc, SwsSlice *src, SwsSlice *dst) SwsContext 257 libswscale/vscale.c void ff_init_vscale_pfn(SwsContext *c, SwsContext 191 libswscale/x86/hscale_fast_bilinear_simd.c void ff_hyscale_fast_mmxext(SwsContext *c, int16_t *dst, SwsContext 281 libswscale/x86/hscale_fast_bilinear_simd.c void ff_hcscale_fast_mmxext(SwsContext *c, int16_t *dst1, int16_t *dst2, SwsContext 82 libswscale/x86/swscale.c void ff_updateMMXDitherTables(SwsContext *c, int dstY) SwsContext 281 libswscale/x86/swscale.c SwsContext *c, int16_t *data, \ SwsContext 383 libswscale/x86/swscale.c av_cold void ff_sws_init_swscale_x86(SwsContext *c) SwsContext 340 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_X_ar)(SwsContext *c, const int16_t *lumFilter, SwsContext 373 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_X)(SwsContext *c, const int16_t *lumFilter, SwsContext 402 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr32_X)(SwsContext *c, const int16_t *lumFilter, SwsContext 459 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_X_ar)(SwsContext *c, const int16_t *lumFilter, SwsContext 483 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_X)(SwsContext *c, const int16_t *lumFilter, SwsContext 536 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_X_ar)(SwsContext *c, const int16_t *lumFilter, SwsContext 560 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_X)(SwsContext *c, const int16_t *lumFilter, SwsContext 694 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_X_ar)(SwsContext *c, const int16_t *lumFilter, SwsContext 719 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_X)(SwsContext *c, const int16_t *lumFilter, SwsContext 762 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_X_ar)(SwsContext *c, const int16_t *lumFilter, SwsContext 783 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_X)(SwsContext *c, const int16_t *lumFilter, SwsContext 884 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_2)(SwsContext *c, const int16_t *buf[2], SwsContext 948 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_2)(SwsContext *c, const int16_t *buf[2], SwsContext 971 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_2)(SwsContext *c, const int16_t *buf[2], SwsContext 1000 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_2)(SwsContext *c, const int16_t *buf[2], SwsContext 1069 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_2)(SwsContext *c, const int16_t *buf[2], SwsContext 1208 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_1)(SwsContext *c, const int16_t *buf0, SwsContext 1277 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_1)(SwsContext *c, const int16_t *buf0, SwsContext 1318 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_1)(SwsContext *c, const int16_t *buf0, SwsContext 1371 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_1)(SwsContext *c, const int16_t *buf0, SwsContext 1461 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_1)(SwsContext *c, const int16_t *buf0, SwsContext 1497 libswscale/x86/swscale_template.c static av_cold void RENAME(sws_init_swscale)(SwsContext *c) SwsContext 25 libswscale/x86/w64xmmtest.c wrap(sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[], SwsContext 81 libswscale/x86/yuv2rgb.c av_cold SwsFunc ff_yuv2rgb_init_x86(SwsContext *c) SwsContext 70 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb15)(SwsContext *c, const uint8_t *src[], SwsContext 90 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb16)(SwsContext *c, const uint8_t *src[], SwsContext 110 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb32)(SwsContext *c, const uint8_t *src[], SwsContext 124 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_bgr32)(SwsContext *c, const uint8_t *src[], SwsContext 138 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuva420_rgb32)(SwsContext *c, const uint8_t *src[], SwsContext 152 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuva420_bgr32)(SwsContext *c, const uint8_t *src[], SwsContext 168 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb24)(SwsContext *c, const uint8_t *src[], SwsContext 182 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_bgr24)(SwsContext *c, const uint8_t *src[], SwsContext 130 libswscale/yuv2rgb.c static int func_name(SwsContext *c, const uint8_t *src[], \ SwsContext 679 libswscale/yuv2rgb.c SwsFunc ff_yuv2rgb_get_func_ptr(SwsContext *c) SwsContext 774 libswscale/yuv2rgb.c av_cold int ff_yuv2rgb_c_init_tables(SwsContext *c, const int inv_table[4], SwsContext 53 tests/checkasm/sw_scale.c struct SwsContext *ctx;