/external/libvpx/libvpx/examples/ |
D | svc_context.h | 47 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v macro 58 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V 59 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];
|
D | svc_encodeframe.c | 573 double scale[COMPONENTS]; in vpx_svc_dump_statistics() 574 double psnr[COMPONENTS]; in vpx_svc_dump_statistics() 575 double mse[COMPONENTS]; in vpx_svc_dump_statistics() 598 for (j = 0; j < COMPONENTS; j++) { in vpx_svc_dump_statistics() 612 for (j = 0; j < COMPONENTS; ++j) { in vpx_svc_dump_statistics()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 97 COMPONENTS = (COMPS) \ 103 tcu::Vector<TYPE, COMPONENTS> value; \ 104 value = convertToTypeVec<Type, COMPONENTS>(v); \ 131 COMPONENTS = (COMPS) \ 137 tcu::Vector<TYPE, COMPONENTS> value; \ 138 value = convertToTypeVec<Type, COMPONENTS>(v); \ 165 COMPONENTS = (COMPS) \ 171 tcu::Vector<TYPE, COMPONENTS> value; \ 172 value = convertToTypeVec<Type, COMPONENTS>(v); \ 199 COMPONENTS = (COMPS) \ [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 95 COMPONENTS = (COMPS) \ 101 tcu::Vector<TYPE, COMPONENTS> value; \ 102 value = convertToTypeVec<Type, COMPONENTS>(v); \ 129 COMPONENTS = (COMPS) \ 135 tcu::Vector<TYPE, COMPONENTS> value; \ 136 value = convertToTypeVec<Type, COMPONENTS>(v); \
|
/external/gflags/cmake/ |
D | config.cmake.in | 53 # - find_package(@PACKAGE_NAME@ COMPONENTS nothreads_static) 54 # - find_package(@PACKAGE_NAME@ COMPONENTS nothreads_shared) 55 # - find_package(@PACKAGE_NAME@ COMPONENTS static) 56 # - find_package(@PACKAGE_NAME@ COMPONENTS shared)
|
/external/mesa3d/src/compiler/nir/tests/ |
D | serialize_tests.cpp | 110 #define COMPONENTS 2, 3, 4, 8, 16 macro 112 #define COMPONENTS 2, 3, 4 macro 119 ::testing::Values(1, COMPONENTS) 125 ::testing::Values(COMPONENTS)
|
/external/llvm-project/libcxx/utils/ci/runtimes/ |
D | CMakeLists.txt | 18 find_package(Python3 COMPONENTS Interpreter) 21 find_package(Python2 COMPONENTS Interpreter REQUIRED)
|
/external/python/pyasn1/docs/source/pyasn1/type/constraint/ |
D | withcomponents.rst | 6 WITH COMPONENTS constraint
|
/external/eigen/bench/btl/libs/blaze/ |
D | CMakeLists.txt | 3 find_package(Boost COMPONENTS system)
|
/external/eigen/cmake/ |
D | FindPastix.cmake | 15 # [COMPONENTS <comp1> <comp2> ...] # dependencies 24 # COMPONENTS are optional libraries PASTIX could be linked with, 26 # COMPONENTS can be some of the following: 276 COMPONENTS ${STARPU_COMPONENT_LIST}) 279 COMPONENTS ${STARPU_COMPONENT_LIST}) 677 "Have you tried with COMPONENTS (MPI/SEQ, STARPU, STARPU_CUDA, SCOTCH, PTSCOTCH, METIS)? "
|
D | FindScotch.cmake | 15 # [COMPONENTS <comp1> <comp2> ...] # dependencies 18 # COMPONENTS can be some of the following:
|
/external/python/cpython2/PC/VS7.1/ |
D | python20.wse | 329 Text=COMPONENTS values: 347 Variable=COMPONENTS 436 Variable=COMPONENTS 448 Variable=COMPONENTS 460 Variable=COMPONENTS 472 Variable=COMPONENTS 484 Variable=COMPONENTS 980 Variable=COMPONENTS 1046 Variable=COMPONENTS 1052 Variable=COMPONENTS [all …]
|
/external/jsoncpp/src/jsontestrunner/ |
D | CMakeLists.txt | 3 find_package(Python3 COMPONENTS Interpreter)
|
/external/python/cpython2/Lib/plat-irix5/ |
D | CL_old.py | 140 COMPONENTS = 4 variable
|
/external/llvm-project/lld/ |
D | CMakeLists.txt | 60 find_package(Python3 COMPONENTS Interpreter) 63 find_package(Python2 COMPONENTS Interpreter REQUIRED)
|
/external/llvm-project/debuginfo-tests/ |
D | CMakeLists.txt | 5 find_package(Python3 COMPONENTS Interpreter)
|
/external/eigen/bench/spbench/ |
D | CMakeLists.txt | 41 find_package(PASTIX QUIET COMPONENTS METIS SCOTCH)
|
/external/llvm-project/lldb/cmake/modules/ |
D | FindPythonAndSwig.cmake | 10 find_package(Python3 COMPONENTS Interpreter Development)
|
/external/python/pybind11/tools/ |
D | pybind11Config.cmake.in | 73 To activate this mode, either call ``find_package(Python COMPONENTS Interpreter Development)`` 79 find_package(Python COMPONENTS Interpreter Development)
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | EmojiConstants.java | 21 public static final UnicodeSet COMPONENTS = new UnicodeSet(EmojiConstants.MODIFIERS) field in EmojiConstants
|
/external/curl/CMake/ |
D | FindNGTCP2.cmake | 29 This module accepts optional COMPONENTS to control the crypto library (these are
|
/external/libcups/config-scripts/ |
D | cups-common.m4 | 420 COMPONENTS="all" 427 COMPONENTS="$withval") 435 case "$COMPONENTS" in
|
/external/llvm/docs/CommandGuide/ |
D | llvm-config.rst | 143 COMPONENTS chapter
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-config.rst | 102 COMPONENTS chapter
|
/external/libxml2/ |
D | libxml2-config.cmake.in | 67 find_dependency(ICU COMPONENTS data i18n uc)
|