Searched defs:index_table (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | huffman_consts.h | 526 static int index_table[8] = {4, 4, 3, 3, 2, 2, 1, 0}; variable
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmux.h | 72 GArray *index_table; member
|
D | mxfdemux.c | 2176 GstMXFDemuxIndexTable *index_table = NULL; in find_edit_entry() local 2432 GstMXFDemuxIndexTable *index_table = get_track_index_table (demux, etrack); in find_entry_for_offset() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
D | SDL_wave.c | 258 const int index_table[16] = { in IMA_ADPCM_nibble() local
|
/third_party/ffmpeg/libavcodec/ |
D | siren.c | 33 static const uint8_t index_table[8] = {4, 4, 3, 3, 2, 2, 1, 0}; variable
|
/third_party/quickjs/ |
D | libunicode.c | 173 const uint8_t *index_table, int index_table_len) in get_index_pos() 206 const uint8_t *index_table, int index_table_len) in lre_is_in_table()
|
/third_party/ffmpeg/libavformat/ |
D | mxfdec.c | 1660 static int mxf_edit_unit_absolute_offset(MXFContext *mxf, MXFIndexTable *index_table, int64_t edit_… in mxf_edit_unit_absolute_offset() 1706 static int mxf_compute_ptses_fake_index(MXFContext *mxf, MXFIndexTable *index_table) in mxf_compute_ptses_fake_index()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-ids.h | 562 GArray *index_table; member
|