FFmpeg
Loading...
Searching...
No Matches
pixels.h File Reference
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Macros

#define CALL_2X_PIXELS_MACRO(STATIC, a, b, n)
 
#define CALL_2X_PIXELS(a, b, n)
 
#define CALL_2X_PIXELS_EXPORT(a, b, n)
 

Macro Definition Documentation

◆ CALL_2X_PIXELS_MACRO

#define CALL_2X_PIXELS_MACRO ( STATIC,
a,
b,
n )
Value:
STATIC void a(uint8_t *block, const uint8_t *pixels, \
ptrdiff_t line_size, int h) \
{ \
b(block, pixels, line_size, h); \
b(block + n, pixels + n, line_size, h); \
}
static int16_t block[64]
Definition dct.c:125
int a
#define STATIC

Definition at line 26 of file pixels.h.

◆ CALL_2X_PIXELS

#define CALL_2X_PIXELS ( a,
b,
n )
Value:
CALL_2X_PIXELS_MACRO(static, a, b, n)
#define b
Definition input.c:43
#define CALL_2X_PIXELS_MACRO(STATIC, a, b, n)
Definition pixels.h:26

Definition at line 34 of file pixels.h.

Referenced by ff_put_pixels16_arm().

◆ CALL_2X_PIXELS_EXPORT

#define CALL_2X_PIXELS_EXPORT ( a,
b,
n )
Value:

Definition at line 35 of file pixels.h.