FFmpeg
|
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <assert.h>
#include "config.h"
#include "libswscale/rgb2rgb.h"
#include "libswscale/swscale.h"
#include "libswscale/swscale_internal.h"
#include "libavutil/attributes.h"
#include "libavutil/x86/asm.h"
#include "libavutil/cpu.h"
Go to the source code of this file.
Functions | |
av_cold SwsFunc | ff_yuv2rgb_init_mmx (SwsContext *c) |
av_cold SwsFunc ff_yuv2rgb_init_mmx | ( | SwsContext * | c | ) |
Definition at line 72 of file yuv2rgb.c.
Referenced by ff_yuv2rgb_get_func_ptr().