Home
last modified time | relevance | path

Searched refs:num_events (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_treewriter.c36 const unsigned int num_events[]) { in convert_distribution() argument
40 left = num_events[-tree[i]]; in convert_distribution()
42 left = convert_distribution(tree[i], tree, branch_ct, num_events); in convert_distribution()
45 right = num_events[-tree[i + 1]]; in convert_distribution()
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events); in convert_distribution()
56 const unsigned int num_events[/* n */]) { in vp9_tree_probs_from_distribution()
57 convert_distribution(0, tree, branch_ct, num_events); in vp9_tree_probs_from_distribution()
Dvp9_treewriter.h22 const unsigned int num_events[ /* n */ ]);
/external/libvpx/libvpx/vp8/common/
Dtreecoder.c61 const unsigned int num_events[ /* n */ ] in branch_counts()
83 const unsigned int ct = num_events[t]; in branch_counts()
115 const unsigned int num_events[ /* n */ ], in vp8_tree_probs_from_distribution()
123 branch_counts(n, tok, tree, branch_ct, num_events); in vp8_tree_probs_from_distribution()
Dtreecoder.h76 const unsigned int num_events[ /* n */ ],
89 const unsigned int num_events[ /* n */ ],
/external/vboot_reference/tests/
Dvboot_api_devmode_tests.c44 int num_events; member
313 max_events = test[i].num_events; in VbBootDeveloperSoundTest()
317 matched_events, current_event, test[i].num_events)); in VbBootDeveloperSoundTest()
318 TEST_TRUE(matched_events == test[i].num_events && in VbBootDeveloperSoundTest()
319 current_event == test[i].num_events, test[i].name); in VbBootDeveloperSoundTest()
/external/lldb/source/Utility/
DKQueue.cpp41 KQueue::WaitForEvents (struct kevent *events, int num_events, Error &error, uint32_t timeout_usec) in WaitForEvents() argument
48 int result = ::kevent(fd_kqueue, NULL, 0, events, num_events, timeout_ptr); in WaitForEvents()
DKQueue.h60 int num_events,
/external/lldb/examples/interposing/darwin/fd_interposing/
DFDInterposing.cpp1113 const size_t num_events = event_array.size(); in get_fd_history() local
1114 for (size_t i=0; i<num_events; ++i) in get_fd_history()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c71 const unsigned int num_events[/* n */] in update_mode()
79 Pnew, bct, num_events, in update_mode()