Searched refs:col (Results 276 - 300 of 926) sorted by relevance

<<11121314151617181920>>

/external/ceres-solver/include/ceres/
H A Ddynamic_numeric_diff_cost_function.h207 parameter_jacobian.col(j).matrix() = residuals;
219 parameter_jacobian.col(j) -= residuals;
223 parameter_jacobian.col(j) -=
229 parameter_jacobian.col(j) *= one_over_h;
/external/ceres-solver/include/ceres/internal/
H A Dnumeric_diff.h152 parameter_jacobian.col(j) = residuals;
164 parameter_jacobian.col(j) -= residuals;
168 parameter_jacobian.col(j) -=
174 parameter_jacobian.col(j) *= one_over_delta;
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_diagonal_matrix.h65 int* col,
H A Dblock_random_access_sparse_matrix.h70 int* col,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregcoll.h252 void caseFirstCompressionSub(Collator *col, UnicodeString opt);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdcolor.c334 register JDIMENSION col; local
343 for (col = 0; col < num_cols; col++) {
344 r = GETJSAMPLE(inptr0[col]);
345 g = GETJSAMPLE(inptr1[col]);
346 b = GETJSAMPLE(inptr2[col]);
348 outptr[col] = (JSAMPLE)
511 register JDIMENSION col; local
528 for (col
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.h28 int col; member in struct:position
153 mv.as_mv.col *= -1;
194 mi_col + mi_pos->col < tile->mi_col_start ||
196 mi_col + mi_pos->col >= tile->mi_col_end);
H A Dvp9_reconinter.c136 is_q4 ? src_mv->col : src_mv->col * 2 };
138 const int subpel_x = mv.col & SUBPEL_MASK;
141 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
171 is_q4 ? src_mv->col : src_mv->col * 2 };
173 const int subpel_x = mv.col & SUBPEL_MASK;
176 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
192 round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.col +
193 mi->bmi[1].as_mv[idx].as_mv.col
[all...]
H A Dvp9_entropymv.h100 return mv->col == 0 ? MV_JOINT_ZERO : MV_JOINT_HNZVZ;
102 return mv->col == 0 ? MV_JOINT_HZVNZ : MV_JOINT_HNZVNZ;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress.h49 _mesa_compressed_image_address(GLint col, GLint row, GLint img,
/external/chromium_org/third_party/sqlite/src/test/
H A Dfts3_common.tcl91 foreach col [lrange $E(*) 1 end] {
92 set c $E($col)
97 set es "Error at docid=$iDoc col=$iCol pos=$pos. Index is missing"
101 set es "Error at docid=$iDoc col=$iCol pos=$pos. Index "
148 # [$docid ?$col[$off1 $off2...]?...]
197 foreach col $ret($docid) {
198 foreach {iCol lPos} $col {}
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp275 for (int col = 0; col < row + 1; col++)
277 float fx = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numRows;
306 for (int col = 0; col < numCols; col++)
308 float centerX = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numCols;
309 int numVertices = row*numCols + col + 1;
322 if (col < numCol
[all...]
/external/eigen/Eigen/src/Core/
H A DCwiseUnaryView.h116 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const
118 return derived().functor()(derived().nestedExpression().coeff(row, col));
126 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col) argument
128 return derived().functor()(const_cast_derived().nestedExpression().coeffRef(row, col));
/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h303 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta);
304 matA.col(i).coeffRef(i+1) = beta;
312 .applyHouseholderOnTheLeft(matA.col(i).tail(remainingSize-1), h, &temp.coeffRef(0));
316 .applyHouseholderOnTheRight(matA.col(i).tail(remainingSize-1).conjugate(), numext::conj(h), &temp.coeffRef(0));
/external/eigen/Eigen/src/Geometry/
H A DUmeyama.h162 Rt.col(m).head(m) = dst_mean;
163 Rt.col(m).head(m).noalias() -= c*Rt.topLeftCorner(m,m)*src_mean;
168 Rt.col(m).head(m) = dst_mean;
169 Rt.col(m).head(m).noalias() -= Rt.topLeftCorner(m,m)*src_mean;
/external/eigen/doc/snippets/
H A DComplexEigenSolver_compute.cpp11 VectorXcf v = ces.eigenvectors().col(0);
H A DEigenSolver_EigenSolver_MatrixType.cpp10 VectorXcd v = es.eigenvectors().col(0);
H A DSelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp11 VectorXd v = es.eigenvectors().col(0);
H A DSelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp14 VectorXd v = es.eigenvectors().col(0);
/external/eigen/test/
H A Dgeo_orthomethods.cpp49 VERIFY_IS_APPROX(mcross.col(i), mat3.col(i).cross(vec3));
98 VERIFY_IS_APPROX(mcross3N.col(i), mat3N.col(i).cross(vec3));
H A Dschur_complex.cpp27 for(int col = 0; col < row; ++col) {
28 VERIFY(T(row,col) == (typename MatrixType::Scalar)0);
H A Dschur_real.cpp23 for(int col = 0; col < row - 1; ++col) {
24 VERIFY(T(row,col) == Scalar(0));
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.h257 void caseFirstCompressionSub(Collator *col, UnicodeString opt);
/external/mesa3d/src/mesa/main/
H A Dtexcompress.h49 _mesa_compressed_image_address(GLint col, GLint row, GLint img,
/external/libhevc/common/x86/
H A Dihevc_weighted_pred_ssse3_intr.c124 WORD32 row, col, temp; local
161 for(col = 0; col < wd; col += 8)
173 /*i4_tmp = (pi2_src[col]) * wgt0*/ /* Lower 16 bit */
179 /*i4_tmp = (pi2_src[col] ) * wgt0*/ /* Higher 16 bit */
196 /* i4_tmp = (pi2_src[col] + lvl_shift) * wgt0 + 1 << (shift - 1) */
234 /* pu1_dst[col] = CLIP_U8(i4_tmp); */
263 for(col = 0; col < w
414 WORD32 row, col, temp, wdx2; local
752 WORD32 row, col, temp; local
1039 WORD32 row, col, temp1, temp2; local
1306 WORD32 row, col, temp; local
1696 WORD32 row, col, temp; local
[all...]

Completed in 4621 milliseconds

<<11121314151617181920>>