HomeSort by relevance Sort by last modified time
    Searched defs:nCols (Results 1 - 3 of 3) sorted by null

  /external/aac/libSBRdec/src/
lpp_tran.h 172 UCHAR nCols; /*!< number subsamples of a codec frame */
221 const int nCols,
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 177 int nCols = max(1, table()->numEffCols());
179 m_grid[r].row = new Row(nCols);
194 int nCols = columns.size();
202 while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).hasCells() || cellAt(m_cRow, m_cCol).inColSpan))
239 if (m_cCol >= nCols) {
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 414 int nCols;
425 int nCols;
    [all...]

Completed in 70 milliseconds