/external/mesa3d/src/gallium/state_trackers/vega/ |
polygon.c | 50 #define COMPONENTS 2 66 return data + (idx * COMPONENTS); 88 poly->data = malloc(sizeof(float) * COMPONENTS * size); 101 memcpy(poly->data, data, sizeof(float) * COMPONENTS * size); 117 float *data = (float*)malloc(sizeof(float) * COMPONENTS * new_size); 118 int size = MIN2(sizeof(float) * COMPONENTS * new_size, 119 sizeof(float) * COMPONENTS * poly->size); 230 src->data, src->num_verts * COMPONENTS * sizeof(VGfloat)); 291 vbuffer.stride = COMPONENTS * sizeof(float); /* vertex size */ 331 vbuffer.stride = COMPONENTS * sizeof(float); /* vertex size * [all...] |
/hardware/intel/common/libva/test/decode/ |
tinyjpeg-internal.h | 48 #define COMPONENTS 4 93 }components[4]; member in struct:jpeg_sos 107 struct component component_infos[COMPONENTS]; 109 unsigned char Q_tables[COMPONENTS][64]; /* quantization tables, zigzag*/ 110 unsigned char Q_tables_valid[COMPONENTS];
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
DB_Results.java | 208 * The list of all the components stored in the database. 210 private static String[] COMPONENTS; 250 * The list of known Eclipse components. 377 COMPONENTS = null; 471 System.err.println(scenarioName+" does not belongs to a known Eclipse component. So use scenario prefix "+componentName+" as component name by default and add it to the know components"); //$NON-NLS-1$ 478 * Get all components read from database. 483 if (COMPONENTS == null) return EMPTY_LIST; 484 int length = COMPONENTS.length; 485 String[] components = new String[length]; local 486 System.arraycopy(COMPONENTS, 0, components, 0, length) [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 48 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v 73 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V 74 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; 688 for (i = 0; i < COMPONENTS; i++) { 793 double scale[COMPONENTS]; 794 double psnr[COMPONENTS]; 795 double mse[COMPONENTS]; 822 for (j = 0; j < COMPONENTS; j++) { 836 for (j = 0; j < COMPONENTS; ++j) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 156 typedef enum COMPONENTS { 159 }COMPONENTS; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
svc_encodeframe.c | 45 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v 64 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V 65 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; 940 for (i = 0; i < COMPONENTS; i++) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 250 typedef enum COMPONENTS { 253 }COMPONENTS; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
WmaDecTest.c | 200 typedef enum COMPONENTS { 203 }COMPONENTS; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | 155 typedef enum COMPONENTS 159 }COMPONENTS; [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.1.0/ |
gradle-experimental-0.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.2.1/ |
gradle-experimental-0.2.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha1/ |
gradle-experimental-0.3.0-alpha1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |