Searched refs:b_pos (Results 1 – 4 of 4) sorted by relevance
/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/squashfs-tools/squashfs-tools/ |
D | squashfs_compat.h | 230 int b_pos;\ 802 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, b_pos) 805 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, 64 - tbits - b_pos) 809 b_pos = pos % 8;\ 813 for(bits = 0; bits < (tbits + b_pos); bits += 8) \
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 365 int b_pos;\ 895 tbits, b_pos) 899 tbits, 64 - tbits - b_pos) 903 b_pos = pos % 8;\ 907 for(bits = 0; bits < (tbits + b_pos); bits += 8) \
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 261 int r_pos, g_pos, b_pos, bytes; in CreateRgbSample() local 262 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) { in CreateRgbSample() 277 rgb[b_pos] = ((y / 63) & 1) ? 224 : 32; in CreateRgbSample() 331 int r_pos, g_pos, b_pos, bytes; in ConvertRgb() local 332 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) { in ConvertRgb() 355 ConvertRgbPixel(rgb[i][r_pos], rgb[i][g_pos], rgb[i][b_pos], in ConvertRgb() 407 int* b_pos, in GetRgbPacking() argument 410 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 3; // RGB in memory. in GetRgbPacking() 412 *r_pos = 2; *g_pos = 1; *b_pos = 0; *bytes = 3; // BGR in memory. in GetRgbPacking() 414 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 4; // RGBA in memory. in GetRgbPacking() [all …]
|