Searched refs:dct_coeff (Results 1 – 3 of 3) sorted by relevance
42 struct dct_coeff struct52 struct dct_coeff coeff; argument532 static struct dct_coeff tbl_B14_DC[1 << 17];533 static struct dct_coeff tbl_B14_AC[1 << 17];534 static struct dct_coeff tbl_B15[1 << 17];537 init_dct_coeff_table(struct dct_coeff *dst, const struct dct_coeff_compressed *src, in init_dct_coeff_table()549 struct dct_coeff coeff = src->coeff; in init_dct_coeff_table()718 const struct dct_coeff *table = intra ? bs->intra_dct_tbl : tbl_B14_AC; in decode_dct()719 const struct dct_coeff *entry; in decode_dct()
39 struct dct_coeff *intra_dct_tbl;
236 short *dct_coeff; member