Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_fencemgr.c76 struct _WsbmFenceClass *classes; member
127 tmp->classes = calloc(tmp->info.num_classes, sizeof(*tmp->classes)); in wsbmFenceMgrCreate()
128 if (!tmp->classes) in wsbmFenceMgrCreate()
132 struct _WsbmFenceClass *fc = &tmp->classes[i]; in wsbmFenceMgrCreate()
150 WSBM_MUTEX_FREE(&tmp->classes[j].mutex); in wsbmFenceMgrCreate()
151 WSBM_MUTEX_FREE(&tmp->classes[j].cmd_mutex); in wsbmFenceMgrCreate()
153 free(tmp->classes); in wsbmFenceMgrCreate()
172 struct _WsbmFenceClass *fc = &mgr->classes[fence->fence_class]; in wsbmFenceUnreference()
190 struct _WsbmFenceClass *fc = &mgr->classes[fence_class]; in wsbmSignalPreviousFences()
301 struct _WsbmFenceClass *fc = &mgr->classes[fence_class]; in wsbmFenceCreateSig()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.c151 comp_counts->classes[c] += incr; in inc_mv_component()
211 adapt_probs(vp9_mv_class_tree, pre_comp->classes, c->classes, in vp9_adapt_mv_probs()
212 comp->classes); in vp9_adapt_mv_probs()
Dvp9_entropymv.h84 vp9_prob classes[MV_CLASSES - 1]; member
112 unsigned int classes[MV_CLASSES]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c48 vp9_write_token(w, vp9_mv_class_tree, mvcomp->classes, in encode_mv_component()
85 vp9_cost_tokens(class_cost, mvcomp->classes, vp9_mv_class_tree); in build_nmv_component_cost_table()
176 write_mv_update(vp9_mv_class_tree, comp->classes, comp_counts->classes, in vp9_write_nmv_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.doxy_template104 # operators of the base classes will not be shown.
202 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to
205 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
207 # diagrams that involve STL classes more complete and accurate.
217 # Doxygen will parse them like normal C++ but will assume all classes use public
268 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
270 # If set to NO only classes defined in header files are included.
289 # undocumented members of documented classes, files or namespaces.
297 # undocumented classes that are normally visible in the class hierarchy.
298 # If set to NO (the default) these classes will be included in the various
[all …]
/hardware/intel/common/libva/doc/
DDoxyfile111 # operators of the base classes will not be shown.
233 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
236 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
238 # diagrams that involve STL classes more complete and accurate.
248 # Doxygen will parse them like normal C++ but will assume all classes use public
324 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
326 # If set to NO only classes defined in header files are included.
346 # undocumented members of documented classes, files or namespaces.
354 # undocumented classes that are normally visible in the class hierarchy.
355 # If set to NO (the default) these classes will be included in the various
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c208 const int mv_class = vp9_read_tree(r, vp9_mv_class_tree, mvcomp->classes); in read_mv_component()
Dvp9_decodeframe.c163 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r); in read_mv_probs()