Searched defs:col (Results 226 - 250 of 460) sorted by relevance

1234567891011>>

/external/libhevc/common/
H A Dihevc_chroma_intra_pred_filters.c475 WORD32 row, col; local
499 for(col = 0; col < (2 * nt); col += 2)
501 pu1_dst[row * dst_strd + col] = ((nt - 1 - col / 2)
503 + (col / 2 + 1) * pu1_ref[2 * (three_nt + 1)]
504 + (nt - 1 - row) * pu1_ref[2 * (two_nt + 1) + col]
507 pu1_dst[row * dst_strd + col + 1] = ((nt - 1 - col /
566 WORD32 row, col; local
667 WORD32 row, col; local
728 WORD32 row, col; local
788 WORD32 row, col; local
855 WORD32 row, col; local
928 WORD32 row, col; local
1021 WORD32 row, col, k; local
1138 WORD32 row, col, k; local
1245 WORD32 row, col; local
[all...]
H A Dihevc_deblk_edge_filter.c592 WORD32 col; local
678 for(col = 0; col < 4; col++)
854 WORD32 col; local
940 for(col = 0; col < 4; col++)
1348 WORD32 col; local
1371 for(col
1463 WORD32 col; local
[all...]
H A Dihevc_intra_pred_filters.c735 WORD32 row, col; local
762 for(col = 0; col < nt; col++)
764 pu1_dst[row * dst_strd + col] = ((nt - 1 - col)
766 + (col + 1) * pu1_ref[three_nt + 1]
767 + (nt - 1 - row) * pu1_ref[two_nt + 1 + col]
823 WORD32 row, col; local
865 for(col
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...]
H A Dihevc_sao.c85 WORD32 row, col; local
93 for(col = 0; col < wd; col++)
95 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col];
110 for(col = 0; col < wd; col++)
114 band_idx = band_table[pu1_src[col] >> band_shif
140 WORD32 row, col; local
198 WORD32 row, col; local
281 WORD32 row, col; local
377 WORD32 row, col; local
471 WORD32 row, col; local
569 WORD32 row, col; local
758 WORD32 row, col; local
993 WORD32 row, col; local
1170 WORD32 row, col; local
[all...]
/external/libhevc/common/x86/
H A Dihevc_weighted_pred_sse42_intr.c122 WORD32 row, col, temp; local
148 for(col = 0; col < wd; col += 8)
175 /* (pi2_src[col] + lvl_shift)*/ /* First 4 pixels */
181 /*i4_tmp = (pi2_src[col] + lvl_shift) * wgt0*/ /* First 4 pixels */
193 /* (pi2_src[col] + lvl_shift)*/ /* Last 4 pixels */
199 /*i4_tmp = (pi2_src[col] + lvl_shift) * wgt0*/ /* Last 4 pixels */
245 /* pu1_dst[col] = CLIP_U8(i4_tmp); */
273 for(col
423 WORD32 row, col, temp, wdx2; local
1263 WORD32 row, col, temp; local
1536 WORD32 row, col, temp1, temp2; local
1792 WORD32 row, col, temp; local
[all...]
H A Dihevc_weighted_pred_ssse3_intr.c124 WORD32 row, col, temp; local
161 for(col = 0; col < wd; col += 8)
173 /*i4_tmp = (pi2_src[col]) * wgt0*/ /* Lower 16 bit */
179 /*i4_tmp = (pi2_src[col] ) * wgt0*/ /* Higher 16 bit */
196 /* i4_tmp = (pi2_src[col] + lvl_shift) * wgt0 + 1 << (shift - 1) */
234 /* pu1_dst[col] = CLIP_U8(i4_tmp); */
263 for(col = 0; col < w
414 WORD32 row, col, temp, wdx2; local
752 WORD32 row, col, temp; local
1039 WORD32 row, col, temp1, temp2; local
1306 WORD32 row, col, temp; local
1696 WORD32 row, col, temp; local
[all...]
/external/libhevc/decoder/
H A Dihevcd_get_mv.c463 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;
/external/libpng/contrib/pngminus/
H A Dpnm2png.c211 int row, col; local
386 for (col = 0; col < width; col++)
420 } /* end for col */
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c18 int col; member in struct:position
143 mv.as_mv.col *= -1;
184 mi_col + mi_pos->col < tile->mi_col_start ||
186 mi_col + mi_pos->col >= tile->mi_col_end);
218 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
226 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block));
228 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block));
238 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row *
264 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row
300 if (mv->col
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.c283 col = browser->width, local
294 ui_browser__gotorc(browser, row++, col);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dhists.c136 GtkTreeIter *parent, int col, u64 total)
166 gtk_tree_store_set(store, &iter, col, buf, -1);
184 perf_gtk__add_callchain(&node->rb_root, store, &iter, col,
190 GtkTreeViewColumn *col __maybe_unused,
135 perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) argument
/external/qemu/distrib/jpeg-6b/
H A Djccolor.c141 register JDIMENSION col; local
150 for (col = 0; col < num_cols; col++) {
161 outptr0[col] = (JSAMPLE)
165 outptr1[col] = (JSAMPLE)
169 outptr2[col] = (JSAMPLE)
188 register JDIMENSION col; local
197 for (col = 0; col < num_col
234 register JDIMENSION col; local
290 register JDIMENSION col; local
329 register JDIMENSION col; local
381 register JDIMENSION col; local
440 register JDIMENSION col; local
452 int col = num_cols; local
[all...]
H A Djdmerge.c259 JDIMENSION col; local
273 for (col = cinfo->output_width >> 1; col > 0; col--) {
318 JDIMENSION col; local
334 for (col = cinfo->output_width >> 1; col > 0; col--) {
382 JDIMENSION col; local
400 for (col
456 JDIMENSION col; local
532 JDIMENSION col; local
617 JDIMENSION col; local
[all...]
/external/skia/src/images/
H A DSkMovie_gif.cpp120 const GifColorType& col = cmap->Colors[*src]; local
121 *dst = SkPackARGB32(0xFF, col.Red, col.Green, col.Blue);
200 uint32_t col)
216 sk_memset32(dst, col, copyWidth);
390 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor]; local
391 bgColor = SkColorSetARGB(0xFF, col.Red, col.Green, col
199 fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, uint32_t col) argument
[all...]
/external/skia/src/utils/
H A DSkCamera.cpp135 SkScalar col[3] = { x, y, z}; local
138 fMat[i][3] += SkScalarDot(3, &fMat[i][0], 1, col, 1);
/external/tcpdump/
H A Dprint-olsr.c497 int col = 0; local
505 if (col == 0)
517 col = (col + 1) % 4;
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java717 // @param col
721 private static String getData(int col, int startRow) { argument
724 if (datas[i][col] != null) {
725 return datas[i][col];
730 if (datas[i][col] != null) {
731 return datas[i][col];
/external/ceres-solver/internal/ceres/
H A Dproblem_test.cc1044 const int col = input.cols[j]; local
1045 m(row, col) = input.values[j];
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc397 ui::TableColumn col; local
398 col.id = i;
399 col.title = base::ASCIIToUTF16(row);
400 col.alignment = ui::TableColumn::RIGHT;
403 col.width = 90;
404 col.sortable = true;
405 columns_.push_back(col);
406 tab_table_->AddColumn(col);
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.cc376 const int col = frame_count_ % thumbnails_in_row; local
378 gfx::Rect area(col * width, row * height, width, height);
/external/chromium_org/third_party/icu/source/common/
H A Drbbitblb.cpp1095 int col; local
1127 for (col=0; col<fRB->fSetBuilder->getNumCharCategories(); col++) {
1128 row->fNextState[col] = (uint16_t)sd->fDtran->elementAti(col);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregcoll.cpp967 Collator *col = NULL; local
969 col = Collator::createInstance(l, status);
971 if (col == NULL || U_FAILURE(status))
974 delete col;
981 col->getCollationKey("Nombre De Objeto", key, status);
988 delete col;
1161 RuleBasedCollator *col = (RuleBasedCollator *) en_us->clone(); local
1165 caseFirstCompressionSub(col, "default");
1168 col->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
1173 caseFirstCompressionSub(col, "uppe
1186 caseFirstCompressionSub(Collator *col, UnicodeString opt) argument
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant1.c473 JDIMENSION col; local
480 for (col = width; col > 0; col--) {
503 JDIMENSION col; local
509 for (col = width; col > 0; col--) {
533 JDIMENSION col; local
548 for (col
586 JDIMENSION col; local
636 JDIMENSION col; local
[all...]
H A Dtjbench.c95 int row, col, i, dstbufalloc=0, retval=0; local
146 for(col=0, dstptr2=dstptr; col<ntilesw; col++, tile++, dstptr2+=ps*tilew)
148 int width=dotile? min(tilew, w-col*tilew):scaledw;
206 for(col=0, index2=index; col<w; col++, index2+=ps)
224 for(col=0; col<
325 int totaljpegsize=0, row, col, i, tilew=w, tileh=h, retval=0; local
473 int row, col, i, tilew, tileh, ntilesw=1, ntilesh=1, retval=0; local
[all...]

Completed in 544 milliseconds

1234567891011>>