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

<<11121314151617181920>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
pickinter.c 59 bestmv->as_mv.col <<= 3;
77 int xoffset = this_mv.as_mv.col & 7;
80 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3);
401 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
402 best_ref_mv->as_mv.col) >> 1)]++;
451 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col
542 if( abs(mv_l.as_mv.row) < 8 && abs(mv_l.as_mv.col) < 8)
550 if( abs(mv_al.as_mv.row) < 8 && abs(mv_al.as_mv.col) < 8)
558 if( abs(mv_a.as_mv.row) < 8 && abs(mv_a.as_mv.col) < 8
    [all...]
mr_dissim.c 36 mvy[cnt] = x->mbmi.mv.as_mv.col; \
44 mvy[cnt] = x->mbmi.mv.as_mv.col; \
197 mmvy = MAX(abs(min_mvy - here->mbmi.mv.as_mv.col),
198 abs(max_mvy - here->mbmi.mv.as_mv.col));
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 59 bestmv->as_mv.col <<= 3;
77 int xoffset = this_mv.as_mv.col & 7;
80 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3);
401 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
402 best_ref_mv->as_mv.col) >> 1)]++;
451 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col
539 if( abs(mv_l.as_mv.row) < 8 && abs(mv_l.as_mv.col) < 8)
547 if( abs(mv_al.as_mv.row) < 8 && abs(mv_al.as_mv.col) < 8)
555 if( abs(mv_a.as_mv.row) < 8 && abs(mv_a.as_mv.col) < 8
    [all...]
mr_dissim.c 35 mvy[cnt] = x->mbmi.mv.as_mv.col; \
43 mvy[cnt] = x->mbmi.mv.as_mv.col; \
196 mmvy = MAX(abs(min_mvy - here->mbmi.mv.as_mv.col),
197 abs(max_mvy - here->mbmi.mv.as_mv.col));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 60 bestmv->as_mv.col <<= 3;
78 int xoffset = this_mv.as_mv.col & 7;
81 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3);
403 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
404 best_ref_mv->as_mv.col) >> 1)]++;
453 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col
541 if( abs(mv_l.as_mv.row) < 8 && abs(mv_l.as_mv.col) < 8)
549 if( abs(mv_al.as_mv.row) < 8 && abs(mv_al.as_mv.col) < 8)
557 if( abs(mv_a.as_mv.row) < 8 && abs(mv_a.as_mv.col) < 8
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 381 for (int col = start_col; col < end_col; col ++) {
413 for (int col = start_col + 1; col < end_col - 1; col ++) {
448 for (int col = start_col + 1; col < end_col - 1; col ++) {
468 for (int col = start_col; col < end_col; col ++) {
1330 int col, row, temp; local
    [all...]
  /external/libhevc/common/x86/
ihevc_intra_pred_filters_ssse3_intr.c 691 WORD32 row, col; local
753 /*(row + 1) * pu1_ref[nt - 1] + (col + 1) * pu1_ref[three_nt + 1] */
758 /* (nt - 1 - row) * pu1_ref[two_nt + 1 + col] + (nt - 1 - col)* pu1_ref[two_nt - 1 - row] */
831 /*(row + 1) * pu1_ref[nt - 1] + (col + 1) * pu1_ref[three_nt + 1] */
836 /* (nt - 1 - row) * pu1_ref[two_nt + 1 + col] + (nt - 1 - col)* pu1_ref[two_nt - 1 - row] */
1885 WORD32 row, col; local
2334 WORD32 row, col; local
2883 WORD32 row, col, k; local
3759 WORD32 col = 0; local
4512 int col = 0; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsUtils.java 185 for (int col = 0; col < w; col++) {
186 data[offset++] = rowData[col * pixelStride];
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory3Test.java 110 Collection col = null; local
111 col = certFs[i].generateCertificates(new ByteArrayInputStream(
113 Iterator it = col.iterator();
114 assertEquals("Incorrect Collection size", col.size(), 1);
  /external/ceres-solver/internal/ceres/
dogleg_strategy_test.cc 213 EXPECT_NEAR(basis.col(0).norm(), 1.0, kTolerance);
214 EXPECT_NEAR(basis.col(1).norm(), 1.0, kTolerance);
215 EXPECT_NEAR(basis.col(0).dot(basis.col(1)), 0.0, kTolerance);
  /external/chromium_org/third_party/angle/src/compiler/translator/
parseConst.cpp 209 for (int i = 0, col = 0; col < mMatrixCols; col++)
213 if (col == row)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Annotate.py 80 _, line_no, col = pos
82 col += 1
84 lines[line_no] = line[:col] + item + line[col:]
  /external/chromium_org/third_party/libjpeg_turbo/
bmp.c 84 int row, col; local
90 for(col=0, srcptr2=srcptr, dstptr2=dstptr; col<w; col++, srcptr2+=srcps,
wrrle.c 179 int row, col; local
244 for (col = cinfo->output_width; col > 0; col--) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 158 * \param col which element (column) of the span we'll operate on
163 const SWspan *span, GLuint col)
165 GLfloat *wpos = span->array->attribs[FRAG_ATTRIB_WPOS][col];
192 machine->Attribs[FRAG_ATTRIB_FACE][col][0] = 1.0F - span->facing;
195 machine->CurElement = col;
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h 84 void PutPixel(int x, int y, uint8 col);
  /external/chromium_org/v8/tools/
draw_instruction_graph.sh 125 plot for [i=2:MAXCOL] '$file' using 1:(sum [col=i:MAXCOL] column(col)) \
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 44 int col; member in struct:__tsan::ReportStack
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 161 public void addItem(String name, String description, double value, Color col) {
162 addItem(name, description, value, col,false);
165 public void addItem(String name, String description, double value, Color col, boolean display) {
166 this.fItems.add(new GraphItem(name, description, value, col,display));
  /external/eigen/Eigen/src/Core/
MapBase.h 201 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col)
203 return this->m_data[col * colStride() + row * rowStride()];
213 inline void writePacket(Index row, Index col, const PacketScalar& val)
216 (this->m_data + (col * colStride() + row * rowStride()), val);
  /external/eigen/Eigen/src/Eigenvalues/
ComplexEigenSolver.h 291 m_matX.coeffRef(i,k) -= (m_schur.matrixT().row(i).segment(i+1,k-i-1) * m_matX.col(k).segment(i+1,k-i-1)).value();
308 m_eivec.col(k).normalize();
326 m_eivec.col(i).swap(m_eivec.col(k));
  /external/jpeg/
wrrle.c 179 int row, col; local
244 for (col = cinfo->output_width; col > 0; col--) {
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_ver.s 117 vld2.8 {d20,d21}, [r6]! @16 loads (col 0:15)
121 vld2.8 {d22,d23}, [r6] @16 loads (col 16:31)
186 vld2.8 {d20,d21}, [r6]! @16 loads (col 0:15)
190 vld2.8 {d22,d23}, [r6] @16 loads (col 16:31)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
hist.h 128 u16 hists__col_len(struct hists *self, enum hist_column col);
129 void hists__set_col_len(struct hists *self, enum hist_column col, u16 len);
130 bool hists__new_col_len(struct hists *self, enum hist_column col, u16 len);
177 void perf_hpp__column_enable(unsigned col);
  /external/lldb/include/lldb/Symbol/
Declaration.h 231 m_column = col;

Completed in 757 milliseconds

<<11121314151617181920>>