Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwma.c41 uint16_t *run_table, *int_table; in init_coef_vlc() local
49 run_table = av_malloc_array(n, sizeof(uint16_t)); in init_coef_vlc()
52 if (!run_table || !flevel_table || !int_table) { in init_coef_vlc()
53 av_freep(&run_table); in init_coef_vlc()
65 run_table[i] = j; in init_coef_vlc()
71 *prun_table = run_table; in init_coef_vlc()
343 ret = init_coef_vlc(&s->coef_vlc[0], &s->run_table[0], &s->level_table[0], in ff_wma_init()
348 return init_coef_vlc(&s->coef_vlc[1], &s->run_table[1], &s->level_table[1], in ff_wma_init()
380 av_freep(&s->run_table[i]); in ff_wma_end()
416 * @param run_table ru
426 ff_wma_run_level_decode(AVCodecContext *avctx, GetBitContext *gb, VLC *vlc, const float *level_table, const uint16_t *run_table, int version, WMACoef *ptr, int offset, int num_coefs, int block_len, int frame_len_bits, int coef_nb_bits) ff_wma_run_level_decode() argument
[all...]
H A Dwma.h95 uint16_t *run_table[2]; member
158 const uint16_t *run_table, int version,
H A Dwmadec.c617 s->level_table[tindex], s->run_table[tindex], in wma_decode_block()

Completed in 3 milliseconds