Home
last modified time | relevance | path

Searched refs:run_table (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwma.c42 uint16_t *run_table, *int_table; in init_coef_vlc() local
48 run_table = av_malloc_array(n, sizeof(uint16_t)); in init_coef_vlc()
51 if (!run_table || !flevel_table || !int_table) { in init_coef_vlc()
52 av_freep(&run_table); in init_coef_vlc()
64 run_table[i] = j; in init_coef_vlc()
70 *prun_table = run_table; in init_coef_vlc()
341 ret = init_coef_vlc(&s->coef_vlc[0], &s->run_table[0], &s->level_table[0], in ff_wma_init()
346 return init_coef_vlc(&s->coef_vlc[1], &s->run_table[1], &s->level_table[1], in ff_wma_init()
378 av_freep(&s->run_table[i]); in ff_wma_end()
426 const uint16_t *run_table, int version, in ff_wma_run_level_decode() argument
[all …]
Dwma.h95 uint16_t *run_table[2]; member
156 const uint16_t *run_table, int version,
Dwmadec.c600 s->level_table[tindex], s->run_table[tindex], in wma_decode_block()