/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.c | 281 static const struct dct_coeff_compressed dct_coeff_tbl_zero[] = { variable in typeref:struct:dct_coeff_compressed 609 init_dct_coeff_table(tbl_B14_DC, dct_coeff_tbl_zero, Elements(dct_coeff_tbl_zero), true); 610 init_dct_coeff_table(tbl_B14_AC, dct_coeff_tbl_zero, Elements(dct_coeff_tbl_zero), false);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.c | 281 static const struct dct_coeff_compressed dct_coeff_tbl_zero[] = { variable in typeref:struct:dct_coeff_compressed 609 init_dct_coeff_table(tbl_B14_DC, dct_coeff_tbl_zero, Elements(dct_coeff_tbl_zero), true); 610 init_dct_coeff_table(tbl_B14_AC, dct_coeff_tbl_zero, Elements(dct_coeff_tbl_zero), false);
|