Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudioenc_template.c63 const unsigned char *alloc_table; member
140 s->alloc_table = ff_mpa_alloc_tables[table]; in MPA_encode_init()
537 alloc = s->alloc_table; in compute_bit_allocation()
565 alloc = s->alloc_table; in compute_bit_allocation()
633 bit_alloc_bits = s->alloc_table[j]; in encode_frame()
678 bit_alloc_bits = s->alloc_table[j]; in encode_frame()
684 qindex = s->alloc_table[j+b]; in encode_frame()
Dbitstream.c115 static int alloc_table(VLC *vlc, int size, int use_static) in alloc_table() function
200 table_index = alloc_table(vlc, table_size, flags & INIT_VLC_USE_NEW_STATIC); in build_table()
Dmpegaudiodec_template.c463 const unsigned char *alloc_table; in mp_decode_layer2() local
475 alloc_table = ff_mpa_alloc_tables[table]; in mp_decode_layer2()
491 bit_alloc_bits = alloc_table[j]; in mp_decode_layer2()
497 bit_alloc_bits = alloc_table[j]; in mp_decode_layer2()
553 bit_alloc_bits = alloc_table[j]; in mp_decode_layer2()
558 qindex = alloc_table[j+b]; in mp_decode_layer2()
591 bit_alloc_bits = alloc_table[j]; in mp_decode_layer2()
597 qindex = alloc_table[j + b]; in mp_decode_layer2()