Lines Matching refs:SwsContext
73 static void handle_formats(SwsContext *c);
308 static av_cold int get_local_pos(SwsContext *s, int chr_subsample, int pos, int dir) in get_local_pos()
737 static void fill_rgb2yuv_table(SwsContext *c, const int table[4], int dstRange) in fill_rgb2yuv_table()
831 static void fill_xyztables(struct SwsContext *c) in fill_xyztables()
872 int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], in sws_setColorspaceDetails()
1007 int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, in sws_getColorspaceDetails()
1083 static void handle_formats(SwsContext *c) in handle_formats()
1093 SwsContext *sws_alloc_context(void) in sws_alloc_context()
1095 SwsContext *c = av_mallocz(sizeof(SwsContext)); in sws_alloc_context()
1097 av_assert0(offsetof(SwsContext, redDither) + DITHER32_INT == offsetof(SwsContext, dither32)); in sws_alloc_context()
1179 av_cold int sws_init_context(SwsContext *c, SwsFilter *srcFilter, in sws_init_context()
1487 SwsContext *c2; in sws_init_context()
1892 SwsContext *sws_alloc_set_opts(int srcW, int srcH, enum AVPixelFormat srcFormat, in sws_alloc_set_opts()
1896 SwsContext *c; in sws_alloc_set_opts()
1917 SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, in sws_getContext()
1922 SwsContext *c; in sws_getContext()
2337 void sws_freeContext(SwsContext *c) in sws_freeContext()
2397 struct SwsContext *sws_getCachedContext(struct SwsContext *context, int srcW, in sws_getCachedContext()