Home
last modified time | relevance | path

Searched refs:vlc_offs (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1.c1575 static const uint16_t vlc_offs[] = { variable
1603 ff_vc1_ttmb_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 0]]; in vc1_init_static()
1604 ff_vc1_ttmb_vlc[i].table_allocated = vlc_offs[i * 3 + 1] - vlc_offs[i * 3 + 0]; in vc1_init_static()
1608 ff_vc1_ttblk_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 1]]; in vc1_init_static()
1609 ff_vc1_ttblk_vlc[i].table_allocated = vlc_offs[i * 3 + 2] - vlc_offs[i * 3 + 1]; in vc1_init_static()
1613 ff_vc1_subblkpat_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 2]]; in vc1_init_static()
1614 ff_vc1_subblkpat_vlc[i].table_allocated = vlc_offs[i * 3 + 3] - vlc_offs[i * 3 + 2]; in vc1_init_static()
1620 ff_vc1_4mv_block_pattern_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 9]]; in vc1_init_static()
1621 … ff_vc1_4mv_block_pattern_vlc[i].table_allocated = vlc_offs[i * 3 + 10] - vlc_offs[i * 3 + 9]; in vc1_init_static()
1625 ff_vc1_cbpcy_p_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 10]]; in vc1_init_static()
[all …]
Ddcahuff.c1234 static const uint16_t vlc_offs[80] = { variable
1274 vlc.table = &dca_table[vlc_offs[k]]; \ in ff_dca_init_vlcs()
1275 vlc.table_allocated = vlc_offs[k + 1] - vlc_offs[k]; \ in ff_dca_init_vlcs()
1308 vlc.table = &dca_table[vlc_offs[k]]; \ in ff_dca_init_vlcs()
1309 vlc.table_allocated = vlc_offs[k + 1] - vlc_offs[k]; \ in ff_dca_init_vlcs()