Searched refs:init_dct_coeff_table (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 537 init_dct_coeff_table(struct dct_coeff *dst, const struct dct_coeff_compressed *src, in init_dct_coeff_table() function 609 init_dct_coeff_table(tbl_B14_DC, dct_coeff_tbl_zero, Elements(dct_coeff_tbl_zero), true); in init_tables() 610 init_dct_coeff_table(tbl_B14_AC, dct_coeff_tbl_zero, Elements(dct_coeff_tbl_zero), false); in init_tables() 611 init_dct_coeff_table(tbl_B15, dct_coeff_tbl_one, Elements(dct_coeff_tbl_one), false); in init_tables()
|