Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegvideoenc.h133 void ff_convert_matrix(MpegEncContext *s, int (*qmat)[64], uint16_t (*qmat16)[2][64],
H A Dhq_hqadata.c342 static const int32_t qmat16[MAT_SIZE] = { variable
1128 { { qmat02, qmat06, qmat0E, qmat16 }, { qmat03, qmat07, qmat0F, qmat17 } },
1130 { { qmat06, qmat0E, qmat16, qmat22 }, { qmat07, qmat0F, qmat17, qmat23 } },
1134 { { qmat0E, qmat16, qmat22, qmat30 }, { qmat0F, qmat17, qmat23, qmat31 } },
1135 { { qmat16, qmat22, qmat30, qmat3E }, { qmat17, qmat23, qmat31, qmat3F } },
H A Dmpegvideo_enc.c109 uint16_t (*qmat16)[2][64], in ff_convert_matrix()
164 qmat16[qscale][0][i] = (2 << QMAT_SHIFT_MMX) / den; in ff_convert_matrix()
166 if (qmat16[qscale][0][i] == 0 || in ff_convert_matrix()
167 qmat16[qscale][0][i] == 128 * 256) in ff_convert_matrix()
168 qmat16[qscale][0][i] = 128 * 256 - 1; in ff_convert_matrix()
169 qmat16[qscale][1][i] = in ff_convert_matrix()
171 qmat16[qscale][0][i]); in ff_convert_matrix()
108 ff_convert_matrix(MpegEncContext *s, int (*qmat)[64], uint16_t (*qmat16)[2][64], const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra) ff_convert_matrix() argument

Completed in 22 milliseconds