HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 326 - 350 of 1242) sorted by null

<<11121314151617181920>>

  /external/jpeg/
wrbmp.c 78 register JDIMENSION col; local
92 for (col = cinfo->output_width; col > 0; col--) {
113 register JDIMENSION col; local
125 for (col = cinfo->output_width; col > 0; col--) {
351 register JDIMENSION col; local
370 for (col = dest->row_width; col > 0; col--)
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdbmp.c 127 register JDIMENSION col; local
138 for (col = cinfo->image_width; col > 0; col--) {
156 register JDIMENSION col; local
169 for (col = cinfo->image_width; col > 0; col--) {
194 JDIMENSION row, col; local
208 for (col = source->row_width; col > 0; col--)
    [all...]
wrbmp.c 78 register JDIMENSION col; local
92 for (col = cinfo->output_width; col > 0; col--) {
113 register JDIMENSION col; local
125 for (col = cinfo->output_width; col > 0; col--) {
351 register JDIMENSION col; local
370 for (col = dest->row_width; col > 0; col--)
    [all...]
  /external/skia/tests/
Matrix44Test.cpp 84 for (int col = 0; col < 4; ++col) {
85 placeholderMatrix->setDouble(row, col, row * col);
96 for (int col = 0; col < 4; ++col) {
97 REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col)));
    [all...]
  /frameworks/rs/driver/runtime/
rs_matrix.c 173 rsMatrixSet(rs_matrix4x4 *m, uint32_t col, uint32_t row, float v) {
174 m->m[col * 4 + row] = v;
178 rsMatrixGet(const rs_matrix4x4 *m, uint32_t col, uint32_t row) {
179 return m->m[col * 4 + row];
183 rsMatrixSet(rs_matrix3x3 *m, uint32_t col, uint32_t row, float v) {
184 m->m[col * 3 + row] = v;
188 rsMatrixGet(const rs_matrix3x3 *m, uint32_t col, uint32_t row) {
189 return m->m[col * 3 + row];
193 rsMatrixSet(rs_matrix2x2 *m, uint32_t col, uint32_t row, float v) {
194 m->m[col * 2 + row] = v
    [all...]
  /frameworks/rs/scriptc/
rs_matrix.rsh 57 * @param col The zero-based column of the element to be set.
67 rsMatrixSet(rs_matrix4x4 *m, uint32_t col, uint32_t row, float v);
72 rsMatrixSet(rs_matrix3x3 *m, uint32_t col, uint32_t row, float v);
77 rsMatrixSet(rs_matrix2x2 *m, uint32_t col, uint32_t row, float v);
83 * @param col The zero-based column of the element to be extracted.
92 rsMatrixGet(const rs_matrix4x4 *m, uint32_t col, uint32_t row);
97 rsMatrixGet(const rs_matrix3x3 *m, uint32_t col, uint32_t row);
102 rsMatrixGet(const rs_matrix2x2 *m, uint32_t col, uint32_t row);
  /packages/apps/Terminal/src/com/android/terminal/
Terminal.java 146 public void getCellRun(int row, int col, CellRun run) {
147 if (nativeGetCellRun(mNativePtr, row, col, run) != 0) {
170 private static native int nativeGetCellRun(long ptr, int row, int col, CellRun run);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_matrix.rsh 31 * @param col
37 rsMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v);
42 rsMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v);
47 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
54 * @param col
59 rsMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col);
64 rsMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col);
69 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_matrix.rsh 31 * @param col
37 rsMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v);
42 rsMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v);
47 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
54 * @param col
59 rsMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col);
64 rsMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col);
69 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_matrix.rsh 31 * @param col
37 rsMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v);
42 rsMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v);
47 rsMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v);
54 * @param col
59 rsMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col);
64 rsMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col);
69 rsMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 57 * @param col The zero-based column of the element to be set.
67 rsMatrixSet(rs_matrix4x4 *m, uint32_t col, uint32_t row, float v);
72 rsMatrixSet(rs_matrix3x3 *m, uint32_t col, uint32_t row, float v);
77 rsMatrixSet(rs_matrix2x2 *m, uint32_t col, uint32_t row, float v);
83 * @param col The zero-based column of the element to be extracted.
92 rsMatrixGet(const rs_matrix4x4 *m, uint32_t col, uint32_t row);
97 rsMatrixGet(const rs_matrix3x3 *m, uint32_t col, uint32_t row);
102 rsMatrixGet(const rs_matrix2x2 *m, uint32_t col, uint32_t row);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 250 Integer col = xToCol.get(view.getLeftEdge()); local
251 assert col != null;
255 view.mCol = col;
256 view.mColSpan = end - col;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 376 self.col = 0
381 self.col = 0
386 self.col = 0
393 self.col = 0
400 self.col = 0
403 self.col = self.col + len(data)
409 col = self.col
414 if col + len(word) >= maxcol
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 376 self.col = 0
381 self.col = 0
386 self.col = 0
393 self.col = 0
400 self.col = 0
403 self.col = self.col + len(data)
409 col = self.col
414 if col + len(word) >= maxcol
    [all...]
  /build/tools/droiddoc/templates-sdk/
docpage.cs 32 ?>class="col-13" id="doc-col"<?cs
34 ?>class="col-12" id="doc-col"<?cs /if ?> >
40 <div class="layout-content-col <?cs if:training ?>span-7<?cs else ?>span-9<?cs /if ?>">
46 <div class="training-nav-top layout-content-col span-5" itemscope itemtype="http://schema.org/SiteNavigationElement">
73 <div class="paging-links layout-content-col span-4" itemscope itemtype="http://schema.org/SiteNavigationElement">
119 <div class="col-6">
122 <div class="col-6">
161 <div class="paging-links layout-content-col col-10"
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css 170 .layout-content-col {
173 .layout-content-col:first-child {
175 .layout-content-col h3,
176 .layout-content-col h4 {
179 .layout-content-col.span-1 {
182 .layout-content-col.span-2 {
185 .layout-content-col.span-3 {
188 .layout-content-col.span-4 {
191 .layout-content-col.span-5 {
194 .layout-content-col.span-6
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_planar.s 182 vld1.s8 d8, [r12] @(1-8)load 8 coeffs [col+1]
185 vsub.s8 d9, d2, d8 @(1-8)[nt-1-col]
190 vld1.s8 d3, [r14] @(1-8)load 8 src[2nt+1+col]
191 vmlal.u8 q6, d8, d1 @(1)(col+1) * src[3nt+1]
194 vmlal.u8 q6, d6, d3 @(1)(nt-1-row) * src[2nt+1+col]
197 vmlal.u8 q6, d9, d20 @(1)(nt-1-col) * src[2nt-1-row]
320 addgt r12, r12, #8 @col inc
321 addgt r14, r14, #8 @also for col inc
326 vld1.s8 d8, [r12] @(1n)(1-8)load 8 coeffs [col+1]
329 vld1.s8 d3, [r14] @(1n)(1-8)load 8 src[2nt+1+col]
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 136 is_q4 ? src_mv->col : src_mv->col * 2 };
138 const int subpel_x = mv.col & SUBPEL_MASK;
141 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
171 is_q4 ? src_mv->col : src_mv->col * 2 };
173 const int subpel_x = mv.col & SUBPEL_MASK;
176 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
192 round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.col +
193 mi->bmi[1].as_mv[idx].as_mv.col
    [all...]
vp9_mvref_common.h 28 int col; member in struct:position
153 mv.as_mv.col *= -1;
194 mi_col + mi_pos->col < tile->mi_col_start ||
196 mi_col + mi_pos->col >= tile->mi_col_end);
  /external/aac/libSBRdec/src/
sbrdec_drc.h 139 int col,
  /external/ceres-solver/include/ceres/
dynamic_numeric_diff_cost_function.h 207 parameter_jacobian.col(j).matrix() = residuals;
219 parameter_jacobian.col(j) -= residuals;
223 parameter_jacobian.col(j) -=
229 parameter_jacobian.col(j) *= one_over_h;
  /external/ceres-solver/include/ceres/internal/
numeric_diff.h 152 parameter_jacobian.col(j) = residuals;
164 parameter_jacobian.col(j) -= residuals;
168 parameter_jacobian.col(j) -=
174 parameter_jacobian.col(j) *= one_over_delta;
  /external/ceres-solver/internal/ceres/
block_random_access_sparse_matrix.h 70 int* col,
  /external/chromium_org/third_party/icu/source/test/intltest/
regcoll.h 252 void caseFirstCompressionSub(Collator *col, UnicodeString opt);
  /external/chromium_org/third_party/libjpeg_turbo/
jdcolor.c 334 register JDIMENSION col; local
343 for (col = 0; col < num_cols; col++) {
344 r = GETJSAMPLE(inptr0[col]);
345 g = GETJSAMPLE(inptr1[col]);
346 b = GETJSAMPLE(inptr2[col]);
348 outptr[col] = (JSAMPLE)
511 register JDIMENSION col; local
528 for (col = 0; col < num_cols; col++)
    [all...]

Completed in 684 milliseconds

<<11121314151617181920>>