HomeSort by relevance Sort by last modified time
    Searched defs:col (Results 1 - 25 of 331) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libhevc/common/x86/
ihevc_mem_fns_ssse3_intr.c 82 int col; local
83 for(col = num_bytes; col >= 8; col -= 8)
121 int col; local
124 for(col = num_bytes; col >= 8; col -= 8)
159 int col; local
162 for(col = num_words; col >= 8; col -= 8
    [all...]
ihevc_inter_pred_filters_sse42_intr.c 117 WORD32 row, col; local
127 for(col = 0; col < wd; col += 8)
140 src0_16x8b = _mm_slli_epi16(src0_16x8b, SHIFT_14_MINUS_BIT_DEPTH); /* (pu1_src[col] << SHIFT_14_MINUS_BIT_DEPTH */
163 for(col = 0; col < wd; col += 4)
176 src0_16x8b = _mm_slli_epi16(src0_16x8b, SHIFT_14_MINUS_BIT_DEPTH); /* (pu1_src[col] << SHIFT_14_MINUS_BIT_DEPTH */
244 WORD32 row, col, wdx2 local
465 WORD32 row, col, wdx2; local
    [all...]
ihevc_padding_ssse3_intr.c 168 WORD32 col; local
184 for(col = 0; col < pad_size; col += 8)
186 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8b);
240 WORD32 col; local
254 for(col = 0; col < pad_size; col += 8)
256 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8b)
310 WORD32 col; local
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_CollectionTest.java 28 Collection<Integer> col; // must contain the Integers 0 to 99 field in class:Support_CollectionTest
36 col = c;
41 new Support_UnmodifiableCollectionTest("", col).runTest();
50 assertTrue("CollectionTest - a) add did not work", col.add(new Integer(
52 assertTrue("CollectionTest - b) add did not work", col
56 assertTrue("CollectionTest - a) remove did not work", col
58 assertTrue("CollectionTest - b) remove did not work", !col
62 assertTrue("CollectionTest - a) addAll failed", col
64 assertTrue("CollectionTest - b) addAll failed", col
68 assertTrue("CollectionTest - a) containsAll failed", col
    [all...]
Support_UnmodifiableCollectionTest.java 29 Collection<Integer> col; field in class:Support_UnmodifiableCollectionTest
40 col = c;
47 assertTrue("UnmodifiableCollectionTest - should contain 0", col
49 assertTrue("UnmodifiableCollectionTest - should contain 50", col
51 assertTrue("UnmodifiableCollectionTest - should not contain 100", !col
61 col.containsAll(hs));
65 !col.containsAll(hs));
68 assertTrue("UnmodifiableCollectionTest - should not be empty", !col
72 Iterator<Integer> it = col.iterator();
89 + col.size(), col.size() == 100)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mv.h 23 short col; member in struct:__anon17683
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_bitmap.c 54 GLint row, col; local
84 for (col = 0; col < width; col++) {
86 span.array->x[count] = px + col;
106 for (col = 0; col < width; col++) {
108 span.array->x[count] = px + col;
154 GLint row, col;
    [all...]
  /external/libvpx/libvpx/vp8/common/
mv.h 23 short col; member in struct:__anon4401
  /external/mesa3d/src/mesa/swrast/
s_bitmap.c 54 GLint row, col; local
84 for (col = 0; col < width; col++) {
86 span.array->x[count] = px + col;
106 for (col = 0; col < width; col++) {
108 span.array->x[count] = px + col;
154 GLint row, col;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
CollectionStore.java 41 List col = new ArrayList(); local
50 col.add(obj);
54 return col;
  /external/libhevc/common/
ihevc_weighted_pred.c 117 WORD32 row, col; local
122 for(col = 0; col < wd; col++)
124 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0;
128 pu1_dst[col] = CLIP_U8(i4_tmp);
202 WORD32 row, col; local
207 for(col = 0; col < 2 * wd; col += 2
308 WORD32 row, col; local
413 WORD32 row, col; local
500 WORD32 row, col; local
583 WORD32 row, col; local
    [all...]
ihevc_padding.c 150 //WORD32 col;
439 WORD32 col; local
450 for(col = -pad_size; col < 0; col++)
451 pu2_src[col] = u2_uv_val;
560 WORD32 col; local
571 for(col = 0; col < pad_size; col++
    [all...]
  /external/libhevc/decoder/
ihevcd_itrans_recon_dc.c 93 WORD32 row, col; local
110 for(col = 0; col < trans_size; col++)
111 pu1_dst[row * dst_strd + col] = CLIP_U8((pu1_pred[row * pred_strd + col] + dc_value));
123 WORD32 row, col; local
141 for(col = 0; col < trans_size; col++
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertStoreCollectionSpi.java 38 List col = new ArrayList(); local
49 col.add(obj);
61 col.add(obj);
66 return col;
74 List col = new ArrayList(); local
85 col.add(obj);
97 col.add(obj);
102 return col;
  /external/ceres-solver/internal/ceres/
block_random_access_dense_matrix_test.cc 54 int col; local
58 m.GetCell(i, j, &row, &col, &row_stride, &col_stride);
62 EXPECT_EQ(col, col_idx);
84 int col; local
88 i, j, &row, &col, &row_stride, &col_stride);
90 row, col, blocks[i], blocks[j]) =
block_random_access_diagonal_matrix_test.cc 58 int col; local
65 &row, &col,
75 EXPECT_EQ(col, 0);
81 row, col, blocks[row_block_id], blocks[col_block_id]) =
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableColElement.cpp 72 RenderTableCol* col = toRenderTableCol(renderer()); local
74 if (newWidth != col->width())
75 col->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
  /external/chromium_org/third_party/libjpeg_turbo/
jccolext.c 40 register JDIMENSION col; local
49 for (col = 0; col < num_cols; col++) {
60 outptr0[col] = (JSAMPLE)
64 outptr1[col] = (JSAMPLE)
68 outptr2[col] = (JSAMPLE)
97 register JDIMENSION col; local
104 for (col = 0; col < num_cols; col++)
131 register JDIMENSION col; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mv.h 24 int16_t col; member in struct:mv
34 int32_t col; member in struct:mv32
47 mv->col = clamp(mv->col, min_col, max_col);
  /external/eigen/Eigen/src/Core/
BooleanRedux.h 21 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::all_unroller::__anon72
27 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col);
47 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::any_unroller::__anon73
53 return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col);
  /external/eigen/Eigen/src/SparseCore/
SparseTranspose.h 43 typename TransposeImpl<MatrixType,Sparse>::Index row() const { return Base::col(); }
44 typename TransposeImpl<MatrixType,Sparse>::Index col() const { return Base::row(); } function in class:Eigen::TransposeImpl::InnerIterator
57 typename TransposeImpl<MatrixType,Sparse>::Index row() const { return Base::col(); }
58 typename TransposeImpl<MatrixType,Sparse>::Index col() const { return Base::row(); } function in class:Eigen::TransposeImpl::ReverseInnerIterator
  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 24 int16_t col; member in struct:mv
34 int32_t col; member in struct:mv32
39 mv->col = clamp(mv->col, min_col, max_col);
  /external/openfst/src/script/
text-io.cc 47 vector<char *> col; local
48 SplitToVector(line, "\n\t ", &col, true);
49 if (col.size() == 0 || col[0][0] == '\0') // empty line
51 if (col.size() != 2) {
57 ssize_t s = StrToInt64(col[0], filename, nline, false);
58 WeightClass weight(weight_type, col[1]);
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
AccessControlContextTest.java 39 PermissionCollection col = perm.newPermissionCollection(); local
40 col.add(perm);
41 final ProtectionDomain pd = new ProtectionDomain(null, col);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableCell.cpp 135 columnRange.first = renderCell->col();
156 int col = renderCell->col(); local
157 if (!col)

Completed in 959 milliseconds

1 2 3 4 5 6 7 8 91011>>