#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/x86_cpu.h"
#include "yuv2rgb_template2.c"
Go to the source code of this file.
Defines | |
#define | DITHER1XBPP |
#define | HAVE_MMX2 0 |
#define | HAVE_AMD3DNOW 0 |
#define | RENAME(a) a ## _MMX |
#define | HAVE_MMX2 1 |
#define | RENAME(a) a ## _MMX2 |
Functions | |
DECLARE_ASM_CONST (DECLARE_ASM_CONST(8, DECLARE_ASM_CONST(uint64_t, mmx_00ffw) |
#define DITHER1XBPP |
Definition at line 38 of file yuv2rgb_mmx.c.
#define HAVE_AMD3DNOW 0 |
#define HAVE_MMX2 1 |
#define HAVE_MMX2 0 |
#define RENAME | ( | a | ) | a ## _MMX2 |
#define RENAME | ( | a | ) | a ## _MMX |
DECLARE_ASM_CONST | ( | DECLARE_ASM_CONST( | 8, | |
DECLARE_ASM_CONST( | uint64_t, | |||
mmx_00ffw | ||||
) | [pure virtual] |
Definition at line 41 of file yuv2rgb_mmx.c.