FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bswapdsp.c File Reference
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/bswap.h"
#include "bswapdsp.h"

Go to the source code of this file.

Functions

static void bswap_buf (uint32_t *dst, const uint32_t *src, int w)
 
static void bswap16_buf (uint16_t *dst, const uint16_t *src, int len)
 
av_cold void ff_bswapdsp_init (BswapDSPContext *c)
 

Function Documentation

static void bswap_buf ( uint32_t *  dst,
const uint32_t *  src,
int  w 
)
static

Definition at line 25 of file bswapdsp.c.

Referenced by ff_bswapdsp_init().

static void bswap16_buf ( uint16_t *  dst,
const uint16_t *  src,
int  len 
)
static

Definition at line 43 of file bswapdsp.c.

Referenced by ff_bswapdsp_init().

av_cold void ff_bswapdsp_init ( BswapDSPContext c)