Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 */ ]);
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp100 #define num_events ARRAY_LENGTH(event_list) macro
115 struct pollfd pfd[num_displays][num_events]; in vsync_loop()
131 for(size_t ev = 0; ev < num_events; ev++) { in vsync_loop()
164 int err = poll(*pfd, num_displays * num_events, -1); in vsync_loop()
167 for(size_t ev = 0; ev < num_events; ev++) { in vsync_loop()
205 for( size_t event = 0; event < num_events; event++) { in vsync_loop()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp90 #define num_events ARRAY_LENGTH(event_list) macro
106 struct pollfd pfd[num_displays][num_events]; in vsync_loop()
125 for(size_t ev = 0; ev < num_events; ev++) { in vsync_loop()
158 int err = poll(*pfd, num_displays * num_events, -1); in vsync_loop()
161 for(size_t ev = 0; ev < num_events; ev++) { in vsync_loop()
212 for( size_t event = 0; event < num_events; event++) { in vsync_loop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 */ ],
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c72 const unsigned int num_events[/* n */] in update_mode()
80 Pnew, bct, num_events, in update_mode()