Searched refs:AV_JOIN (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | mem.c | 51 #define malloc AV_JOIN(MALLOC_PREFIX, malloc) 52 #define memalign AV_JOIN(MALLOC_PREFIX, memalign) 53 #define posix_memalign AV_JOIN(MALLOC_PREFIX, posix_memalign) 54 #define realloc AV_JOIN(MALLOC_PREFIX, realloc) 55 #define free AV_JOIN(MALLOC_PREFIX, free)
|
H A D | macros.h | 70 #define AV_JOIN(a, b) AV_GLUE(a, b) macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | flacdsp_template.c | 38 # define FSUF AV_JOIN(SAMPLE_SIZE, p) 49 #define FUNC(n) AV_JOIN(n ## _, FSUF)
|
H A D | flacdsp_lpc_template.c | 29 #define FUNC(n) AV_JOIN(n ## _, SAMPLE_SIZE)
|
H A D | h264_mb_template.c | 26 # define FUNC(n) AV_JOIN(n ## _simple_, BITS)
|
Completed in 3 milliseconds