Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegenc_common.c73 int matrix_count = 1 + !!memcmp(luma_intra_matrix, in jpeg_table_header() local
77 matrix_count = 2; in jpeg_table_header()
80 put_bits(p, 16, 2 + matrix_count * (1 + 64)); in jpeg_table_header()
88 if (matrix_count > 1) { in jpeg_table_header()