Home
last modified time | relevance | path

Searched defs:index_table (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/siren/
Dhuffman_consts.h526 static int index_table[8] = {4, 4, 3, 3, 2, 2, 1, 0}; variable
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.h72 GArray *index_table; member
Dmxfdemux.c2176 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/
DSDL_wave.c258 const int index_table[16] = { in IMA_ADPCM_nibble() local
/third_party/ffmpeg/libavcodec/
Dsiren.c33 static const uint8_t index_table[8] = {4, 4, 3, 3, 2, 2, 1, 0}; variable
/third_party/quickjs/
Dlibunicode.c173 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/
Dmxfdec.c1660 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/
Dmatroska-ids.h562 GArray *index_table; member