HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 126 - 150 of 2035) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libhevc/decoder/
ihevcd_deblk.c 119 WORD32 col, row; local
184 for(row = 0; row < (ctb_size >> 3) + 1; row++)
185 au2_ctb_no_loop_filter_flag[row] = ps_deblk->au2_ctb_no_loop_filter_flag[row] >> (ctb_size >> 3);
247 /* BS for the column - Last row is excluded and the top row is included*/
258 for(row = 0; row < ctb_size / 4;
    [all...]
  /packages/apps/Launcher2/
print_db.py 46 for row in c:
47 rows.append(row)
124 data = [dict(zip(columns,row)) for row in rows]
154 for row in rows:
157 for i in range(0,len(row)):
158 cell = row[i]
159 # row[0] is always _id
161 print_functions[i](out, row[0], row, cell
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
error_concealment.c 26 int row; member in struct:ec_position
137 int row, col; local
155 for (row = 0; row < end_row; ++row)
161 (((first_blk_row + row) *
165 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
176 int row, col, rel_row, rel_col; local
183 row = (4 * b_row) << 3; /* Q3 */
187 new_row = row - bmi->mv.as_mv.row
286 int row, col; local
499 int row, col, i; local
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 28 int row; member in struct:ec_position
139 int row, col; local
157 for (row = 0; row < end_row; ++row)
163 (((first_blk_row + row) *
167 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
178 int row, col, rel_row, rel_col; local
185 row = (4 * b_row) << 3; /* Q3 */
189 new_row = row - bmi->mv.as_mv.row
288 int row, col; local
501 int row, col, i; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
error_concealment.c 28 int row; member in struct:ec_position
139 int row, col; local
157 for (row = 0; row < end_row; ++row)
163 (((first_blk_row + row) *
167 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap);
178 int row, col, rel_row, rel_col; local
185 row = (4 * b_row) << 3; /* Q3 */
189 new_row = row - bmi->mv.as_mv.row
288 int row, col; local
501 int row, col, i; local
    [all...]
  /external/libhevc/common/
ihevc_intra_pred_filters.c 735 WORD32 row, col; local
760 for(row = 0; row < nt; row++)
764 pu1_dst[row * dst_strd + col] = ((nt - 1 - col)
765 * pu1_ref[two_nt - 1 - row]
767 + (nt - 1 - row) * pu1_ref[two_nt + 1 + col]
768 + (row + 1) * pu1_ref[nt - 1] + nt) >> (log2nt + 1);
823 WORD32 row, col; local
864 for(row = 0; row < nt; row++
936 WORD32 row, col; local
1015 WORD32 row, col; local
1093 WORD32 row, col; local
1157 WORD32 row, col; local
1234 WORD32 row, col; local
1315 WORD32 row, col, k; local
1420 WORD32 row, col, k; local
1517 WORD32 row, col; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
findnearmv.h 30 mvp->as_mv.row *= -1;
44 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
45 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
47 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
57 mv->as_mv.row = (mv->as_mv.row < mb_to_top_edge) ?
58 mb_to_top_edge : mv->as_mv.row;
59 mv->as_mv.row = (mv->as_mv.row > mb_to_bottom_edge)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_bitmap.c 54 GLint row, col; local
77 for (row = 0; row < height; row++) {
79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
87 span.array->y[count] = py + row;
99 /* get ready for next row */
109 span.array->y[count] = py + row;
121 /* get ready for next row */
126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height)
    [all...]
  /external/libvpx/libvpx/vp8/common/
findnearmv.h 30 mvp->as_mv.row *= -1;
44 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
45 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
47 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
57 mv->as_mv.row = (mv->as_mv.row < mb_to_top_edge) ?
58 mb_to_top_edge : mv->as_mv.row;
59 mv->as_mv.row = (mv->as_mv.row > mb_to_bottom_edge)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_bitmap.c 54 GLint row, col; local
77 for (row = 0; row < height; row++) {
79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
87 span.array->y[count] = py + row;
99 /* get ready for next row */
109 span.array->y[count] = py + row;
121 /* get ready for next row */
126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.h 30 mvp->as_mv.row *= -1;
44 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
45 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
47 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
57 mv->as_mv.row = (mv->as_mv.row < mb_to_top_edge) ?
58 mb_to_top_edge : mv->as_mv.row;
59 mv->as_mv.row = (mv->as_mv.row > mb_to_bottom_edge)
    [all...]
  /external/chromium_org/chrome/browser/history/android/
favicon_sql_handler.cc 32 bool FaviconSQLHandler::Update(const HistoryAndBookmarkRow& row,
34 if (!row.favicon_valid())
41 GURL(), favicon_base::FAVICON, row.favicon(), Time::Now(), gfx::Size());
96 bool FaviconSQLHandler::Insert(HistoryAndBookmarkRow* row) {
97 if (!row->is_value_set_explicitly(HistoryAndBookmarkRow::FAVICON) ||
98 !row->favicon_valid())
101 DCHECK(row->is_value_set_explicitly(HistoryAndBookmarkRow::URL));
106 GURL(), favicon_base::FAVICON, row->favicon(), Time::Now(), gfx::Size());
109 return thumbnail_db_->AddIconMapping(row->url(), id);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 36 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
43 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
54 return ((mvsadcost[0][(mv->as_mv.row - ref->as_mv.row)] +
69 x->ss[search_site_count].mv.row = 0;
78 x->ss[search_site_count].mv.row = -Len;
84 x->ss[search_site_count].mv.row = Len;
90 x->ss[search_site_count].mv.row = 0
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 35 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
42 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
53 return ((mvsadcost[0][(mv->as_mv.row - ref->as_mv.row)] +
68 x->ss[search_site_count].mv.row = 0;
77 x->ss[search_site_count].mv.row = -Len;
83 x->ss[search_site_count].mv.row = Len;
89 x->ss[search_site_count].mv.row = 0
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 35 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
42 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
53 return ((mvsadcost[0][(mv->as_mv.row - ref->as_mv.row)] +
68 x->ss[search_site_count].mv.row = 0;
77 x->ss[search_site_count].mv.row = -Len;
83 x->ss[search_site_count].mv.row = Len;
89 x->ss[search_site_count].mv.row = 0
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
MarkResetConsole.java 27 private int row; field in class:MarkResetConsole
41 row++;
57 private final int markRow = row;
74 for (int r = row; r > markRow; r--) {
84 row = markRow;
  /external/ceres-solver/internal/ceres/
dynamic_compressed_row_sparse_matrix.cc 48 void DynamicCompressedRowSparseMatrix::InsertEntry(int row,
51 CHECK_GE(row, 0);
52 CHECK_LT(row, num_rows());
55 dynamic_cols_[row].push_back(col);
56 dynamic_values_[row].push_back(value);
  /external/smack/src/org/xbill/DNS/
Compression.java 43 int row = (name.hashCode() & 0x7FFFFFFF) % TABLE_SIZE; local
47 entry.next = table[row];
48 table[row] = entry;
61 int row = (name.hashCode() & 0x7FFFFFFF) % TABLE_SIZE; local
63 for (Entry entry = table[row]; entry != null; entry = entry.next) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java 83 public float getX(final int row) {
86 // return mXs[row];
89 public float getY(final int row) {
90 return mYs[row];
93 public float getRadius(final int row) {
94 return mRadii[row];
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 139 for (Index row = 0; row < lhs.rows(); row++) {
140 dst(row, col) = lhs.coeffDiag(row) * rhs(row, col);
144 for (Index row = 0; row < lhs.rows(); row++) {
145 typename _Lhs::InnerLowerIterator lIt(lhs, row);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
srp.c 177 static int update_index(CA_DB *db, BIO *bio, char **row)
190 irow[i]=row[i];
191 row[i]=NULL;
590 char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex); local
592 row[DB_srptype][0] = 'V';
598 char *row[DB_NUMBER] ; char *gNid; local
599 row[DB_srpverifier] = NULL;
600 row[DB_srpsalt] = NULL;
601 row[DB_srpinfo] = NULL;
602 if (!(gNid = srp_create_user(user,&(row[DB_srpverifier]), &(row[DB_srpsalt]),gNrow?gNrow[DB_srpsalt]:gN,gNrow?gNrow[DB_srpverifier]:NULL, (…)
637 char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex); local
    [all...]
  /external/openssl/apps/
srp.c 177 static int update_index(CA_DB *db, BIO *bio, char **row)
190 irow[i]=row[i];
191 row[i]=NULL;
590 char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex); local
592 row[DB_srptype][0] = 'V';
598 char *row[DB_NUMBER] ; char *gNid; local
599 row[DB_srpverifier] = NULL;
600 row[DB_srpsalt] = NULL;
601 row[DB_srpinfo] = NULL;
602 if (!(gNid = srp_create_user(user,&(row[DB_srpverifier]), &(row[DB_srpsalt]),gNrow?gNrow[DB_srpsalt]:gN,gNrow?gNrow[DB_srpverifier]:NULL, (…)
637 char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex); local
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 123 for (int row = 0; row < pSrc->GetHeight(); row ++) {
124 FXSYS_memcpy32(m_pBuffer + row * m_Pitch, pSrc->GetScanline(row), m_Pitch);
182 for (int row = rect.top; row < rect.bottom; row ++) {
183 FX_DWORD* src_scan = (FX_DWORD*)GetScanline(row) + rect.left / 32;
184 FX_DWORD* dest_scan = (FX_DWORD*)pNewBitmap->GetScanline(row - rect.top);
    [all...]
  /external/eigen/test/
nomalloc.cpp 59 m2.col(0).noalias() -= m1 * m1.row(0).adjoint();
60 m2.col(0).noalias() -= m1.adjoint() * m1.row(0).adjoint();
62 m2.row(0).noalias() = m1.row(0) * m1;
63 m2.row(0).noalias() -= m1.row(0) * m1.adjoint();
64 m2.row(0).noalias() -= m1.col(0).adjoint() * m1;
65 m2.row(0).noalias() -= m1.col(0).adjoint() * m1.adjoint();
70 m2.col(0).noalias() -= m1.template triangularView<Upper>() * m1.row(0).adjoint();
71 m2.col(0).noalias() -= m1.adjoint().template triangularView<Upper>() * m1.row(0).adjoint()
    [all...]
  /external/chromium_org/ui/webui/resources/css/
tree.css 11 .tree-item > .tree-row {
44 .tree-item[expanded] > .tree-row > .expand-icon {
50 .tree-row .expand-icon {
54 .tree-row[may-have-children] .expand-icon {
58 .tree-row[has-children=false] .expand-icon {
62 .tree-row:hover {
69 WebKit has a bug with attribute selectors so we apply selected to the tree row
75 .tree-row[selected] {
80 .tree-row[selected] {
86 .tree-row[selected]:hover
    [all...]

Completed in 1189 milliseconds

1 2 3 4 56 7 8 91011>>