Searched defs:read_table (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | paf.c | 78 static int read_table(AVFormatContext *s, uint32_t *table, uint32_t count) in read_table() function
|
D | mvdec.c | 239 static int read_table(AVFormatContext *avctx, AVStream *st, in read_table() function
|
/third_party/ffmpeg/libavcodec/ |
D | mace.c | 176 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table() function
|
D | dstdec.c | 151 static int read_table(GetBitContext *gb, Table *t, const int8_t code_pred_coeff[3][3], in read_table() function
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | tables.py | 83 def read_table(infile, header, *, function
|
/third_party/pcre2/pcre2/maint/ |
D | GenerateUcd.py | 303 def read_table(file_name, get_value, default_value): function
|