Searched refs:diff_count (Results 1 - 4 of 4) sorted by relevance
/third_party/littlefs/scripts/ |
H A D | coverage.py | 221 diff_hits, diff_count, 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/ |
H A D | amrnbdec.c | 128 uint8_t diff_count; ///< the number of subframes for which diff has been above 0.65 member 609 p->diff_count++; in fixed_gain_smooth() 611 p->diff_count = 0; in fixed_gain_smooth() 613 if (p->diff_count > 10) { in fixed_gain_smooth() 615 p->diff_count--; // don't let diff_count overflow in fixed_gain_smooth()
|
H A D | cdtoons.c | 254 uint16_t diff_count; in cdtoons_decode_frame() local 259 diff_count = bytestream_get_be16(&buf); in cdtoons_decode_frame() 261 for (int i = 0; i < diff_count; i++) { in cdtoons_decode_frame()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_layer_tests.cpp | 4549 uint32_t diff_count = dev_count - icd_devices; in TEST() local 4568 ASSERT_EQ(found_added_count, diff_count); in TEST() 4731 uint32_t diff_count = dev_count - icd_devices; in TEST() local 4732 ASSERT_EQ(1U, diff_count); in TEST() 4806 uint32_t diff_count = grp_count - icd_groups; in TEST() local 4830 ASSERT_EQ(found_added_count, diff_count); in TEST() 4990 uint32_t diff_count = grp_count - icd_groups; in TEST() local 5008 ASSERT_EQ(2U, diff_count); in TEST()
|
Completed in 12 milliseconds