FFmpeg
|
#include "libavutil/x86/asm.h"
#include "libavutil/cpu.h"
#include "libswresample/swresample_internal.h"
Go to the source code of this file.
Macros | |
#define | COMMON_CORE_INT16_MMX2 |
#define | COMMON_CORE_INT16_SSSE3 |
Functions | |
int | swri_resample_int16_mmx2 (struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx) |
int | swri_resample_int16_ssse3 (struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx) |
Variables | |
const uint64_t | ff_resample_int16_rounder [2] = { 0x0000000000004000ULL, 0x0000000000000000ULL} |
#define COMMON_CORE_INT16_MMX2 |
Definition at line 30 of file resample_mmx.h.
#define COMMON_CORE_INT16_SSSE3 |
Definition at line 51 of file resample_mmx.h.
int swri_resample_int16_mmx2 | ( | struct ResampleContext * | c, |
int16_t * | dst, | ||
const int16_t * | src, | ||
int * | consumed, | ||
int | src_size, | ||
int | dst_size, | ||
int | update_ctx | ||
) |
Referenced by multiple_resample().
int swri_resample_int16_ssse3 | ( | struct ResampleContext * | c, |
int16_t * | dst, | ||
const int16_t * | src, | ||
int * | consumed, | ||
int | src_size, | ||
int | dst_size, | ||
int | update_ctx | ||
) |
Referenced by multiple_resample().
const uint64_t ff_resample_int16_rounder[2] = { 0x0000000000004000ULL, 0x0000000000000000ULL} |
Definition at line 28 of file resample_mmx.h.