Lines Matching refs:run_table
42 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
439 offset += run_table[code]; in ff_wma_run_level_decode()