FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
bit_depth_template.c File Reference
#include "mathops.h"
#include "rnd_avg.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Macros

#define BIT_DEPTH   8
 
#define AVCODEC_BIT_DEPTH_TEMPLATE_C
 
#define pixel   uint8_t
 
#define pixel2   uint16_t
 
#define pixel4   uint32_t
 
#define dctcoef   int16_t
 
#define INIT_CLIP
 
#define no_rnd_avg_pixel4   no_rnd_avg32
 
#define rnd_avg_pixel4   rnd_avg32
 
#define AV_RN2P   AV_RN16
 
#define AV_RN4P   AV_RN32
 
#define AV_RN4PA   AV_RN32A
 
#define AV_WN2P   AV_WN16
 
#define AV_WN4P   AV_WN32
 
#define AV_WN4PA   AV_WN32A
 
#define PIXEL_SPLAT_X4(x)   ((x)*0x01010101U)
 
#define av_clip_pixel(a)   av_clip_uint8(a)
 
#define CLIP(a)   av_clip_uint8(a)
 
#define FUNC3(a, b, c)   a ## _ ## b ## c
 
#define FUNC2(a, b, c)   FUNC3(a, b, c)
 
#define FUNC(a)   FUNC2(a, BIT_DEPTH,)
 
#define FUNCC(a)   FUNC2(a, BIT_DEPTH, _c)
 

Macro Definition Documentation

#define BIT_DEPTH   8
#define AVCODEC_BIT_DEPTH_TEMPLATE_C

Definition at line 47 of file bit_depth_template.c.

#define pixel   uint8_t

Definition at line 70 of file bit_depth_template.c.

#define pixel2   uint16_t

Definition at line 71 of file bit_depth_template.c.

#define pixel4   uint32_t
#define dctcoef   int16_t
#define INIT_CLIP

Definition at line 75 of file bit_depth_template.c.

Referenced by pred8x16_plane(), and pred8x8_plane().

#define no_rnd_avg_pixel4   no_rnd_avg32

Definition at line 76 of file bit_depth_template.c.

#define rnd_avg_pixel4   rnd_avg32
#define AV_RN2P   AV_RN16

Definition at line 78 of file bit_depth_template.c.

Referenced by copy_block2().

#define AV_RN4P   AV_RN32
#define AV_RN4PA   AV_RN32A
#define AV_WN2P   AV_WN16

Definition at line 81 of file bit_depth_template.c.

Referenced by copy_block2().

#define AV_WN4P   AV_WN32

Definition at line 82 of file bit_depth_template.c.

Referenced by copy_block16(), copy_block4(), copy_block8(), pred_angular(), and pred_dc().

#define AV_WN4PA   AV_WN32A
#define PIXEL_SPLAT_X4 (   x)    ((x)*0x01010101U)
#define av_clip_pixel (   a)    av_clip_uint8(a)
#define CLIP (   a)    av_clip_uint8(a)

Definition at line 87 of file bit_depth_template.c.

Referenced by for(), pred8x16_plane(), pred8x8_plane(), and swri_noise_shaping_TMPL().

#define FUNC3 (   a,
  b,
  c 
)    a ## _ ## b ## c

Definition at line 90 of file bit_depth_template.c.

#define FUNC2 (   a,
  b,
  c 
)    FUNC3(a, b, c)

Definition at line 91 of file bit_depth_template.c.

#define FUNC (   a)    FUNC2(a, BIT_DEPTH,)
#define FUNCC (   a)    FUNC2(a, BIT_DEPTH, _c)