FFmpeg
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "config.h"
#include "libswscale/rgb2rgb.h"
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/mem_internal.h"
#include "libavutil/pixdesc.h"
#include "yuv2rgb_altivec.h"
Go to the source code of this file.
Functions | |
av_cold SwsFunc | ff_yuv2rgb_init_ppc (SwsContext *c) |
av_cold void | ff_yuv2rgb_init_tables_ppc (SwsContext *c, const int inv_table[4], int brightness, int contrast, int saturation) |
av_cold SwsFunc ff_yuv2rgb_init_ppc | ( | SwsContext * | c | ) |
Definition at line 535 of file yuv2rgb_altivec.c.
Referenced by ff_yuv2rgb_get_func_ptr().
av_cold void ff_yuv2rgb_init_tables_ppc | ( | SwsContext * | c, |
const int | inv_table[4], | ||
int | brightness, | ||
int | contrast, | ||
int | saturation | ||
) |
Definition at line 598 of file yuv2rgb_altivec.c.
Referenced by sws_setColorspaceDetails().