Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcdtoons.c253 uint16_t diff_count; in cdtoons_decode_frame() local
258 diff_count = bytestream_get_be16(&buf); in cdtoons_decode_frame()
260 for (int i = 0; i < diff_count; i++) { in cdtoons_decode_frame()
Damrnbdec.c127 …uint8_t diff_count; ///< the number of subframes for which diff has been abov… member
599 p->diff_count++; in fixed_gain_smooth()
601 p->diff_count = 0; in fixed_gain_smooth()
603 if (p->diff_count > 10) { in fixed_gain_smooth()
605 p->diff_count--; // don't let diff_count overflow in fixed_gain_smooth()
/third_party/littlefs/scripts/
Dcoverage.py176 diff_hits, diff_count, ratio) in sorted(diff.items(),
188 '%+d/%+d' % (diff_hits, diff_count),