Searched defs:bh (Results 26 - 50 of 96) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexgetimage.c640 GLuint bw, bh; local
641 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
642 for (i = 0; i < (texImage->Height + bh - 1) / bh; i++) {
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texture.c195 GLuint bw, bh; local
201 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
204 assert(y % bh == 0);
232 map += stride * (y / bh) + texelSize * (x / bw);
/external/e2fsprogs/e2fsck/
H A Drevoke.c274 * parameter, but does _not_ forget the buffer_head if the bh was only
287 struct buffer_head *bh = NULL; local
302 bh = bh_in;
304 if (!bh) {
305 bh = get_hash_table(dev, blocknr, journal->j_blocksize);
306 if (bh)
307 BUFFER_TRACE(bh, "found on hash");
318 if ((bh2 != bh) &&
336 if (bh) {
337 J_ASSERT_BH(bh, !test_bi
381 struct buffer_head *bh = jh2bh(jh); local
549 struct buffer_head *bh = jh2bh(descriptor); local
[all...]
H A Drecovery.c74 struct buffer_head *bh; local
97 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize);
98 if (!bh) {
103 if (!buffer_uptodate(bh) && !buffer_locked(bh)) {
104 bufs[nbufs++] = bh;
111 brelse(bh);
136 struct buffer_head *bh; local
153 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize);
154 if (!bh)
181 count_tags(journal_t *journal, struct buffer_head *bh) argument
322 calc_chksums(journal_t *journal, struct buffer_head *bh, unsigned long long *next_log_block, __u32 *crc32_sum) argument
358 struct buffer_head * bh; local
713 scan_revoke_records(journal_t *journal, struct buffer_head *bh, tid_t sequence, struct recovery_info *info) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c373 const int bh = num_8x8_blocks_high_lookup[bsize]; local
375 const int ymis = MIN(cm->mi_rows - mi_row, bh);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c135 const int bh = num_8x8_blocks_high_lookup[bsize]; local
137 const int ymis = MIN(cm->mi_rows - mi_row, bh);
H A Dvp9_segmentation.c128 int bw, int bh, int mi_row, int mi_col) {
139 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
173 int bw, bh; local
180 bh = num_8x8_blocks_high_lookup[mi_8x8[0]->mbmi.sb_type];
182 if (bw == bs && bh == bs) {
185 } else if (bw == bs && bh < bs) {
191 } else if (bw < bs && bh == bs) {
201 assert(bw < bs && bh < bs);
123 count_segs(VP9_COMP *cpi, const TileInfo *const tile, MODE_INFO **mi_8x8, int *no_pred_segcounts, int (*temporal_predictor_count)[2], int *t_unpred_seg_counts, int bw, int bh, int mi_row, int mi_col) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgtc.c53 const unsigned bw = 4, bh = 4, comps = 4; local
57 for(y = 0; y < height; y += bh) {
60 for(j = 0; j < bh; ++j) {
79 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
82 for(y = 0; y < height; y += bh) {
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
86 for(j = 0; j < bh; ++j) {
126 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
129 for(y = 0; y < height; y += bh) {
132 uint8_t tmp[4][4]; /* [bh][b
177 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
245 const unsigned bw = 4, bh = 4, comps = 4; local
270 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
295 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dformats.c1678 * \param bh returns block height in pixels
1681 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh) argument
1685 *bh = info->BlockHeight;
1880 const GLuint bw = info->BlockWidth, bh = info->BlockHeight; local
1882 const GLuint hblocks = (height + bh - 1) / bh;
1906 const uint64_t bw = info->BlockWidth, bh = info->BlockHeight; local
1908 const uint64_t hblocks = (height + bh - 1) / bh;
H A Dtexgetimage.c640 GLuint bw, bh; local
641 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
642 for (i = 0; i < (texImage->Height + bh - 1) / bh; i++) {
/external/mesa3d/src/mesa/swrast/
H A Ds_texture.c195 GLuint bw, bh; local
201 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
204 assert(y % bh == 0);
232 map += stride * (y / bh) + texelSize * (x / bw);
/external/openssl/crypto/bn/
H A Dbn_asm.c149 BN_ULONG bl,bh; local
155 bh=HBITS(w);
160 mul_add(rp[0],ap[0],bl,bh,c);
161 mul_add(rp[1],ap[1],bl,bh,c);
162 mul_add(rp[2],ap[2],bl,bh,c);
163 mul_add(rp[3],ap[3],bl,bh,c);
169 mul_add(rp[0],ap[0],bl,bh,c);
178 BN_ULONG bl,bh; local
184 bh=HBITS(w);
189 mul(rp[0],ap[0],bl,bh,carr
[all...]
/external/qemu/include/sysemu/
H A Dchar.h71 QEMUBH *bh; member in struct:CharDriverState
/external/qemu-pc-bios/vgabios/
H A Dvbe.c1071 xor bh, bh variable
1218 cmp bh, #0x01 variable
1274 xor bh, bh variable
1288 xor bh, bh variable
1363 xor bh, bh variable
1389 cmp bh, # variable
1391 cmp bh, #0x08 variable
1400 mov bh, #0x06 variable
1404 mov bh, #0x08 variable
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dgeneric.c174 #define mul64(l, h, bl, bh) \
180 m = (bh) * (lt); \
183 ht = (bh) * (ht); \
215 #define mul_add(r, a, bl, bh, c) \
222 mul64(l, h, (bl), (bh)); \
236 #define mul(r, a, bl, bh, c) \
243 mul64(l, h, (bl), (bh)); \
339 BN_ULONG bl, bh; local
347 bh = HBITS(w);
350 mul_add(rp[0], ap[0], bl, bh,
369 BN_ULONG bl, bh; local
[all...]
/external/qemu/tcg/
H A Doptimize.c451 TCGArg bl = p2[0], bh = p2[1]; local
454 && temps[bh].state == TCG_TEMP_CONST) {
455 uint64_t b = ((uint64_t)temps[bh].val << 32) | (uint32_t)temps[bl].val;
474 if (temps_are_copies(al, bl) && temps_are_copies(ah, bh)) {
1007 uint32_t bh = temps[args[5]].val; local
1009 uint64_t b = ((uint64_t)bh << 32) | bl;
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h103 unsigned char al, ah, bl, bh, cl, ch, dl, dh; member in struct:_RMBYTEREGS
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.c213 int bw, int bh, int ss_x, int ss_y) {
219 const int spel_top = (VP9_INTERP_EXTEND + bh) << SUBPEL_BITS;
261 int bw, int bh,
284 const MV mv_q4 = clamp_mv_to_umv_border_sb(xd, &mv, bw, bh,
336 const int bh = 4 * num_4x4_h; local
343 build_inter_predictors(xd, plane, i++, bw, bh,
346 build_inter_predictors(xd, plane, 0, bw, bh,
347 0, 0, bw, bh, mi_x, mi_y);
370 int bw, int bh,
394 const MV mv_q4 = clamp_mv_to_umv_border_sb(xd, &mv, bw, bh,
212 clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv, int bw, int bh, int ss_x, int ss_y) argument
260 build_inter_predictors(MACROBLOCKD *xd, int plane, int block, int bw, int bh, int x, int y, int w, int h, int mi_x, int mi_y) argument
369 dec_build_inter_predictors(MACROBLOCKD *xd, int plane, int block, int bw, int bh, int x, int y, int w, int h, int mi_x, int mi_y) argument
562 const int bh = 4 * num_4x4_h; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c90 const int bh = num_8x8_blocks_high_lookup[bsize]; local
92 const int ymis = MIN(cm->mi_rows - mi_row, bh);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.c59 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize]; local
61 vp9_subtract_block(bh, bw, p->src_diff, bw, p->src.buf, p->src.stride,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_s3tc.c250 const unsigned bw = 4, bh = 4, comps = 4; local
252 for(y = 0; y < height; y += bh) {
255 for(j = 0; j < bh; ++j) {
393 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
395 for(y = 0; y < height; y += bh) {
398 uint8_t tmp[4][4][3]; /* [bh][bw][comps] */
399 for(j = 0; j < bh; ++j) {
418 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 8; local
420 for(y = 0; y < height; y += bh) {
423 uint8_t tmp[4][4][4]; /* [bh][b
443 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
468 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c229 unsigned int bw, bh; local
232 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
233 assert(y % bh == 0);
234 y /= bh;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c229 unsigned int bw, bh; local
232 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
233 assert(y % bh == 0);
234 y /= bh;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRedBlackTree.h869 int bh; local
870 int count = checkNode(fRoot, &bh);
876 int GrRedBlackTree<T,C>::checkNode(Node* n, int* bh) const {
880 *bh += 1;
884 int leftBh = *bh;
885 int rightBh = *bh;
889 *bh = leftBh;
/external/chromium_org/third_party/skia/tests/
H A DReadPixelsTest.cpp167 int bh = bitmap.height(); local
169 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bw, bh);
175 for (int by = 0; by < bh; ++by) {

Completed in 3100 milliseconds

1234