/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
rdopt.c | 479 int mv_col = x->e_mbd.mode_info_context->mbmi.mv.as_mv.col; 967 const int row = i >> 2, col = i & 3; local 974 if (col && labelings[i] == labelings[i-1]) 989 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i); 1005 left_mv.as_int = col ? d[-1].bmi.mv.as_int : [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 480 int mv_col = x->e_mbd.mode_info_context->mbmi.mv.as_mv.col; 968 const int row = i >> 2, col = i & 3; local 975 if (col && labelings[i] == labelings[i-1]) 990 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i); 1006 left_mv.as_int = col ? d[-1].bmi.mv.as_int : [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 115 int row, col; // row and column of this quad member in struct:CvCBQuad 153 static int icvTrimCol(CvCBQuad **quads, int count, int col, int dir); 574 start->col = 0; 584 int col = q->col; local 586 col_hist[col+HSIZE]++; 592 if (col > col_max) col_max = col; 593 if (col < col_min) col_min = col; 692 int col = quads[i]->col; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
table_util.js | 49 * associates a column number to a particular col group. 61 // A colgroup has either a series of col element children or a span 62 // attribute. If it has col children, ignore the span attribute 169 * Returns a Javascript array containing the child col elements of the given 173 * @return {Array} An array of all of the child col elements of the given 177 return cvox.XpathUtil.evalXPath('child::col', colGroupNode);
|
/external/chromium_org/third_party/angle/tests/compiler_tests/ |
VariablePacker_test.cpp | 159 for (int col = squareSize; col < 4; ++col) {
|
/external/chromium_org/third_party/libjpeg_turbo/ |
jquant2.c | 215 JDIMENSION col; local 220 for (col = width; col > 0; col--) { 909 JDIMENSION col; local 949 JDIMENSION col; local [all...] |
jcdctmgr.c | 252 * coefficients scaled by scalefactor[row]*scalefactor[col], where 292 * coefficients scaled by scalefactor[row]*scalefactor[col], where 300 int row, col; local 314 for (col = 0; col < DCTSIZE; col++) { 317 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texcompress.c | 435 * Return the address of the pixel at (col, row, img) in a 437 * \param col, row, img - image position (3D), should be a multiple of the 442 * \return address of pixel at (row, col, img) 445 _mesa_compressed_image_address(GLint col, GLint row, GLint img, 456 ASSERT(col % bw == 0); 459 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw;
|
/external/e2fsprogs/ext2ed/ |
win.c | 54 show_pad_info.col=0; 145 prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,show_pad_info.display_lines-1,show_pad_info.display_cols-1); 147 prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,top+show_pad_info.display_lines-1,left+show_pad_info.display_cols-1);
|
/external/eigen/Eigen/src/Core/ |
Dot.h | 252 if(!internal::isApprox(nested.col(i).squaredNorm(), static_cast<RealScalar>(1), prec)) 255 if(!internal::isMuchSmallerThan(nested.col(i).dot(nested.col(j)), static_cast<Scalar>(1), prec))
|
/external/eigen/debug/gdb/ |
printers.py | 95 col = self.currentCol 119 return ('[%d]' % (col,), item) 120 return ('[%d,%d]' % (row, col), item)
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
Companion.h | 63 EIGEN_STRONG_INLINE const _Scalar operator()(Index row, Index col ) const 65 if( m_bl_diag.rows() > col ) 67 if( 0 < row ){ return m_bl_diag[col]; }
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
RandomSetter.h | 292 /** \returns a reference to the coefficient at given coordinates \a row, \a col */ 293 Scalar& operator() (Index row, Index col) 295 const Index outer = SetterRowMajor ? row : col; 296 const Index inner = SetterRowMajor ? col : row;
|
/external/jpeg/ |
jquant2.c | 232 JDIMENSION col; local 237 for (col = width; col > 0; col--) { 925 JDIMENSION col; local 965 JDIMENSION col; local [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
hist.c | 31 u16 hists__col_len(struct hists *hists, enum hist_column col) 33 return hists->col_len[col]; 36 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) 38 hists->col_len[col] = len; 41 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) 43 if (len > hists__col_len(hists, col)) { 44 hists__set_col_len(hists, col, len); 52 enum hist_column col; local 54 for (col = 0; col < HISTC_NR_COLS; ++col [all...] |
/external/mesa3d/src/mesa/main/ |
texcompress.c | 435 * Return the address of the pixel at (col, row, img) in a 437 * \param col, row, img - image position (3D), should be a multiple of the 442 * \return address of pixel at (row, col, img) 445 _mesa_compressed_image_address(GLint col, GLint row, GLint img, 456 ASSERT(col % bw == 0); 459 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw;
|
/build/tools/droiddoc/templates-ds/assets/css/ |
default.css | 165 .layout-content-col { 168 .layout-content-col:first-child { 170 .layout-content-col h3, 171 .layout-content-col h4 { 174 .layout-content-col.span-1 { 177 .layout-content-col.span-2 { 180 .layout-content-col.span-3 { 183 .layout-content-col.span-4 { 186 .layout-content-col.span-5 { 189 .layout-content-col.span-6 [all...] |
/build/tools/droiddoc/templates-sac/assets/css/ |
default.css | 169 .layout-content-col { 172 .layout-content-col:first-child { 174 .layout-content-col h3, 175 .layout-content-col h4 { 178 .layout-content-col.span-1 { 181 .layout-content-col.span-2 { 184 .layout-content-col.span-3 { 187 .layout-content-col.span-4 { 190 .layout-content-col.span-5 { 193 .layout-content-col.span-6 [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 300 int col=0; local 302 col = token.getCharPositionInLine(); 304 if ( col==0 ) { 307 col = child.getCharPositionInLine(); 310 return col;
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 717 // @param col 721 private static String getData(int col, int startRow) { 724 if (datas[i][col] != null) { 725 return datas[i][col]; 730 if (datas[i][col] != null) { 731 return datas[i][col];
|
/external/chromium_org/media/base/ |
video_frame_unittest.cc | 78 for (int col = 0; col < yv12_frame->coded_size().width(); ++col) { 80 base::StringPrintf("Checking (%d, %d)", row, col)); 81 EXPECT_EQ(expect_rgb_color, rgb_row_data[col]);
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXTable.cpp | 162 // if there's a colgroup or col element, it's probably a data table. 210 for (int col = 0; col < numCols; ++col) { 211 RenderTableCell* cell = firstBody->primaryCellAt(row, col); 229 if (!col && isTHCell)
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
onyxd_if.c | 367 int row, col; local 374 for (col = 0; col < pbi->common.mb_cols; ++col) 376 const int i = row*pbi->common.mode_info_stride + col;
|
/external/chromium_org/third_party/skia/samplecode/ |
SamplePatch.cpp | 162 for (int col = 1; col < nu; col++) { 163 eval_sheet(edge0, nu, nv, col, row, &r[col]);
|
/external/libhevc/decoder/ |
ihevcd_get_mv.c | 463 WORD32 row, col; local 472 for(col = 0; col < pu_wd / MIN_PU_SIZE; col++) 474 pu4_nbr_pu_idx[offset + col] = cur_pu_idx;
|