FFmpeg
Functions
yuv2rgb_altivec.c File Reference
#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/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)
 

Function Documentation

◆ ff_yuv2rgb_init_ppc()

av_cold SwsFunc ff_yuv2rgb_init_ppc ( SwsContext c)

Definition at line 540 of file yuv2rgb_altivec.c.

Referenced by ff_yuv2rgb_get_func_ptr().

◆ ff_yuv2rgb_init_tables_ppc()

av_cold void ff_yuv2rgb_init_tables_ppc ( SwsContext c,
const int  inv_table[4],
int  brightness,
int  contrast,
int  saturation 
)

Definition at line 603 of file yuv2rgb_altivec.c.

Referenced by sws_setColorspaceDetails().