Home
last modified time | relevance | path

Searched refs:dct_coeff (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c42 struct dct_coeff struct
52 struct dct_coeff coeff; argument
532 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()
Dvl_mpeg12_bitstream.h39 struct dct_coeff *intra_dct_tbl;
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dframe.h236 short *dct_coeff; member