Searched defs:num_comps (Results 1 – 6 of 6) sorted by relevance
| /third_party/boost/libs/graph_parallel/test/ |
| D | hohberg_biconnected_components_test.cpp | 33 void check_components(const Graph& g, std::size_t num_comps) in check_components() 75 int num_comps = in test_small_hohberg_biconnected_components() local 96 int num_comps = hohberg_biconnected_components(g, get(edge_color, g)); in test_small_hohberg_biconnected_components() local
|
| /third_party/boost/libs/graph/example/ |
| D | biconnected_components.cpp | 51 std::size_t num_comps = biconnected_components(g, component); in main() local
|
| /third_party/boost/libs/graph/test/ |
| D | biconnected_components_test.cpp | 89 std::size_t num_comps = biconnected_components( in test_graph() local
|
| /third_party/libjpeg/ |
| D | jccolor.c | 402 register int num_comps = cinfo->num_components; in null_convert() local
|
| D | jdcolor.c | 434 register int num_comps = cinfo->num_components; in null_convert() local
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
| D | video-format.c | 4732 gint num_comps = MIN (3, width - i * 3); in unpack_GRAY10_LE32() local 4775 gint num_comps = MIN (3, width - i * 3); in pack_GRAY10_LE32() local 4817 gint num_comps = MIN (3, width - i * 3); in unpack_NV12_10LE32() local 4902 gint num_comps = MIN (3, width - i * 3); in pack_NV12_10LE32() local 4970 gint num_comps = MIN (3, width - i * 3); in unpack_NV16_10LE32() local 5054 gint num_comps = MIN (3, width - i * 3); in pack_NV16_10LE32() local
|