Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmjpegenc_common.c70 int matrix_count = 1 + !!memcmp(luma_intra_matrix, in jpeg_table_header() local
74 matrix_count = 2; in jpeg_table_header()
77 put_bits(p, 16, 2 + matrix_count * (1 + 64)); in jpeg_table_header()
85 if (matrix_count > 1) { in jpeg_table_header()

Completed in 2 milliseconds