HomeSort by relevance Sort by last modified time
    Searched refs:tbl_B14_AC (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 533 static struct dct_coeff tbl_B14_AC[1 << 17];
610 init_dct_coeff_table(tbl_B14_AC, dct_coeff_tbl_zero, Elements(dct_coeff_tbl_zero), false);
718 const struct dct_coeff *table = intra ? bs->intra_dct_tbl : tbl_B14_AC;
966 bs->intra_dct_tbl = picture->intra_vlc_format ? tbl_B15 : tbl_B14_AC;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 533 static struct dct_coeff tbl_B14_AC[1 << 17];
610 init_dct_coeff_table(tbl_B14_AC, dct_coeff_tbl_zero, Elements(dct_coeff_tbl_zero), false);
718 const struct dct_coeff *table = intra ? bs->intra_dct_tbl : tbl_B14_AC;
966 bs->intra_dct_tbl = picture->intra_vlc_format ? tbl_B15 : tbl_B14_AC;

Completed in 24 milliseconds