HomeSort by relevance Sort by last modified time
    Searched refs:COMPONENTS (Results 1 - 15 of 15) sorted by null

  /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];
tinyjpeg.c 257 if (Q_table >= COMPONENTS)
258 error("Bad Quantization table index (got %d, max allowed %d)\n", Q_table, COMPONENTS-1);
287 priv->cur_sos.components[i].component_id = cid;
288 priv->cur_sos.components[i].dc_selector = ((table>>4)&0x0F);
289 priv->cur_sos.components[i].ac_selector = (table&0x0F);
625 for (i=0; i<pic_param.num_components; i++) { // tinyjpeg support 3 components only, does it match va?
626 pic_param.components[i].component_id = priv->component_infos[i].cid;
627 pic_param.components[i].h_sampling_factor = priv->component_infos[i].Hfactor;
628 pic_param.components[i].v_sampling_factor = priv->component_infos[i].Vfactor;
629 pic_param.components[i].quantiser_table_selector = priv->component_infos[i].quant_table_index
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/deqp/modules/gles3/functional/
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
404 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local
482 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local
    [all...]
  /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/deqp/modules/gles2/functional/
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); \
328 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local
349 if (components == 1)
351 else if (components == 2)
353 else if (components == 3
405 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/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];
941 for (i = 0; i < COMPONENTS; i++) {
    [all...]
  /external/libvpx/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/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/g729_dec/tests/
G729DecTest.c 156 typedef enum COMPONENTS {
159 }COMPONENTS;
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 1289 milliseconds