Searched refs:indices (Results 201 - 225 of 647) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/SparseCore/
H A DSparsePermutation.h63 Index jp = m_permutation.indices().coeff(j);
69 Index jp = m_permutation.indices().coeff(j);
90 sizes[perm.indices().coeff(it.index())]++;
94 tmp.insertByOuterInner(perm.indices().coeff(it.index()),j) = it.value();
/external/freetype/src/cache/
H A Dftccmap.c37 /* codes to equivalent glyph indices. */
40 /* 128 consecutive character codes to their corresponding glyph indices. */
48 /* number of glyph indices / character code per node */
76 FT_UInt16 indices[FTC_CMAP_INDICES_MAX]; /* array of glyph indices */ member in struct:FTC_CMapNodeRec_
84 /* if (indices[n] == FTC_CMAP_UNKNOWN), we assume that the corresponding */
85 /* glyph indices haven't been queried through FT_Get_Glyph_Index() yet */
132 node->indices[nn] = FTC_CMAP_UNKNOWN;
289 gindex = FTC_CMAP_NODE( node )->indices[char_code -
327 FTC_CMAP_NODE( node )->indices[char_cod
[all...]
/external/icu/icu4c/source/test/letest/
H A Dcletest.c43 le_int32 *indices = NULL; local
61 indices = NEW_ARRAY(le_int32, glyphCount + 10);
85 le_getCharIndices(engine, indices, &status);
88 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
99 le_getCharIndicesWithBase(engine, indices, 1024, &status);
102 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
120 DELETE_ARRAY(indices);
216 le_int32 biasedIndices[6], indices[6], glyph; local
237 le_getCharIndices(engine, indices, &status);
241 log_err("Could not get glyph, indices an
[all...]
H A Dgendata.cpp208 le_int32 *indices = NULL; local
317 indices = NEW_ARRAY(le_int32, glyphCount);
321 engine->getCharIndices(indices, leStatus);
333 dumpLongs(outputFile, "result-indices", indices, glyphCount);
341 DELETE_ARRAY(indices);
/external/mesa3d/src/gallium/auxiliary/
H A DAndroid.mk45 $(intermediates)/indices/u_indices_gen.c \
46 $(intermediates)/indices/u_unfilled_gen.c \
/external/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h303 const GLvoid * indices);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_parse.cpp147 op.indices[i].disp = 0;
152 op.indices[i].disp = (int32_t)read32();
155 op.indices[i].disp = read64();
159 op.indices[i].reg.reset(new sm4_op());
160 read_op(&*op.indices[i].reg);
163 op.indices[i].disp = (int32_t)read32();
166 op.indices[i].disp = read64();
/external/chromium_org/third_party/opus/src/silk/float/
H A Dnoise_shape_analysis_FLP.c164 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
176 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
178 psEnc->sCmn.indices.quantOffsetType = 0;
199 psEnc->sCmn.indices.quantOffsetType = 0;
201 psEnc->sCmn.indices.quantOffsetType = 1;
310 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
340 if( USE_HARM_SHAPING && psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
/external/libopus/silk/float/
H A Dnoise_shape_analysis_FLP.c164 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
176 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
178 psEnc->sCmn.indices.quantOffsetType = 0;
199 psEnc->sCmn.indices.quantOffsetType = 0;
201 psEnc->sCmn.indices.quantOffsetType = 1;
310 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
340 if( USE_HARM_SHAPING && psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_parse.cpp147 op.indices[i].disp = 0;
152 op.indices[i].disp = (int32_t)read32();
155 op.indices[i].disp = read64();
159 op.indices[i].reg.reset(new sm4_op());
160 read_op(&*op.indices[i].reg);
163 op.indices[i].disp = (int32_t)read32();
166 op.indices[i].disp = read64();
/external/flac/libFLAC/
H A Dmetadata_object.c148 if(0 == from->indices) {
156 memcpy(x, from->indices, from->num_indices * sizeof(FLAC__StreamMetadata_CueSheet_Index));
157 to->indices = x;
365 if(0 != object_array[i].indices) {
367 free(object_array[i].indices);
406 FLAC__ASSERT((0 != src->indices && src->num_indices > 0) || (0 == src->indices && src->num_indices == 0));
408 save = dest->indices;
817 if(0 != block1->tracks[i].indices && 0 != block2->tracks[i].indices) {
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A Dgendata.cpp208 le_int32 *indices = NULL; local
317 indices = NEW_ARRAY(le_int32, glyphCount);
321 engine->getCharIndices(indices, leStatus);
333 dumpLongs(outputFile, "result-indices", indices, glyphCount);
341 DELETE_ARRAY(indices);
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp499 static void computeIndices (vector<deUint16>& indices, int gridSizeX, int gridSizeY) argument
501 indices.resize(3 * 2 * gridSizeX * gridSizeY);
512 indices[quadNdx*6 + 0] = (deUint16)v10;
513 indices[quadNdx*6 + 1] = (deUint16)v00;
514 indices[quadNdx*6 + 2] = (deUint16)v01;
516 indices[quadNdx*6 + 3] = (deUint16)v10;
517 indices[quadNdx*6 + 4] = (deUint16)v01;
518 indices[quadNdx*6 + 5] = (deUint16)v11;
581 vector<deUint16> indices;
589 computeIndices(indices, maxQuads
[all...]
H A DglsStateChangePerfTestCases.cpp104 void genIndices (vector<GLushort>& indices, int triangleCount) argument
106 indices.reserve(triangleCount*3);
110 indices.push_back((GLushort)triangleNdx*3);
111 indices.push_back((GLushort)triangleNdx*3+1);
112 indices.push_back((GLushort)triangleNdx*3+2);
241 vector<GLushort> indices; local
242 genIndices(indices, m_triangleCount);
253 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, (GLsizeiptr)(indices.size() * sizeof(GLushort)), &(indices[0]), GL_STATIC_DRAW);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_save_api.c962 const GLvoid * indices)
968 (void) indices;
975 GLsizei count, GLenum type, const GLvoid * indices)
983 (void) indices;
990 const GLvoid * indices, GLint basevertex)
996 (void) indices;
1008 const GLvoid * indices, GLint basevertex)
1016 (void) indices;
1035 const GLvoid **indices, GLsizei primcount)
1041 (void) indices;
961 _save_DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) argument
974 _save_DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices) argument
989 _save_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex) argument
1003 _save_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex) argument
1034 _save_MultiDrawElements(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount) argument
1048 _save_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, const GLint *basevertex) argument
1219 _save_OBE_DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) argument
1266 _save_OBE_DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices) argument
1285 _save_OBE_MultiDrawElements(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount) argument
1292 CALL_DrawElements(GET_DISPATCH(), (mode, count[i], type, indices[i])); local
1299 _save_OBE_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, const GLint *basevertex) argument
1310 indices[i], local
[all...]
H A Dvbo_noop.c370 const GLvoid * indices)
376 const GLvoid * indices, GLint basevertex)
385 const GLvoid * indices)
391 const GLvoid ** indices, GLsizei primcount)
399 const GLvoid * indices,
407 const GLvoid * const *indices,
369 _mesa_noop_DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) argument
375 _mesa_noop_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex) argument
382 _mesa_noop_DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices) argument
390 _mesa_noop_MultiDrawElements(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount) argument
396 _mesa_noop_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex) argument
405 _mesa_noop_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const *indices, GLsizei primcount, const GLint * basevertex) argument
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c962 const GLvoid * indices)
968 (void) indices;
975 GLsizei count, GLenum type, const GLvoid * indices)
983 (void) indices;
990 const GLvoid * indices, GLint basevertex)
996 (void) indices;
1008 const GLvoid * indices, GLint basevertex)
1016 (void) indices;
1035 const GLvoid **indices, GLsizei primcount)
1041 (void) indices;
961 _save_DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) argument
974 _save_DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices) argument
989 _save_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex) argument
1003 _save_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex) argument
1034 _save_MultiDrawElements(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount) argument
1048 _save_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, const GLint *basevertex) argument
1219 _save_OBE_DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) argument
1266 _save_OBE_DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices) argument
1285 _save_OBE_MultiDrawElements(GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount) argument
1292 CALL_DrawElements(GET_DISPATCH(), (mode, count[i], type, indices[i])); local
1299 _save_OBE_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, GLenum type, const GLvoid * const *indices, GLsizei primcount, const GLint *basevertex) argument
1310 indices[i], local
[all...]
H A Dvbo_noop.c370 const GLvoid * indices)
376 const GLvoid * indices, GLint basevertex)
385 const GLvoid * indices)
391 const GLvoid ** indices, GLsizei primcount)
399 const GLvoid * indices,
407 const GLvoid * const *indices,
369 _mesa_noop_DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices) argument
375 _mesa_noop_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex) argument
382 _mesa_noop_DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices) argument
390 _mesa_noop_MultiDrawElements(GLenum mode, const GLsizei * count, GLenum type, const GLvoid ** indices, GLsizei primcount) argument
396 _mesa_noop_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex) argument
405 _mesa_noop_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const *indices, GLsizei primcount, const GLint * basevertex) argument
/external/deqp/framework/opengl/
H A DgluDrawUtil.cpp128 IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices);
373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices) argument
380 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, numIndices*getIndexSize(indexType), indices, usage);
459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0))
465 if (!primitives.indices)
515 if (primitives.indices)
516 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices);
547 if (primitives.indices)
549 IndexBuffer indexBuffer(context, primitives.indexType, primitives.numElements, primitives.indices);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp115 check(op.indices[0].disp < temps.size());
116 return temps[op.indices[0].disp];
119 check(op.indices[0].disp < outputs.size());
120 return outputs[op.indices[0].disp];
151 // TODO: is this correct, or are incorrectly swapping the two indices in the GS case?
152 check(op.indices[op.num_indices - 1].disp < inputs.size());
153 s = inputs[op.indices[op.num_indices - 1].disp];
157 s.DimensionIndex = op.indices[0].disp;
165 s = ureg_src_register(TGSI_FILE_CONSTANT, (unsigned)op.indices[1].disp);
167 s.DimensionIndex = op.indices[
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h395 m_mat.outerIndexPtr()[m_perm_c.indices()(i)] = outerIndexPtr[i];
396 m_mat.innerNonZeroPtr()[m_perm_c.indices()(i)] = outerIndexPtr[i+1] - outerIndexPtr[i];
420 post_perm.indices()(i) = post(i);
480 m_mat.outerIndexPtr()[m_perm_c.indices()(i)] = outerIndexPtr[i];
481 m_mat.innerNonZeroPtr()[m_perm_c.indices()(i)] = outerIndexPtr[i+1] - outerIndexPtr[i];
488 for(Index i = 0; i < matrix.cols(); ++i) m_perm_c.indices()(i) = i;
535 m_perm_r.indices().setConstant(-1);
568 Base::panel_dfs(m, panel_size, jcol, m_mat, m_perm_r.indices(), nseg1, dense, panel_lsub, segrep, repfnz, xprune, marker, parent, xplore, m_glu);
582 info = Base::column_dfs(m, jj, m_perm_r.indices(), m_perfv.maxsuper, nseg, panel_lsubk, segrep, repfnz_k, xprune, marker, parent, xplore, m_glu);
603 info = Base::copy_to_ucol(jj, nseg, segrep, repfnz_k ,m_perm_r.indices(), dense_
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp115 check(op.indices[0].disp < temps.size());
116 return temps[op.indices[0].disp];
119 check(op.indices[0].disp < outputs.size());
120 return outputs[op.indices[0].disp];
151 // TODO: is this correct, or are incorrectly swapping the two indices in the GS case?
152 check(op.indices[op.num_indices - 1].disp < inputs.size());
153 s = inputs[op.indices[op.num_indices - 1].disp];
157 s.DimensionIndex = op.indices[0].disp;
165 s = ureg_src_register(TGSI_FILE_CONSTANT, (unsigned)op.indices[1].disp);
167 s.DimensionIndex = op.indices[
[all...]
/external/fonttools/Lib/fontTools/
H A Dsubset.py58 indices = self.intersect(glyphs)
60 return indices
88 indices = _uniq_sort(
92 self.remap(indices)
93 return indices
115 indices = self.Coverage.intersect(cur_glyphs)
116 _set_update(s.glyphs, *(self.Sequence[i].Substitute for i in indices))
120 indices = self.Coverage.subset(s.glyphs)
121 self.Sequence = [self.Sequence[i] for i in indices]
123 indices
[all...]
/external/fonttools/Tools/fontTools/
H A Dsubset.py58 indices = self.intersect(glyphs)
60 return indices
88 indices = _uniq_sort(
92 self.remap(indices)
93 return indices
115 indices = self.Coverage.intersect(cur_glyphs)
116 _set_update(s.glyphs, *(self.Sequence[i].Substitute for i in indices))
120 indices = self.Coverage.subset(s.glyphs)
121 self.Sequence = [self.Sequence[i] for i in indices]
123 indices
[all...]
/external/svox/pico/lib/
H A Dpicocep.c202 /*---------------------- indices --------------------------------------*/
203 /* index buffer to hold indices as input for smoothing */
207 picoos_uint16 activeEndPos; /* end position of indices to be considered */
255 picoos_uint16 *indices, picoos_uint16 b, picoos_uint16 N,
258 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
262 static void getVoiced(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
308 /* indices* */
949 * @param indices : indices of pdf vectors for all frames in current sentence
950 * @param b, N : to be smoothed frames indices (rang
959 makeWUWandWUm(cep_subobj_t * cep, picokpdf_PdfMUL pdf, picoos_uint16 *indices, picoos_uint16 b, picoos_uint16 N, picoos_uint8 cepnum) argument
1304 getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices, picoos_uint16 activeEndPos, picoos_uint8 cepnum, picoos_int16 *smoothcep) argument
1343 getVoiced(picokpdf_PdfMUL pdf, picoos_uint16 *indices, picoos_uint16 activeEndPos, picoos_uint8 *smoothcep) argument
[all...]

Completed in 1684 milliseconds

1234567891011>>