libavcodec/x86/v210-init.c File Reference

#include "libavutil/cpu.h"
#include "libavcodec/v210dec.h"

Go to the source code of this file.

Functions

void ff_v210_planar_unpack_unaligned_ssse3 (const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width)
void ff_v210_planar_unpack_unaligned_avx (const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width)
void ff_v210_planar_unpack_aligned_ssse3 (const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width)
void ff_v210_planar_unpack_aligned_avx (const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width)
av_cold void v210_x86_init (V210DecContext *s)

Function Documentation

void ff_v210_planar_unpack_aligned_avx ( const uint32_t *  src,
uint16_t *  y,
uint16_t *  u,
uint16_t *  v,
int  width 
)
void ff_v210_planar_unpack_aligned_ssse3 ( const uint32_t *  src,
uint16_t *  y,
uint16_t *  u,
uint16_t *  v,
int  width 
)
void ff_v210_planar_unpack_unaligned_avx ( const uint32_t *  src,
uint16_t *  y,
uint16_t *  u,
uint16_t *  v,
int  width 
)
void ff_v210_planar_unpack_unaligned_ssse3 ( const uint32_t *  src,
uint16_t *  y,
uint16_t *  u,
uint16_t *  v,
int  width 
)
av_cold void v210_x86_init ( V210DecContext s  ) 

Definition at line 28 of file v210-init.c.

Referenced by decode_frame(), and decode_init().