Home
last modified time | relevance | path

Searched refs:int_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
50 int_table = av_malloc_array(n, sizeof(uint16_t)); in init_coef_vlc()
51 if (!run_table || !flevel_table || !int_table) { in init_coef_vlc()
54 av_freep(&int_table); in init_coef_vlc()
61 int_table[k] = i; in init_coef_vlc()
72 *pint_table = int_table; in init_coef_vlc()
342 &s->int_table[0], s->coef_vlcs[0]); in ff_wma_init()
347 &s->int_table[1], s->coef_vlcs[1]); in ff_wma_init()
380 av_freep(&s->int_table[i]); in ff_wma_end()
Dwma.h97 uint16_t *int_table[2]; member
Dwmaenc.c322 code = run + s->int_table[tindex][abs_level - 1]; in encode_block()