Home
last modified time | relevance | path

Searched refs:run_count (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dffv1dec_template.c30 int run_count = 0; in RENAME() local
74 if (run_count == 0 && run_mode == 1) { in RENAME()
76 run_count = 1 << ff_log2_run[run_index]; in RENAME()
77 if (x + run_count <= w) in RENAME()
81 run_count = get_bits(&s->gb, ff_log2_run[run_index]); in RENAME()
83 run_count = 0; in RENAME()
90 while (run_count > 1 && w-x > 1) { in RENAME()
93 run_count--; in RENAME()
96 while (run_count > 1 && w-x > 1) { in RENAME()
99 run_count--; in RENAME()
[all …]
Dffv1enc_template.c31 int run_count = 0; in RENAME() local
84 while (run_count >= 1 << ff_log2_run[run_index]) { in RENAME()
85 run_count -= 1 << ff_log2_run[run_index]; in RENAME()
90 put_bits(&s->pb, 1 + ff_log2_run[run_index], run_count); in RENAME()
93 run_count = 0; in RENAME()
98 run_count++; in RENAME()
103 run_count, run_index, run_mode, x, in RENAME()
111 while (run_count >= 1 << ff_log2_run[run_index]) { in RENAME()
112 run_count -= 1 << ff_log2_run[run_index]; in RENAME()
117 if (run_count) in RENAME()
/third_party/node/test/cctest/
Dtest_platform.cc13 int* run_count, in RepostingTask() argument
17 run_count_(run_count), in RepostingTask()
47 int run_count = 0; in TEST_F() local
51 std::make_unique<RepostingTask>(2, &run_count, isolate_, platform.get())); in TEST_F()
53 EXPECT_EQ(1, run_count); in TEST_F()
55 EXPECT_EQ(2, run_count); in TEST_F()
57 EXPECT_EQ(3, run_count); in TEST_F()
/third_party/libusb/tests/
Dtestlib.c77 int run_count = 0; in libusb_testlib_run_tests() local
173 run_count++; in libusb_testlib_run_tests()
177 libusb_testlib_logf("Ran %d tests", run_count); in libusb_testlib_run_tests()
183 return pass_count != run_count; in libusb_testlib_run_tests()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh286 uint16_t run_count = (control & POINT_RUN_COUNT_MASK) + 1; in unpack_points() local
289 for (j = 0; j < run_count && i < count; j++, i++) in unpack_points()
300 for (j = 0; j < run_count && i < count; j++, i++) in unpack_points()
307 if (j < run_count) return false; in unpack_points()
329 unsigned int run_count = (control & DELTA_RUN_COUNT_MASK) + 1; in unpack_deltas() local
332 for (j = 0; j < run_count && i < count; j++, i++) in unpack_deltas()
335 for (j = 0; j < run_count && i < count; j++, i++) in unpack_deltas()
343 for (j = 0; j < run_count && i < count; j++, i++) in unpack_deltas()
349 if (j < run_count) in unpack_deltas()
/third_party/harfbuzz/src/
Dhb-ot-var-gvar-table.hh286 uint16_t run_count = (control & POINT_RUN_COUNT_MASK) + 1; in unpack_points() local
289 for (j = 0; j < run_count && i < count; j++, i++) in unpack_points()
300 for (j = 0; j < run_count && i < count; j++, i++) in unpack_points()
307 if (j < run_count) return false; in unpack_points()
329 unsigned int run_count = (control & DELTA_RUN_COUNT_MASK) + 1; in unpack_deltas() local
332 for (j = 0; j < run_count && i < count; j++, i++) in unpack_deltas()
335 for (j = 0; j < run_count && i < count; j++, i++) in unpack_deltas()
343 for (j = 0; j < run_count && i < count; j++, i++) in unpack_deltas()
349 if (j < run_count) in unpack_deltas()