Searched defs:col (Results 176 - 200 of 460) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c114 GLint row, col; local
141 for (col = 0; col < w; col++, bit++) {
142 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c114 GLint row, col; local
141 for (col = 0; col < w; col++, bit++) {
142 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/external/mesa3d/src/mesa/swrast/
H A Ds_atifragshader.c562 const SWspan *span, GLuint col)
572 COPY_4V(inputs[ATI_FS_INPUT_PRIMARY], span->array->attribs[FRAG_ATTRIB_COL0][col]);
573 COPY_4V(inputs[ATI_FS_INPUT_SECONDARY], span->array->attribs[FRAG_ATTRIB_COL1][col]);
560 init_machine(struct gl_context * ctx, struct atifs_machine *machine, const struct ati_fragment_shader *shader, const SWspan *span, GLuint col) argument
H A Ds_drawpix.c355 GLint col; local
356 for (col = 0; col < width; col++)
357 span.array->z[col] = zSrc[col] >> shift;
/external/openfst/src/include/fst/script/
H A Dcompile-impl.h66 vector<char *> col; local
68 SplitToVector(line, separator.c_str(), &col, true);
69 if (col.size() == 0 || col[0][0] == '\0') // empty line
71 if (col.size() > 5 ||
72 (col.size() > 4 && accep) ||
73 (col.size() == 3 && !accep)) {
80 StateId s = StrToStateId(col[0]);
88 switch (col.size()) {
93 fst_.SetFinal(s, StrToWeight(col[
[all...]
/external/openfst/src/include/fst/
H A Dutil.h292 vector<char *> col; local
293 SplitToVector(line, "\n\t ", &col, true);
295 if (col.size() == 0 || col[0][0] == '\0' || col[0][0] == '#')
297 if (col.size() != 2) {
304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err);
306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jccolor.c140 register JDIMENSION col; local
149 for (col = 0; col < num_cols; col++) {
160 outptr0[col] = (JSAMPLE)
164 outptr1[col] = (JSAMPLE)
168 outptr2[col] = (JSAMPLE)
196 register JDIMENSION col; local
203 for (col = 0; col < num_col
235 register JDIMENSION col; local
287 register JDIMENSION col; local
316 register JDIMENSION col; local
[all...]
H A Dfpdfapi_jcdctmgr.c94 * coefficients scaled by scalefactor[row]*scalefactor[col], where
132 * coefficients scaled by scalefactor[row]*scalefactor[col], where
140 int row, col; local
154 for (col = 0; col < DCTSIZE; col++) {
157 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
H A Dfpdfapi_jdcolor.c129 register JDIMENSION col; local
145 for (col = 0; col < num_cols; col++) {
146 y = GETJSAMPLE(inptr0[col]);
147 cb = GETJSAMPLE(inptr1[col]);
148 cr = GETJSAMPLE(inptr2[col]);
223 register JDIMENSION col; local
229 for (col = 0; col < num_col
254 register JDIMENSION col; local
[all...]
H A Dfpdfapi_jdmerge.c239 JDIMENSION col; local
253 for (col = cinfo->output_width >> 1; col > 0; col--) {
301 JDIMENSION col; local
317 for (col = cinfo->output_width >> 1; col > 0; col--) {
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc664 int col) {
666 ExpectFailure(input, message, line, col, proto.get());
670 int col, Message* proto) {
671 ExpectMessage(input, message, line, col, proto, false);
675 int col, Message* proto, bool expected_result) {
680 EXPECT_EQ(SimpleItoa(line) + ":" + SimpleItoa(col) + ": " + message + "\n",
663 ExpectFailure(const string& input, const string& message, int line, int col) argument
669 ExpectFailure(const string& input, const string& message, int line, int col, Message* proto) argument
674 ExpectMessage(const string& input, const string& message, int line, int col, Message* proto, bool expected_result) argument
/external/qemu/distrib/jpeg-6b/
H A Djcdctmgr.c93 * coefficients scaled by scalefactor[row]*scalefactor[col], where
131 * coefficients scaled by scalefactor[row]*scalefactor[col], where
139 int row, col; local
153 for (col = 0; col < DCTSIZE; col++) {
156 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
H A Djdcolor.c147 register JDIMENSION col; local
163 for (col = 0; col < num_cols; col++) {
164 y = GETJSAMPLE(inptr0[col]);
165 cb = GETJSAMPLE(inptr1[col]);
166 cr = GETJSAMPLE(inptr2[col]);
188 register JDIMENSION col; local
204 for (col = 0; col < num_col
229 register JDIMENSION col; local
301 register JDIMENSION col; local
377 register JDIMENSION col; local
403 register JDIMENSION col; local
454 register JDIMENSION col; local
562 register JDIMENSION col; local
583 register JDIMENSION col; local
604 register JDIMENSION col; local
641 register JDIMENSION col; local
697 register JDIMENSION col; local
[all...]
H A Drdbmp.c127 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
[all...]
H A Drdtarga.c179 register JDIMENSION col; local
182 for (col = cinfo->image_width; col > 0; col--) {
196 register JDIMENSION col; local
200 for (col = cinfo->image_width; col > 0; col--) {
217 register JDIMENSION col; local
220 for (col
244 register JDIMENSION col; local
[all...]
H A Dwrbmp.c78 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
[all...]
H A Dwrgif.c324 register JDIMENSION col; local
327 for (col = cinfo->output_width; col > 0; col--) {
/external/skia/gm/
H A Dbeziereffects.cpp86 int col = 0; variable
110 SkScalar x = SkScalarMul(col, w);
181 ++col;
182 if (numCols == col) {
183 col = 0;
244 int col = 0; variable
268 SkScalar x = SkScalarMul(col, w);
336 ++col;
337 if (numCols == col) {
338 col
434 int col = 0; variable
[all...]
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp190 uint8 col = pixels; local
194 col = pixels & 0xf;
196 col = pixels >> 4;
199 PutPixel(x++, y, col);
234 uint8 col = val; local
237 col = col & 0xf;
239 col >>= 4;
243 PutPixel(x++, y, col);
257 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) { argument
291 uint8 col; local
[all...]
/external/srec/tools/grxmlcompile/
H A Dfst-io.h222 vector<char *> col; local
223 SplitToVector(line, "\n\t ", &col, true);
224 if (col.size() == 0 || col[0][0] == '\0') // empty line
226 if (col.size() > 5 ||
227 (col.size() > 4 && accep) ||
228 (col.size() == 3 && !accep)) {
233 StateId s = StrToStateId(col[0]);
241 switch (col.size()) {
246 fst_.SetFinal(s, StrToWeight(col[
[all...]
/external/aac/libSBRenc/src/
H A Dps_main.cpp551 INT group, bin, col, band; local
576 for (col=0; col<frameSize-HYBRID_READ_OFFSET; col++) {
578 tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][0][0][i]));
579 tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][0][1][i]));
580 tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][1][0][i]));
581 tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][1][1][i]));
587 for (col=frameSize-HYBRID_READ_OFFSET; col<frameSiz
[all...]
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc397 ProductTerm(const int row, const int col, const int index) argument
398 : row(row), col(col), index(index) {
403 if (col == right.col) {
406 return col < right.col;
412 int col; member in struct:ceres::internal::__anon1760::ProductTerm
428 product[i].col != product[i - 1].col) {
[all...]
/external/chromium_org/chrome/browser/history/
H A Ddownload_database.cc45 int col) {
46 statement.BindString(col, path.value());
48 base::FilePath ColumnFilePath(sql::Statement& statement, int col) { argument
49 return base::FilePath(statement.ColumnString(col));
56 int col) {
57 statement.BindString16(col, path.value());
59 base::FilePath ColumnFilePath(sql::Statement& statement, int col) { argument
60 return base::FilePath(statement.ColumnString16(col));
44 BindFilePath(sql::Statement& statement, const base::FilePath& path, int col) argument
55 BindFilePath(sql::Statement& statement, const base::FilePath& path, int col) argument
/external/chromium_org/skia/ext/
H A Dconvolver_unittest.cc419 int col = i % src_row_stride / kChannelCount; local
421 if (channel != kChannel || col > kImgWidth) {
423 } else if (row == 0 || col == 0 ||
424 col == kImgWidth - 1 || row == kImgHeight - 1) {
426 } else if (row == 1 || col == 1 ||
427 col == kImgWidth - 2 || row == kImgHeight - 2) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.h216 RenderTableCol* colElement(unsigned col, bool* startEdge = 0, bool* endEdge = 0) const argument
221 return slowColElement(col, startEdge, endEdge);
303 RenderTableCol* slowColElement(unsigned col, bool* startEdge, bool* endEdge) const;

Completed in 512 milliseconds

1234567891011>>