Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegenc_huffman.c147 memset(s->val_count, 0, sizeof(s->val_count)); in ff_mjpeg_encode_huffman_init()
167 if (s->val_count[i]) nval++; in ff_mjpeg_encode_huffman_close()
173 if (s->val_count[i]) { in ff_mjpeg_encode_huffman_close()
175 val_counts[j].prob = s->val_count[i]; in ff_mjpeg_encode_huffman_close()
Dmjpegenc_huffman.h33 int val_count[256]; member
41 s->val_count[val]++; in ff_mjpeg_encode_huffman_increment()