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

1 2 3 4

  /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/syslinux/com32/lib/jpeg/
tinyjpeg-internal.h 50 #define COMPONENTS 3
88 uint8_t *components[COMPONENTS]; member in struct:jdec_private
89 unsigned int bytes_per_row[COMPONENTS];
100 struct component component_infos[COMPONENTS];
101 float Q_tables[COMPONENTS][64]; /* quantization tables */
109 /* Temp space used after the IDCT to store each components */
114 uint8_t *plane[COMPONENTS];
tinyjpeg.c 557 if (Q_table >= COMPONENTS)
558 error("Bad Quantization table index (got %d, max allowed %d)\n", Q_table, COMPONENTS-1);
683 for (i=0; i<COMPONENTS; i++)
840 for (i=0; i<COMPONENTS; i++) {
841 if (priv->components[i])
842 free(priv->components[i]);
843 priv->components[i] = NULL;
874 * Note: components will be automaticaly allocated if no memory is attached.
930 pptr[0] = priv->components[0];
931 pptr[1] = priv->components[1]
    [all...]
  /external/libvpx/libvpx/vpx/
svc_context.h 49 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v
60 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
61 uint64_t sse_sum[VPX_SS_MAX_LAYERS][COMPONENTS];
  /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/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/python/cpython2/Lib/plat-irix5/
CL_old.py 22 # YUV is defined to be the same thing as YCrCb (luma and two chroma components).
140 COMPONENTS = 4
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 583 for (j = 0; j < COMPONENTS; ++j) {
609 for (j = 0; j < COMPONENTS; ++j) {
640 double scale[COMPONENTS];
641 double psnr[COMPONENTS];
642 double mse[COMPONENTS];
667 for (j = 0; j < COMPONENTS; j++) {
681 for (j = 0; j < COMPONENTS; ++j) {
  /external/eigen/cmake/
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:
253 # create list of components in order to make a single call to find_package(starpu...)
276 COMPONENTS ${STARPU_COMPONENT_LIST})
279 COMPONENTS ${STARPU_COMPONENT_LIST})
677 "Have you tried with COMPONENTS (MPI/SEQ, STARPU, STARPU_CUDA, SCOTCH, PTSCOTCH, METIS)? "
  /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.10.0-alpha1/
gradle-experimental-0.10.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.10.0-alpha3/
gradle-experimental-0.10.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.10.0-alpha5/
gradle-experimental-0.10.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.10.0-alpha6/
gradle-experimental-0.10.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.10.0-alpha7/
gradle-experimental-0.10.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.11.0-alpha-preview-01/
gradle-experimental-0.11.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.11.0-alpha-preview-02/
gradle-experimental-0.11.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.11.0-alpha6/
gradle-experimental-0.11.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.11.0-alpha7/
gradle-experimental-0.11.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.11.0-alpha9/
gradle-experimental-0.11.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.11.0-beta1/
gradle-experimental-0.11.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.11.0-beta2/
gradle-experimental-0.11.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.11.0-beta6/
gradle-experimental-0.11.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.11.0-beta7/
gradle-experimental-0.11.0-beta7.jar 

Completed in 695 milliseconds

1 2 3 4