FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Include dependency graph for rnd_avg.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | CALL_2X_PIXELS(a, b, n) |
#define | BYTE_VEC32(c) ((c)*0x01010101UL) |
#define | BYTE_VEC64(c) ((c)*0x0001000100010001UL) |
Functions | |
static uint32_t | rnd_avg32 (uint32_t a, uint32_t b) |
static uint32_t | no_rnd_avg32 (uint32_t a, uint32_t b) |
static uint64_t | rnd_avg64 (uint64_t a, uint64_t b) |
static uint64_t | no_rnd_avg64 (uint64_t a, uint64_t b) |
Macro Definition Documentation
Definition at line 34 of file rnd_avg.h.
Referenced by no_rnd_avg32(), and rnd_avg32().
Definition at line 35 of file rnd_avg.h.
Referenced by no_rnd_avg64(), and rnd_avg64().
Value:
}
Function Documentation
|
inlinestatic |
Definition at line 42 of file rnd_avg.h.
Referenced by put_no_rnd_pixels_l2().
|
inlinestatic |
|
inlinestatic |
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11