Searched refs:LABEL_SIZE (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | partition_model_weights.h | 22 #define LABEL_SIZE 16 macro 148 static const float av1_ab_partition_nn_weights_128_layer1[64 * LABEL_SIZE] = { 322 static const float av1_ab_partition_nn_bias_128_layer1[LABEL_SIZE] = { 330 LABEL_SIZE, // num_outputs 470 static const float av1_ab_partition_nn_weights_64_layer1[64 * LABEL_SIZE] = { 644 static const float av1_ab_partition_nn_bias_64_layer1[LABEL_SIZE] = { 652 LABEL_SIZE, // num_outputs 966 static const float av1_ab_partition_nn_bias_32_layer1[LABEL_SIZE] = { 974 LABEL_SIZE, // num_outputs 1114 static const float av1_ab_partition_nn_weights_16_layer1[64 * LABEL_SIZE] = { [all …]
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | GlitchAndCallbackHeatMapView.java | 48 private static final int LABEL_SIZE = 36; field in GlitchAndCallbackHeatMapView 111 textPaint.setTextSize(LABEL_SIZE); in fillCanvas() 134 Rect bottomLegendArea = new Rect(0, canvas.getHeight() - LABEL_SIZE - OUTER_MARGIN, in fillCanvas() 163 graphArea.left += LABEL_SIZE + INNER_MARGIN; in fillCanvas() 164 graphArea.bottom -= LABEL_SIZE; in fillCanvas() 165 graphArea.top += LABEL_SIZE + INNER_MARGIN; in fillCanvas() 214 graphArea.bottom = glitchHeatArea.bottom - LABEL_SIZE; in fillCanvas() 215 graphArea.top = glitchHeatArea.top + LABEL_SIZE + INNER_MARGIN; in fillCanvas() 233 graphArea.bottom + INNER_MARGIN + LABEL_SIZE, graphArea.bottom, graphArea.left, in fillCanvas() 327 yPos + LABEL_SIZE / 2, textPaint); [all …]
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1556 …#define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DA… argument 1557 …DebugHexDump( ( LEVEL ), (INDENT), ( LABEL ), ( LABEL_SIZE ), ( LABEL_MIN_SIZE ), ( TYPE ), ( TYPE… 1560 …#define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DA… argument
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FL.py | 24 LABEL_SIZE = 64 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FL.py | 24 LABEL_SIZE = 64 variable
|