Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c42 struct dct_coeff struct
52 struct dct_coeff coeff;
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()
712 const struct dct_coeff *table = intra ? bs->intra_dct_tbl : tbl_B14_AC; in decode_dct()
713 const struct dct_coeff *entry; in decode_dct()
H A Dvl_mpeg12_bitstream.h39 struct dct_coeff *intra_dct_tbl;
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c3921 int dct_coeff= FFABS(block[ scantable[i] ]); in dct_quantize_trellis_c() local
3925 dct_coeff= (dct_coeff*ff_inv_aanscales[ scantable[i] ]) >> 12; in dct_quantize_trellis_c()
3926 zero_distortion= dct_coeff*dct_coeff; in dct_quantize_trellis_c()
3953 distortion= (unquant_coeff - dct_coeff) * (unquant_coeff - dct_coeff) - zero_distortion; in dct_quantize_trellis_c()

Completed in 8 milliseconds