FFmpeg
|
Include dependency graph for tableprint.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...) |
#define | WRITE_1D_FUNC(type, fmtstr, linebrk) WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, data[i]) |
#define | WRITE_2D_FUNC(type) |
#define | WRITE_ARRAY(prefix, type, name) |
#define | WRITE_2D_ARRAY(prefix, type, name) |
Functions | |
static void | write_fileheader (void) |
Predefined functions for printing tables | |
void | write_int8_t_array (const int8_t *, int) |
void | write_uint8_t_array (const uint8_t *, int) |
void | write_uint16_t_array (const uint16_t *, int) |
void | write_uint32_t_array (const uint32_t *, int) |
void | write_float_array (const float *, int) |
void | write_int8_t_2d_array (const void *, int, int) |
void | write_uint8_t_2d_array (const void *, int, int) |
void | write_uint32_t_2d_array (const void *, int, int) |
void | write_float_2d_array (const void *, int, int) |
Macro Definition Documentation
#define WRITE_1D_FUNC | ( | type, | |
fmtstr, | |||
linebrk | |||
) | WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, data[i]) |
Definition at line 43 of file tableprint.h.
#define WRITE_1D_FUNC_ARGV | ( | type, | |
linebrk, | |||
fmtstr, | |||
... | |||
) |
Value:
{\
}\
printf(" "fmtstr"\n", __VA_ARGS__);\
}
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
#define type
printf("static const uint8_t my_array[100] = {\n")
Definition at line 31 of file tableprint.h.
Value:
do { \
array_size1, array_size2 ); \
printf("};\n"); \
} while(0)
#define type
printf("static const uint8_t my_array[100] = {\n")
Definition at line 83 of file tableprint.h.
Referenced by main().
#define WRITE_2D_FUNC | ( | type | ) |
Value:
{\
}\
}
#define type
printf("static const uint8_t my_array[100] = {\n")
Definition at line 46 of file tableprint.h.
Value:
do { \
array_size); \
printf("};\n"); \
} while(0)
#define type
printf("static const uint8_t my_array[100] = {\n")
Definition at line 74 of file tableprint.h.
Function Documentation
Definition at line 105 of file tableprint.h.
Referenced by write_float_3d_array().
void write_int8_t_array | ( | const int8_t * | , |
int | |||
) |
void write_uint16_t_array | ( | const uint16_t * | , |
int | |||
) |
void write_uint32_t_array | ( | const uint32_t * | , |
int | |||
) |
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11