Searched refs:b_pos (Results 1 – 4 of 4) sorted by relevance
/external/qemu-pc-bios/vgabios/ |
D | vbetables-gen.c | 95 int r_size, r_pos, g_size, g_pos, b_size, b_pos, a_size, a_pos; in main() local 181 b_pos = 0; in main() 191 b_pos = 0; in main() 201 b_pos = 0; in main() 211 b_pos = 0; in main() 221 b_pos = 0; in main() 232 printf("/*Bit8u BlueFieldPosition*/ %d,\n", b_pos); in main() 258 printf("/*Bit8u LinBlueFieldPosition*/ %d,\n", b_pos); in main()
|
/external/chromium_org/sync/syncable/ |
D | parent_child_index.cc | 19 const UniquePosition& b_pos = b->ref(UNIQUE_POSITION); in operator ()() local 21 if (a_pos.IsValid() && b_pos.IsValid()) { in operator ()() 23 return a_pos.LessThan(b_pos); in operator ()() 24 } else if (a_pos.IsValid() && !b_pos.IsValid()) { in operator ()() 30 } else if (!a_pos.IsValid() && b_pos.IsValid()) { in operator ()()
|
/external/ceres-solver/internal/ceres/ |
D | schur_eliminator_impl.h | 384 int b_pos = bs->rows[row_block_counter].block.position; in UpdateRhs() local 392 (b + b_pos, row.block.size); in UpdateRhs() 408 b_pos += row.block.size; in UpdateRhs() 445 int b_pos = bs->rows[row_block_counter].block.position; in ChunkDiagonalBlockAndGradient() local 471 b + b_pos, in ChunkDiagonalBlockAndGradient() 488 b_pos += row.block.size; in ChunkDiagonalBlockAndGradient()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videoframe_unittest.h | 231 int r_pos, g_pos, b_pos, bytes; in CreateRgbSample() local 232 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) { in CreateRgbSample() 247 rgb[b_pos] = ((y / 63) & 1) ? 224 : 32; in CreateRgbSample() 297 int r_pos, g_pos, b_pos, bytes; in ConvertRgb() local 298 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) { in ConvertRgb() 321 ConvertRgbPixel(rgb[i][r_pos], rgb[i][g_pos], rgb[i][b_pos], in ConvertRgb() 364 int* r_pos, int* g_pos, int* b_pos, int* bytes) { in GetRgbPacking() argument 366 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 3; // RGB in memory. in GetRgbPacking() 368 *r_pos = 2; *g_pos = 1; *b_pos = 0; *bytes = 3; // BGR in memory. in GetRgbPacking() 370 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 4; // RGBA in memory. in GetRgbPacking() [all …]
|