/external/libvpx/libvpx/vp9/common/ |
vp9_scale.c | 31 scaled_x(mv->col, scale) + scale->x_offset_q4 39 mv->col 45 int row, int col) { 46 scale->x_offset_q4 = scaled_x(col << SUBPEL_BITS, scale) & SUBPEL_MASK; 51 int row, int col) {
|
vp9_reconinter.c | 63 is_q4 ? src_mv->col : src_mv->col << 1 }; 65 const int subpel_x = mv.col & SUBPEL_MASK; 68 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS); 85 round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.col + 86 mi->bmi[1].as_mv[idx].as_mv.col + 87 mi->bmi[2].as_mv[idx].as_mv.col + 88 mi->bmi[3].as_mv[idx].as_mv.col) }; 104 src_mv->col << (1 - ss_x)
|
/external/qemu/distrib/jpeg-6b/ |
jquant1.c | 468 JDIMENSION col; local 475 for (col = width; col > 0; col--) { 498 JDIMENSION col; local 504 for (col = width; col > 0; col--) { 528 JDIMENSION col; local 543 for (col = width; col > 0; col--) 581 JDIMENSION col; local 631 JDIMENSION col; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_conceal.c | 55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, 129 u32 row, col; local 158 i = row = col = 0; 163 col++; 164 if (col == width) 167 col = 0; 192 for (j = col; j--;) 198 for (j = col + 1; j < width; j++) 249 macroblock in the picture indicated by row and col 253 u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, 590 u32 col; local [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionCursor.java | 260 * @param col Column index. 263 protected String getStringOrNull(int col) { 265 if (col == -1) { 269 return mCursor.getString(col); 284 int col = getColumnIndex(colName); local 285 return getStringOrNull(col);
|
/external/chromium_org/third_party/skia/include/utils/ |
SkMatrix44.h | 197 * get a value from the matrix. The row,col parameters work as follows: 202 inline SkMScalar get(int row, int col) const { 204 SkASSERT((unsigned)col <= 3); 205 return fMat[col][row]; 209 * set a value in the matrix. The row,col parameters work as follows: 214 inline void set(int row, int col, SkMScalar value) { 216 SkASSERT((unsigned)col <= 3); 217 fMat[col][row] = value; 221 inline double getDouble(int row, int col) const { 222 return SkMScalarToDouble(this->get(row, col)); [all...] |
/external/eigen/Eigen/src/Core/ |
Transpose.h | 120 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) 123 return derived().nestedExpression().const_cast_derived().coeffRef(col, row); 132 inline const Scalar& coeffRef(Index row, Index col) const 134 return derived().nestedExpression().coeffRef(col, row); 142 inline CoeffReturnType coeff(Index row, Index col) const 144 return derived().nestedExpression().coeff(col, row); 153 inline const PacketScalar packet(Index row, Index col) const 155 return derived().nestedExpression().template packet<LoadMode>(col, row); 159 inline void writePacket(Index row, Index col, const PacketScalar& x) 161 derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(col, row, x) [all...] |
/external/skia/include/utils/ |
SkMatrix44.h | 197 * get a value from the matrix. The row,col parameters work as follows: 202 inline SkMScalar get(int row, int col) const { 204 SkASSERT((unsigned)col <= 3); 205 return fMat[col][row]; 209 * set a value in the matrix. The row,col parameters work as follows: 214 inline void set(int row, int col, SkMScalar value) { 216 SkASSERT((unsigned)col <= 3); 217 fMat[col][row] = value; 221 inline double getDouble(int row, int col) const { 222 return SkMScalarToDouble(this->get(row, col)); [all...] |
/external/chromium_org/third_party/sqlite/src/contrib/ |
sqlitecon.tcl | 139 scan [$w index insert] %d.%d row col 140 if {$col>$v(plength)} { 149 scan [$w index insert] %d.%d row col 150 if {$col>$v(plength)} { 159 scan [$w index insert] %d.%d row col 160 if {$col>=$v(plength)} { 181 scan [$w index insert] %d.%d row col 213 scan [$w index insert] %d.%d row col 314 foreach col $x(*) { 315 append res $sep$x($col) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tscoll.cpp | 140 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) 144 UCollator *myCollation = (UCollator *)((RuleBasedCollator *)col)->getUCollator(); 146 Collator::EComparisonResult compareResult = col->compare(source, target); 149 col->getCollationKey(source, srckey, status); 150 col->getCollationKey(target, tgtkey, status); 253 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) { 254 doTest(col, UnicodeString(source), UnicodeString(target), result); 258 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) 260 if(col) { 261 doTestVariant(col, source, target, result) [all...] |
canittst.cpp | 257 UnicodeString CanonicalIteratorTest::collectionToString(Hashtable *col) { 262 UnicodeString **resArray = new UnicodeString*[col->count()]; 268 ne = col->nextElement(el); 274 ne = col->nextElement(el); 277 for(i = 0; i<col->count(); ++i) { 281 qsort(resArray, col->count(), sizeof(UnicodeString *), compareUnicodeStrings); 285 for(i = 1; i<col->count(); ++i) { 291 Iterator it = col.iterator();
|
/external/harfbuzz_ng/util/ |
ansi-print.cc | 120 for (unsigned int col = 0; col < w; col++) 124 for (unsigned int col = 0; col < limit; col++) 127 for (unsigned int col = limit; col < w; col++) 380 for (unsigned int col = 0; col < cols; col++) [all...] |
/external/icu4c/test/intltest/ |
tscoll.cpp | 144 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) 148 UCollator *myCollation = (UCollator *)((RuleBasedCollator *)col)->getUCollator(); 150 Collator::EComparisonResult compareResult = col->compare(source, target); 153 col->getCollationKey(source, srckey, status); 154 col->getCollationKey(target, tgtkey, status); 257 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) { 258 doTest(col, UnicodeString(source), UnicodeString(target), result); 262 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) 264 if(col) { 265 doTestVariant(col, source, target, result) [all...] |
canittst.cpp | 257 UnicodeString CanonicalIteratorTest::collectionToString(Hashtable *col) { 262 UnicodeString **resArray = new UnicodeString*[col->count()]; 268 ne = col->nextElement(el); 274 ne = col->nextElement(el); 277 for(i = 0; i<col->count(); ++i) { 281 qsort(resArray, col->count(), sizeof(UnicodeString *), compareUnicodeStrings); 285 for(i = 1; i<col->count(); ++i) { 291 Iterator it = col.iterator();
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCDatabaseMetaData.java | 646 int col = ((Integer) h.get("name")).intValue(); local 648 if (r0[col].compareTo(columnNamePattern) != 0) { 656 row[3] = r0[col]; 657 col = ((Integer) h.get("type")).intValue(); 658 String typeStr = r0[col]; 667 col = ((Integer) h.get("dflt_value")).intValue(); 668 row[12] = r0[col]; 672 col = ((Integer) h.get("cid")).intValue(); 673 row[16] = Integer.toString(Integer.parseInt(r0[col]) + 1); // android-changed 674 col = ((Integer) h.get("notnull")).intValue() 777 int col = ((Integer) h0.get("unique")).intValue(); local 896 int col = ((Integer) h0.get("unique")).intValue(); local 956 int col = ((Integer) h0.get("type")).intValue(); local 989 int col = ((Integer) h0.get("table")).intValue(); local 1316 int col = ((Integer) h0.get("unique")).intValue(); local [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
d1_srtp.c | 194 char *col; local 207 col=strchr(ptr,':'); 210 col ? col-ptr : (int)strlen(ptr))) 220 if(col) ptr=col+1; 221 } while (col);
|
/external/openfst/src/lib/ |
symbol-table.cc | 51 vector<char *> col; local 53 SplitToVector(line, separator.c_str(), &col, true); 54 if (col.size() == 0) // empty line 56 if (col.size() != 2) { 58 << col.size() << "), " 64 const char *symbol = col[0]; 65 const char *value = col[1];
|
/external/openssl/ssl/ |
d1_srtp.c | 194 char *col; local 207 col=strchr(ptr,':'); 210 col ? col-ptr : (int)strlen(ptr))) 220 if(col) ptr=col+1; 221 } while (col);
|
/external/srec/srec/clib/ |
matrix_i.c | 46 double *col, **input; local 56 col = (double *) CALLOC(dim, sizeof(double), "clib.col"); 69 col[ii] = 0; 70 col[jj] = 1; 71 lubksb(input, dim, index, col); 73 inv[ii][jj] = col[ii]; 78 FREE((char *)col);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest3.java | 665 Object col = Collections.synchronizedMap(TABLE); local 666 objToSave = col; 671 assertTrue(MSG_TEST_FAILED + objToSave, col.equals(objLoaded)); 694 Object col = Collections.unmodifiableMap(TABLE); local 695 objToSave = col; 700 assertTrue(MSG_TEST_FAILED + objToSave, col.equals(objLoaded)); 751 Object col = Collections.synchronizedMap(MAP); local 752 objToSave = col; 757 assertTrue(MSG_TEST_FAILED + objToSave, col.equals(objLoaded)); 780 Object col = Collections.unmodifiableMap(MAP) local 865 Object col = Collections.synchronizedList(LIST); local 894 Object col = Collections.unmodifiableList(LIST); local 951 Object col = Collections.synchronizedSet(SET); local 980 Object col = Collections.unmodifiableSet(SET); local 1037 Object col = Collections.synchronizedSortedMap(TREE); local 1066 Object col = Collections.unmodifiableSortedMap(TREE); local 1123 Object col = Collections.synchronizedSortedSet(SORTSET); local 1152 Object col = Collections.unmodifiableSortedSet(SORTSET); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_maos_vbtmp.h | 44 GLfloat (*col)[4], (*spec)[4]; 126 col = VB->AttribPtr[_TNL_ATTRIB_COLOR0]->data; 129 col = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR0]; 166 STRIDE_4F(col, start * col_stride); 196 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.red, col[0][0]); 197 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.green, col[0][1]); 198 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.blue, col[0][2]); 199 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.alpha, col[0][3]); 200 STRIDE_4F(col, col_stride);
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
LODGeomap.java | 236 for (int col = getWidth() - 1; col >= lod; col -= 2 * lod) {
237 int idx = (lod * getWidth()) + col - lod; // next row
239 idx = col - 2 * lod;
241 if (col > lod * 2) { //if not the last one
242 idx = (lod * getWidth()) + col - 2 * lod;
244 idx = col - 2 * lod;
253 for (int col = getWidth() - 1 - lod; col > 0; col -= lod) { [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_vbtmp.h | 44 GLfloat (*col)[4], (*spec)[4]; 126 col = VB->AttribPtr[_TNL_ATTRIB_COLOR0]->data; 129 col = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR0]; 166 STRIDE_4F(col, start * col_stride); 196 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.red, col[0][0]); 197 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.green, col[0][1]); 198 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.blue, col[0][2]); 199 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.alpha, col[0][3]); 200 STRIDE_4F(col, col_stride);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceExplorerView.java | 282 TreeColumn col = new TreeColumn(parent, style); local 285 col.setWidth(fixedSize); 286 col.setResizable(false); 292 col.setText(sample_text); 293 col.pack(); 297 prefs.setValue(pref_name, col.getWidth()); 300 col.setWidth(prefs.getInt(pref_name)); 306 col.addControlListener(new ControlListener() { 324 col.setText(header);
|
/external/chromium_org/chrome/browser/resources/memory_internals/ |
memory_internals.js | 85 var col = row.insertCell(-1); 86 col.innerHTML = value; 87 col.className = template[i].className; 123 var col = row.insertCell(-1); 124 col.innerHTML = value; 125 col.className = template[i].className;
|