/external/mksh/src/ |
edit.c | 2085 int col; local 2241 size_t col = xcp - xbuf; local 5109 int cur, col; local 5159 int cur, col, cnt; local [all...] |
/hardware/intel/common/libva/test/encode/ |
mpeg2enc.c | 442 int row, col; local 472 for (col = 0; col < surface_image.width / 2; col++) { 473 u_dst[col * 2] = u_src[col]; 474 u_dst[col * 2 + 1] = v_src[col]; 483 for (col = 0; col < surface_image.width / 2; col++) [all...] |
mpeg2vaenc.c | 442 int row, col; local 472 for (col = 0; col < surface_image.width / 2; col++) { 473 u_dst[col * 2] = u_src[col]; 474 u_dst[col * 2 + 1] = v_src[col]; 483 for (col = 0; col < surface_image.width / 2; col++) [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/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;
|
ihevcd_sao.c | 93 WORD32 row, col; local 268 for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++) 270 pu1_src_copy[row * src_strd + col] = pu1_src_tmp[row * tmp_strd + col]; 346 for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++) 348 pu1_src_tmp[row * src_strd + col] = pu1_src_copy[row * tmp_strd + col] 541 WORD32 row, col; local [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 367 int row, col; local 373 for (col = 0; col < pbi->common.mb_cols; ++col) { 374 const int i = row * pbi->common.mode_info_stride + col;
|
/external/skia/samplecode/ |
SamplePatch.cpp | 144 for (int col = 1; col < nu; col++) { 145 eval_sheet(edge0, nu, nv, col, row, &r[col]);
|
/external/swiftshader/src/OpenGL/compiler/ |
OutputASM.h | 155 Varying(GLenum type, const std::string &name, int arraySize, int reg = -1, int col = -1) 156 : type(type), name(name), arraySize(arraySize), reg(reg), col(col) 175 int col; // First register element, assigned during link member in struct:glsl::Varying 272 void emitDeterminant(TIntermTyped *result, TIntermTyped *arg, int size, int col = -1, int row = -1, int outCol = 0, int outRow = 0);
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 722 // @param col 726 private static String getData(int col, int startRow) { 729 if (datas[i][col] != null) { 730 return datas[i][col]; 735 if (datas[i][col] != null) { 736 return datas[i][col];
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
tokenizer.c | 1202 register int col = 0; local [all...] |
/toolchain/binutils/binutils-2.25/gprof/ |
cg_print.c | 569 int col, starting_col; 573 int column_width = (output_width - 1) / 3; /* Don't write in last col! */ 599 col = 0; 619 col += strlen (buf); 621 for (; col < starting_col + 5; ++col) 625 col += print_name_only (sym); 642 col += strlen (filename) + 3; 656 col += strlen (buf); 657 for (; col < starting_col + 5; ++col 568 int col, starting_col; local [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 279 diff.col = read_mv_component(r, &ctx->comps[1], use_hp); 284 mv->col = ref->col + diff.col; 390 return mv->row > MV_LOW && mv->row < MV_UPP && mv->col > MV_LOW && 391 mv->col < MV_UPP; 528 xd->mi[mv_ref->col + mv_ref->row * xd->mi_stride]; 533 get_sub_block_mv(candidate_mi, 0, mv_ref->col, block), 537 get_sub_block_mv(candidate_mi, 1, mv_ref->col, block), 550 xd->mi[mv_ref->col + mv_ref->row * xd->mi_stride] [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tix.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tix.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | [all...] |
/external/libhevc/common/x86/ |
ihevc_chroma_intra_pred_filters_ssse3_intr.c | 149 WORD32 row, col; local 180 // pu1_ref[2 * (two_nt + 1) + col] 224 for(col = 0; col < 2 * nt; col += 8) 229 src_temp_8x16b = _mm_loadu_si128((__m128i *)(pu1_ref + 2 * (two_nt + 1) + col)); 234 /* (nt - 1 - row) * pu1_ref[two_nt + 1 + col] */ 237 /*(col + 1) * pu1_ref[three_nt + 1]*/ 240 /*(nt - 1 - col)* pu1_ref[two_nt - 1 - row]*/ 250 _mm_storel_epi64((__m128i *)(pu1_dst + (row * dst_strd) + col), res_temp1_8x16b) 821 WORD32 row, col; local 1169 WORD32 row, col; local 1579 WORD32 row, col, k; local [all...] |
/prebuilts/tools/common/bazel/formc-deps/ |
jgoodies-forms.jar | |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerBase.java | 308 final int col = qname.lastIndexOf(':'); local 309 return (col > 0) ? qname.substring(col + 1) : qname; 821 final int col = qname.indexOf(':'); local 822 return (col > 0) ? qname.substring(0, col) : null; 823 //return (col > 0) ? qname.substring(0,col) : ""; 859 int col = qname.lastIndexOf(':'); local 860 final String prefix = (col > 0) ? qname.substring(0, col) : EMPTYSTRING [all...] |
/external/dng_sdk/source/ |
dng_pixel_buffer.cpp | 1654 for (uint32 col = 0; col < cols; col++) 1656 real64 diff = fabs ((real64)src1 [col] - src2 [col]); 1714 for (uint32 col = 0; col < cols; col++) 1716 real64 diff = fabs ((real64)src1 [col * s1ColStep] - src2 [col * s2ColStep]) [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseCwiseBinaryOp.h | 115 EIGEN_STRONG_INLINE Index col() const { return Lhs::IsRowMajor ? index() : m_lhsIter.col(); } function in class:Eigen::internal::binary_evaluator::InnerIterator 199 EIGEN_STRONG_INLINE Index col() const { return IsRowMajor ? m_id : m_rhsIter.outer(); } 287 EIGEN_STRONG_INLINE Index col() const { return IsRowMajor ? m_id : m_lhsIter.outer(); } 450 EIGEN_STRONG_INLINE Index col() const { return m_lhsIter.col(); } 522 EIGEN_STRONG_INLINE Index col() const { return m_rhsIter.col(); } 597 EIGEN_STRONG_INLINE Index col() const { return m_lhsIter.col(); } [all...] |
/external/eigen/test/ |
sparse_solver.h | 292 SpVec c = B.col(0); 293 DenseVector dc = dB.col(0); 391 prune_column(Index col) : m_col(col) {} 393 bool operator()(Index, Index col, const Scalar&) const { 394 return col != m_col; 422 SpVec c = B.col(0); 423 DenseVector dc = dB.col(0); 437 Index col = internal::random<int>(0,int(size-1)); local 438 A.prune(prune_column(col)); [all...] |
/external/libhevc/common/arm/ |
ihevc_sao_edge_offset_class0.s | 106 VLD1.8 D0,[r4]! @Load pu1_src[(ht - 1) * src_strd + col] 108 VST1.8 D0,[r3]! @Store to pu1_src_top[col] 119 CMP r8,r9 @if(col == wd) 130 CMP r8,#16 @If col == 16 144 SUB r5,r9,r8 @wd - col 154 ADD r5,r14,r5 @(ht - row) * src_strd + (wd - col) 158 LDRB r14,[r6,r5] @pu1_src_org[(ht - row) * src_strd + 16 - 1 + (wd - col)] 170 SUB r5,r9,r8 @II wd - col 186 ADD r5,r14,r5 @II (ht - row) * src_strd + (wd - col) 191 LDRB r14,[r6,r5] @II pu1_src_org[(ht - row) * src_strd + 16 - 1 + (wd - col)] [all...] |
ihevc_sao_edge_offset_class0_chroma.s | 108 VLD1.8 D0,[r4]! @Load pu1_src[(ht - 1) * src_strd + col] 110 VST1.8 D0,[r3]! @Store to pu1_src_top[col] 123 CMP r8,r9 @if(col == wd) 135 CMP r8,#16 @If col == 16 150 SUB r5,r9,r8 @wd - col 164 ADD r5,r14,r5 @(ht - row) * src_strd + (wd - col) 169 LDRH r14,[r6,r5] @pu1_src_org[(ht - row) * src_strd + 14 + (wd - col)] 244 SUB r5,r9,r8 @II wd - col 250 ADD r5,r14,r5 @II (ht - row) * src_strd + (wd - col) 252 LDRH r14,[r6,r5] @II pu1_src_org[(ht - row) * src_strd + 14 + (wd - col)] [all...] |