Searched refs:tbl_B14_AC (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c533 static struct dct_coeff tbl_B14_AC[1 << 17]; variable in typeref:struct:dct_coeff[]
610 init_dct_coeff_table(tbl_B14_AC, dct_coeff_tbl_zero, ARRAY_SIZE(dct_coeff_tbl_zero), false);
712 const struct dct_coeff *table = intra ? bs->intra_dct_tbl : tbl_B14_AC;
990 bs->intra_dct_tbl = picture->intra_vlc_format ? tbl_B15 : tbl_B14_AC;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c533 static struct dct_coeff tbl_B14_AC[1 << 17]; variable in typeref:struct:dct_coeff[]
610 init_dct_coeff_table(tbl_B14_AC, dct_coeff_tbl_zero, ARRAY_SIZE(dct_coeff_tbl_zero), false);
712 const struct dct_coeff *table = intra ? bs->intra_dct_tbl : tbl_B14_AC;
990 bs->intra_dct_tbl = picture->intra_vlc_format ? tbl_B15 : tbl_B14_AC;

Completed in 4 milliseconds