Searched refs:indices (Results 1 - 25 of 486) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/UI/Common/
H A DSortUtils.h8 void SortFileNames(const UStringVector &strings, CIntVector &indices);
H A DSortUtils.cpp14 void SortFileNames(const UStringVector &strings, CIntVector &indices) argument
16 indices.Clear();
18 indices.Reserve(numItems);
20 indices.Add(i);
21 indices.Sort(CompareStrings, (void *)&strings);
/external/chromium_org/third_party/opus/src/silk/
H A Ddecode_indices.c56 psDec->indices.signalType = (opus_int8)silk_RSHIFT( Ix, 1 );
57 psDec->indices.quantOffsetType = (opus_int8)( Ix & 1 );
65 psDec->indices.GainsIndices[ 0 ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_delta_gain_iCDF, 8 );
68 psDec->indices.GainsIndices[ 0 ] = (opus_int8)silk_LSHIFT( ec_dec_icdf( psRangeDec, silk_gain_iCDF[ psDec->indices.signalType ], 8 ), 3 );
69 psDec->indices.GainsIndices[ 0 ] += (opus_int8)ec_dec_icdf( psRangeDec, silk_uniform8_iCDF, 8 );
74 psDec->indices.GainsIndices[ i ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_delta_gain_iCDF, 8 );
80 psDec->indices.NLSFIndices[ 0 ] = (opus_int8)ec_dec_icdf( psRangeDec, &psDec->psNLSF_CB->CB1_iCDF[ ( psDec->indices.signalType >> 1 ) * psDec->psNLSF_CB->nVectors ], 8 );
81 silk_NLSF_unpack( ec_ix, pred_Q8, psDec->psNLSF_CB, psDec->indices
[all...]
H A Ddecode_parameters.c46 silk_gains_dequant( psDecCtrl->Gains_Q16, psDec->indices.GainsIndices,
52 silk_NLSF_decode( pNLSF_Q15, psDec->indices.NLSFIndices, psDec->psNLSF_CB );
60 psDec->indices.NLSFInterpCoef_Q2 = 4;
63 if( psDec->indices.NLSFInterpCoef_Q2 < 4 ) {
67 pNLSF0_Q15[ i ] = psDec->prevNLSF_Q15[ i ] + silk_RSHIFT( silk_MUL( psDec->indices.NLSFInterpCoef_Q2,
86 if( psDec->indices.signalType == TYPE_VOICED ) {
92 silk_decode_pitch( psDec->indices.lagIndex, psDec->indices.contourIndex, psDecCtrl->pitchL, psDec->fs_kHz, psDec->nb_subfr );
95 cbk_ptr_Q7 = silk_LTP_vq_ptrs_Q7[ psDec->indices.PERIndex ]; /* set pointer to start of codebook */
98 Ix = psDec->indices
[all...]
H A Dprocess_NLSFs.c51 silk_assert( psEncC->useInterpolatedNLSFs == 1 || psEncC->indices.NLSFInterpCoef_Q2 == ( 1 << 2 ) );
70 doInterpolate = ( psEncC->useInterpolatedNLSFs == 1 ) && ( psEncC->indices.NLSFInterpCoef_Q2 < 4 );
74 psEncC->indices.NLSFInterpCoef_Q2, psEncC->predictLPCOrder );
80 i_sqr_Q15 = silk_LSHIFT( silk_SMULBB( psEncC->indices.NLSFInterpCoef_Q2, psEncC->indices.NLSFInterpCoef_Q2 ), 11 );
87 silk_NLSF_encode( psEncC->indices.NLSFIndices, pNLSF_Q15, psEncC->psNLSF_CB, pNLSFW_QW,
88 NLSF_mu_Q20, psEncC->NLSF_MSVQ_Survivors, psEncC->indices.signalType );
96 psEncC->indices.NLSFInterpCoef_Q2, psEncC->predictLPCOrder );
/external/icu4c/layout/
H A DCanonShaping.cpp15 void CanonShaping::sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit) argument
19 le_int32 v = indices[j];
23 if (c >= combiningClasses[indices[i]]) {
27 indices[i + 1] = indices[i];
30 indices[i + 1] = v;
40 le_int32 *indices = LE_NEW_ARRAY(le_int32, charCount); local
46 indices[i] = i;
59 sortMarks(indices, combiningClasses, i, mark);
71 le_int32 index = indices[
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DPose.java50 private int[] indices; field in class:Pose
55 public Pose(String name, int targetMeshIndex, Vector3f[] offsets, int[] indices){ argument
59 this.indices = indices;
74 for (int i = 0; i < indices.length; i++){
76 int vertIndex = indices[i];
98 result.indices = this.indices.clone();
116 out.write(indices, "indices", nul
[all...]
/external/chromium_org/third_party/opus/src/silk/fixed/
H A DLTP_scale_ctrl_FIX.c46 psEnc->sCmn.indices.LTP_scaleIndex = (opus_int8)silk_LIMIT(
50 psEnc->sCmn.indices.LTP_scaleIndex = 0;
52 psEncCtrl->LTP_scale_Q14 = silk_LTPScales_table_Q14[ psEnc->sCmn.indices.LTP_scaleIndex ];
/external/chromium_org/third_party/opus/src/silk/float/
H A DLTP_scale_ctrl_FLP.c45 psEnc->sCmn.indices.LTP_scaleIndex = (opus_int8)silk_LIMIT( round_loss * psEncCtrl->LTPredCodGain * 0.1f, 0.0f, 2.0f );
48 psEnc->sCmn.indices.LTP_scaleIndex = 0;
51 psEncCtrl->LTP_scale = (silk_float)silk_LTPScales_table_Q14[ psEnc->sCmn.indices.LTP_scaleIndex ] / 16384.0f;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementRareData.cpp40 short indices[2]; member in struct:WebCore::SameSizeAsElementRareData
/external/chromium_org/third_party/WebKit/public/web/
H A DWebExternalPopupMenuClient.h49 // Should be called when a set of indices have been selected.
52 virtual void didAcceptIndices(const WebVector<int>& indices) = 0;
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DPrimitiveGroup.java45 public int[] indices; field in class:PrimitiveGroup
74 if (indices[i] == prev) {
79 prev = indices[i];
99 if ( indices.length == numIndices )
100 return indices;
102 System.arraycopy(indices,0,nind,0,numIndices);
H A DTriStrip.java47 * <li>can remap indices to improve spatial locality in your vertex buffers.
120 * input index list, the indices you would use to render
155 //count the total number of indices
165 primGroupArray[0].indices = new int[numIndices];
174 primGroupArray[0].indices[indexCtr++] = tempStrips.at(i).m_faces.at(j).m_v0;
175 primGroupArray[0].indices[indexCtr++] = tempStrips.at(i).m_faces.at(j).m_v1;
176 primGroupArray[0].indices[indexCtr++] = tempStrips.at(i).m_faces.at(j).m_v2;
178 //we've removed a tri, reduce the number of indices
186 primGroupArray[0].indices[indexCtr++] = tempFaces.at(i).m_v0;
187 primGroupArray[0].indices[indexCt
272 remapIndices(int[] indices, int numVerts) argument
297 remapArrays(float[] vertexBuffer, int vertexSize, int[] indices) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_vbuf.c135 lp_setup_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr) argument
152 get_vert(vertex_buffer, indices[i-0], stride) );
159 get_vert(vertex_buffer, indices[i-1], stride),
160 get_vert(vertex_buffer, indices[i-0], stride) );
167 get_vert(vertex_buffer, indices[i-1], stride),
168 get_vert(vertex_buffer, indices[i-0], stride) );
175 get_vert(vertex_buffer, indices[i-1], stride),
176 get_vert(vertex_buffer, indices[i-0], stride) );
180 get_vert(vertex_buffer, indices[nr-1], stride),
181 get_vert(vertex_buffer, indices[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_prim_vbuf.c160 sp_vbuf_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr) argument
174 get_vert(vertex_buffer, indices[i-0], stride) );
181 get_vert(vertex_buffer, indices[i-1], stride),
182 get_vert(vertex_buffer, indices[i-0], stride) );
189 get_vert(vertex_buffer, indices[i-1], stride),
190 get_vert(vertex_buffer, indices[i-0], stride) );
197 get_vert(vertex_buffer, indices[i-1], stride),
198 get_vert(vertex_buffer, indices[i-0], stride) );
202 get_vert(vertex_buffer, indices[nr-1], stride),
203 get_vert(vertex_buffer, indices[
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_vbuf.c135 lp_setup_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr) argument
152 get_vert(vertex_buffer, indices[i-0], stride) );
159 get_vert(vertex_buffer, indices[i-1], stride),
160 get_vert(vertex_buffer, indices[i-0], stride) );
167 get_vert(vertex_buffer, indices[i-1], stride),
168 get_vert(vertex_buffer, indices[i-0], stride) );
175 get_vert(vertex_buffer, indices[i-1], stride),
176 get_vert(vertex_buffer, indices[i-0], stride) );
180 get_vert(vertex_buffer, indices[nr-1], stride),
181 get_vert(vertex_buffer, indices[
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_prim_vbuf.c160 sp_vbuf_draw_elements(struct vbuf_render *vbr, const ushort *indices, uint nr) argument
174 get_vert(vertex_buffer, indices[i-0], stride) );
181 get_vert(vertex_buffer, indices[i-1], stride),
182 get_vert(vertex_buffer, indices[i-0], stride) );
189 get_vert(vertex_buffer, indices[i-1], stride),
190 get_vert(vertex_buffer, indices[i-0], stride) );
197 get_vert(vertex_buffer, indices[i-1], stride),
198 get_vert(vertex_buffer, indices[i-0], stride) );
202 get_vert(vertex_buffer, indices[nr-1], stride),
203 get_vert(vertex_buffer, indices[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_validate.h41 const void *indices,
56 const GLvoid *indices, GLint basevertex);
61 GLenum type, const GLvoid * const *indices,
68 const GLvoid *indices, GLint basevertex);
78 const GLvoid *indices, GLsizei primcount,
/external/mesa3d/src/mesa/main/
H A Dapi_validate.h41 const void *indices,
56 const GLvoid *indices, GLint basevertex);
61 GLenum type, const GLvoid * const *indices,
68 const GLvoid *indices, GLint basevertex);
78 const GLvoid *indices, GLsizei primcount,
/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h82 indices() = other.indices();
102 indices() = other.indices();
108 inline Index rows() const { return indices().size(); }
111 inline Index cols() const { return indices().size(); }
113 /** \returns the size of a side of the respective square matrix, i.e., the number of indices */
114 inline Index size() const { return indices().size(); }
122 other.coeffRef(indices().coeff(i),i) = typename DenseDerived::Scalar(1);
135 /** const version of indices()
136 const IndicesType& indices() const { return derived().indices(); } function in class:Eigen::PermutationBase
138 IndicesType& indices() { return derived().indices(); } function in class:Eigen::PermutationBase
320 PermutationMatrix(const MatrixBase<Other>& indices) argument
358 const IndicesType& indices() const { return m_indices; } function in class:Eigen::PermutationMatrix
360 IndicesType& indices() { return m_indices; } function in class:Eigen::PermutationMatrix
409 Map(const Index* indices) argument
413 Map(const Index* indices, Index size) argument
439 const IndicesType& indices() const { return m_indices; } function in class:Eigen::Map
441 IndicesType& indices() { return m_indices; } function in class:Eigen::Map
493 PermutationWrapper(const IndicesType& indices) argument
499 indices() const { return m_indices; } function in class:Eigen::PermutationWrapper
[all...]
H A DTranspositions.h24 * \f$[T_{n-1} \ldots T_{i} \ldots T_{0}]\f$. It is internally stored as a vector of integers \c indices.
26 * the rows \c i and \c indices[i] of the matrix \c M.
65 indices() = other.indices();
75 indices() = other.indices();
81 inline Index size() const { return indices().size(); }
84 inline const Index& coeff(Index i) const { return indices().coeff(i); }
86 inline Index& coeffRef(Index i) { return indices().coeffRef(i); }
88 inline const Index& operator()(Index i) const { return indices()(
97 const IndicesType& indices() const { return derived().indices(); } function in class:Eigen::TranspositionsBase
99 IndicesType& indices() { return derived().indices(); } function in class:Eigen::TranspositionsBase
180 Transpositions(const MatrixBase<Other>& indices) argument
207 const IndicesType& indices() const { return m_indices; } function in class:Eigen::Transpositions
209 IndicesType& indices() { return m_indices; } function in class:Eigen::Transpositions
237 Map(const Index* indices) argument
241 Map(const Index* indices, Index size) argument
264 const IndicesType& indices() const { return m_indices; } function in class:Eigen::Map
267 IndicesType& indices() { return m_indices; } function in class:Eigen::Map
294 TranspositionsWrapper(IndicesType& indices) argument
317 const IndicesType& indices() const { return m_indices; } function in class:Eigen::TranspositionsWrapper
320 IndicesType& indices() { return m_indices; } function in class:Eigen::TranspositionsWrapper
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_gs.c211 unsigned *indices,
226 i, indices[i], prim_idx);
229 (const char *)input_ptr + (indices[i] * input_vertex_stride));
302 unsigned indices[1]; local
304 indices[0] = idx;
306 draw_fetch_gs_input(shader, indices, 1, 0);
315 unsigned indices[2]; local
317 indices[0] = i0;
318 indices[1] = i1;
320 draw_fetch_gs_input(shader, indices,
210 draw_fetch_gs_input(struct draw_geometry_shader *shader, unsigned *indices, unsigned num_vertices, unsigned prim_idx) argument
329 unsigned indices[4]; local
345 unsigned indices[3]; local
361 unsigned indices[6]; local
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c211 unsigned *indices,
226 i, indices[i], prim_idx);
229 (const char *)input_ptr + (indices[i] * input_vertex_stride));
302 unsigned indices[1]; local
304 indices[0] = idx;
306 draw_fetch_gs_input(shader, indices, 1, 0);
315 unsigned indices[2]; local
317 indices[0] = i0;
318 indices[1] = i1;
320 draw_fetch_gs_input(shader, indices,
210 draw_fetch_gs_input(struct draw_geometry_shader *shader, unsigned *indices, unsigned num_vertices, unsigned prim_idx) argument
329 unsigned indices[4]; local
345 unsigned indices[3]; local
361 unsigned indices[6]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
H A DMakefile35 indices/u_indices_gen.c: indices/u_indices_gen.py
38 indices/u_unfilled_gen.c: indices/u_unfilled_gen.py
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DCurve.java99 short[] indices = new short[(spline.getControlPoints().size() - 1) * nbSubSegments * 2];
128 indices[i] = (short) k;
131 indices[i] = (short) k;
137 this.setBuffer(VertexBuffer.Type.Index, 2, indices);//(spline.getControlPoints().size() - 1) * nbSubSegments * 2
179 short[] indices = new short[(centerPointsAmount - 1) * nbSubSegments << 1];
182 indices[i++] = (short) k;
184 indices[i++] = (short) k;
189 this.setBuffer(VertexBuffer.Type.Index, 2, indices);
218 short[] indices = new short[nbSubSegments << 1];
220 indices[
[all...]

Completed in 1304 milliseconds

1234567891011>>