Home
last modified time | relevance | path

Searched defs:read_table (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dpaf.c78 static int read_table(AVFormatContext *s, uint32_t *table, uint32_t count) in read_table() function
Dmvdec.c239 static int read_table(AVFormatContext *avctx, AVStream *st, in read_table() function
/third_party/ffmpeg/libavcodec/
Dmace.c176 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table() function
Ddstdec.c151 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/
Dtables.py83 def read_table(infile, header, *, function
/third_party/pcre2/pcre2/maint/
DGenerateUcd.py303 def read_table(file_name, get_value, default_value): function