Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c534 static struct dct_coeff tbl_B15[1 << 17]; variable
611 init_dct_coeff_table(tbl_B15, dct_coeff_tbl_one, ARRAY_SIZE(dct_coeff_tbl_one), false); in init_tables()
996 bs->intra_dct_tbl = picture->intra_vlc_format ? tbl_B15 : tbl_B14_AC; in vl_mpg12_bs_decode()