Searched refs:diff_count (Results 1 – 3 of 3) sorted by relevance
253 uint16_t diff_count; in cdtoons_decode_frame() local258 diff_count = bytestream_get_be16(&buf); in cdtoons_decode_frame()260 for (int i = 0; i < diff_count; i++) { in cdtoons_decode_frame()
127 …uint8_t diff_count; ///< the number of subframes for which diff has been abov… member599 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()
176 diff_hits, diff_count, ratio) in sorted(diff.items(),188 '%+d/%+d' % (diff_hits, diff_count),