copy_block.h File Reference
#include <stdint.h>
#include "libavutil/intreadwrite.h"
Include dependency graph for copy_block.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void copy_block2 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h)
 
static void copy_block4 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h)
 
static void copy_block8 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h)
 
static void copy_block16 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h)
 
static void copy_block9 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h)
 
static void copy_block17 (uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h)
 

Function Documentation

static void copy_block16 ( uint8_t dst,
const uint8_t src,
int  dstStride,
int  srcStride,
int  h 
)
inlinestatic

Definition at line 59 of file copy_block.h.

Referenced by copy_block().

static void copy_block17 ( uint8_t dst,
const uint8_t src,
int  dstStride,
int  srcStride,
int  h 
)
inlinestatic

Definition at line 82 of file copy_block.h.

static void copy_block2 ( uint8_t dst,
const uint8_t src,
int  dstStride,
int  srcStride,
int  h 
)
inlinestatic

Definition at line 26 of file copy_block.h.

Referenced by mjpeg_copy_block().

static void copy_block4 ( uint8_t dst,
const uint8_t src,
int  dstStride,
int  srcStride,
int  h 
)
inlinestatic

Definition at line 37 of file copy_block.h.

Referenced by copy_block(), copy_cell(), decode_0(), mjpeg_copy_block(), and old_codec37().

static void copy_block8 ( uint8_t dst,
const uint8_t src,
int  dstStride,
int  srcStride,
int  h 
)
inlinestatic

Definition at line 48 of file copy_block.h.

Referenced by copy_block(), and rd8x8_c().

static void copy_block9 ( uint8_t dst,
const uint8_t src,
int  dstStride,
int  srcStride,
int  h 
)
inlinestatic

Definition at line 70 of file copy_block.h.