/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_firstpass.c | 300 MV ref_mv_full = {ref_mv->row >> 3, ref_mv->col >> 3}; 686 best_ref_mv.col = 0; 711 mv.col *= 8; 722 sum_mvc += mv.col; 723 sum_mvc_abs += abs(mv.col); 725 sum_mvcs += mv.col * mv.col; 754 if (mv.as_mv.col > 0 && mv.as_mv.col >= abs(mv.as_mv.row)) { 759 abs(mv.as_mv.row) >= abs(mv.as_mv.col)) { [all...] |
vp9_temporal_filter.c | 158 best_ref_mv1_full.col = best_ref_mv1.col >> 3; 258 mbd->mi[0].src_mi->bmi[0].as_mv[0].as_mv.col = 0; 285 mbd->mi[0].src_mi->bmi[0].as_mv[0].as_mv.col,
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program.h | 64 GLint *line, GLint *col);
|
/external/chromium_org/ui/views/controls/table/ |
table_view.h | 133 // Adds the specified column. |col| is not made visible. 134 void AddColumn(const ui::TableColumn& col);
|
/external/deqp/modules/gles2/functional/ |
es2fDepthRangeTests.cpp | 384 int col = de::clamp(deRoundFloatToInt32((float)step*depthStep*255.0f), 0, 255); local 386 referenceFrame.setPixel(x, y, tcu::RGBA(col, col, col, 0xff));
|
/external/deqp/modules/gles3/functional/ |
es3fFragDepthTests.cpp | 410 int col = de::clamp(deRoundFloatToInt32((float)step*depthStep*255.0f), 0, 255); local 412 referenceFrame.setPixel(x, y, tcu::RGBA(col, col, col, 0xff));
|
/external/deqp/modules/gles31/functional/ |
es31fAdvancedBlendTests.cpp | 369 for (vector<Vec4>::iterator col = colors.begin(); col != colors.end(); ++col) 370 *col = randomColor(&rnd);
|
/external/eigen/Eigen/src/Cholesky/ |
LDLT.h | 291 mat.col(k).tail(s).swap(mat.col(index_of_biggest_in_corner).tail(s)); 380 w.tail(rs) -= wj * mat.col(j).tail(rs); 382 mat.col(j).tail(rs) += (sigma*numext::conj(wj)/gamma)*w.tail(rs);
|
LLT.h | 223 ColXprSegment x(mat.col(i).tail(rs)); 252 temp.tail(rs) -= (wj/Ljj) * mat.col(j).tail(rs); 254 mat.col(j).tail(rs) = (nLjj/Ljj) * mat.col(j).tail(rs) + (nLjj * sigma*numext::conj(wj)/gamma)*temp.tail(rs);
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU.h | 235 X.col(j) = rowsPermutation() * B.const_cast_derived().col(j); 243 X.col(j) = colsPermutation().inverse() * X.col(j);
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
LMpar.h | 94 wa1[j] = s.col(j).head(j+1).dot(qtb.head(j+1)) / diag[qr.colsPermutation().indices()(j)];
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
dogleg.h | 36 temp = epsmch * qrfac.col(j).head(j+1).maxCoeff();
|
/external/libhevc/common/arm/ |
ihevc_intra_pred_luma_vert.s | 118 vld1.8 {d20,d21}, [r6]! @16 loads (col 0:15) 122 vld1.8 {d22,d23}, [r6] @16 loads (col 16:31) 183 vld1.8 {d16,d17}, [r6] @ld for repl to cols src[2nt+1+col(0:15)] (0 ignored for stores) 321 vld1.8 d16, [r6] @ld for repl to cols src[2nt+1+col(0:3 or 0:7)](0 ignored for st)
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_pickmode.c | 85 mvp_full.col >>= 3; 134 mvp_full.col = tmp_mv->as_mv.col * 8; 342 (mbmi->mv[0].as_mv.col & 0x07) != 0)) {
|
/external/mesa3d/src/mesa/program/ |
program.h | 64 GLint *line, GLint *col);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSPanel.java | 421 record.col = c; 462 int left = record.col * cw + (record.col + 1) * extra; 546 int col; field in class:QSPanel.TileRecord
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
XmlGenerator.java | 224 private <E extends Comparable<E>> Collection<E> sortCollection(Collection<E> col) { 225 List<E> list = new ArrayList<E>(col);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTable.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_function.cpp | 542 ir_dereference *const col = new(ctx) ir_dereference_array(src, col_index); local 544 col->type = src->type->column_type(); 546 return dereference_component(col, r); 1018 unsigned col = local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
intel_tris.c | 452 GLfloat psz[4], col[4], restore_psz, restore_alpha; local 455 _tnl_get_attr(ctx, v0, _TNL_ATTRIB_COLOR0, col); 458 restore_alpha = col[3]; 466 col[3] *= dsize * dsize; 472 if (restore_psz != psz[0] || restore_alpha != col[3]) { 474 _tnl_set_attr(ctx, v0, _TNL_ATTRIB_COLOR0, col); 479 col[3] = restore_alpha; 482 _tnl_set_attr(ctx, v0, _TNL_ATTRIB_COLOR0, col); [all...] |
/external/eigen/Eigen/src/Core/ |
Functors.h | 533 EIGEN_STRONG_INLINE const Scalar operator() (Index row, Index col) const { return row==col ? Scalar(1) : Scalar(0); } 618 // there row==0 and col is used for the actual iteration. 620 EIGEN_STRONG_INLINE const Scalar operator() (Index row, Index col) const 622 eigen_assert(col==0 || row==0); 623 return impl(col + row); 630 // there row==0 and col is used for the actual iteration. 632 EIGEN_STRONG_INLINE const Packet packetOp(Index row, Index col) const 634 eigen_assert(col==0 || row==0); 635 return impl.packetOp(col + row) [all...] |
Transpositions.h | 388 dst.col(k).swap(dst.col(j));
|
/external/eigen/Eigen/src/QR/ |
HouseholderQR.h | 244 mat.col(k).tail(remainingRows).makeHouseholderInPlace(hCoeffs.coeffRef(k), beta); 249 .applyHouseholderOnTheLeft(mat.col(k).tail(remainingRows-1), hCoeffs.coeffRef(k), tempData+k+1);
|
/external/eigen/Eigen/src/SPQRSupport/ |
SuiteSparseQRSupport.h | 106 Index col = matrix.cols(); local 107 m_rank = SuiteSparseQR<Scalar>(m_ordering, m_tolerance, col, &A,
|
/external/eigen/bench/btl/libs/eigen3/ |
eigen3_interface.hh | 154 //dst.col(j).tail(N-j) = src.col(j).tail(N-j); 161 A.col(j).tail(N-j) += X[j] * Y.tail(N-j) + Y[j] * X.tail(N-j); 166 A.col(j) += X * Y[j];
|