Searched refs:diff_count (Results 1 – 4 of 4) sorted by relevance
/third_party/littlefs/scripts/ |
D | coverage.py | 221 diff_hits, diff_count, argument 232 '%+d/%+d' % (diff_hits, diff_count), 251 diff_hits, diff_count, ratio) in sorted_diff_entries( 257 diff_hits, diff_count,
|
/third_party/ffmpeg/libavcodec/ |
D | cdtoons.c | 253 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()
|
D | amrnbdec.c | 127 …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/vulkan-loader/tests/ |
D | loader_layer_tests.cpp | 2978 uint32_t diff_count = dev_count - icd_devices; in TEST() local 2997 ASSERT_EQ(found_added_count, diff_count); in TEST() 3166 uint32_t diff_count = dev_count - icd_devices; in TEST() local 3167 ASSERT_EQ(1U, diff_count); in TEST() 3245 uint32_t diff_count = grp_count - icd_groups; in TEST() local 3269 ASSERT_EQ(found_added_count, diff_count); in TEST() 3437 uint32_t diff_count = grp_count - icd_groups; in TEST() local 3455 ASSERT_EQ(2U, diff_count); in TEST()
|