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

Go to the source code of this file.

Functions

void ff_clear_block_neon (int16_t *block)
 
void ff_clear_blocks_neon (int16_t *blocks)
 
av_cold void ff_blockdsp_init_neon (BlockDSPContext *c, unsigned high_bit_depth)
 

Function Documentation

void ff_clear_block_neon ( int16_t *  block)

Referenced by ff_blockdsp_init_neon().

void ff_clear_blocks_neon ( int16_t *  blocks)

Referenced by ff_blockdsp_init_neon().

av_cold void ff_blockdsp_init_neon ( BlockDSPContext c,
unsigned  high_bit_depth 
)

Definition at line 31 of file blockdsp_init_neon.c.

Referenced by ff_blockdsp_init_arm().