HomeSort by relevance Sort by last modified time
    Searched defs:bh (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/skqp/tests/
ReadPixelsTest.cpp 179 int bh = bitmap.height(); local
181 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bw, bh);
187 for (int by = 0; by < bh; ++by) {
214 for (int by = 0; by < bh; ++by) {
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 212 extern constexpr void (B2::*bh)() = (void(B2::*)())&B2::h; member in namespace:MemberPtr
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 38 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize]; local
42 vpx_highbd_subtract_block(bh, bw, p->src_diff, bw, p->src.buf,
48 vpx_subtract_block(bh, bw, p->src_diff, bw, p->src.buf, p->src.stride,
    [all...]
vp9_mcomp.c 1803 const int bh = 4 << b_height_log2_lookup[bsize]; local
    [all...]
  /external/skia/src/core/
SkRegion.cpp 520 const SkRegion::RunHead* bh = b.fRunHead; local
523 if (ah == bh) {
530 return ah->fRunCount == bh->fRunCount &&
531 !memcmp(ah->readonly_runs(), bh->readonly_runs(),
    [all...]
SkAAClip.cpp 669 const SkAAClip::RunHead* bh = b.fRunHead; local
672 if (ah == bh) {
681 return ah->fRowCount == bh->fRowCount &&
682 ah->fDataSize == bh->fDataSize &&
683 !memcmp(ah->data(), bh->data(), ah->fDataSize);
    [all...]
  /external/skqp/src/core/
SkRegion.cpp 520 const SkRegion::RunHead* bh = b.fRunHead; local
523 if (ah == bh) {
530 return ah->fRunCount == bh->fRunCount &&
531 !memcmp(ah->readonly_runs(), bh->readonly_runs(),
    [all...]
SkAAClip.cpp 669 const SkAAClip::RunHead* bh = b.fRunHead; local
672 if (ah == bh) {
681 return ah->fRowCount == bh->fRowCount &&
682 ah->fDataSize == bh->fDataSize &&
683 !memcmp(ah->data(), bh->data(), ah->fDataSize);
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 93 struct buffer_head *bh; local
95 if (!(bh = sb_bread(s, *cur_index)))
101 (bh->b_data + *offset));
104 (bh->b_data + *offset));
105 brelse(bh);
106 if (!(bh = sb_bread(s, ++(*cur_index))))
110 bh->b_data);
113 bh->b_data);
119 (bh->b_data + *offset));
121 (bh->b_data + *offset + 1));
160 struct buffer_head *bh[((SQUASHFS_FILE_MAX_SIZE - 1) >> local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 442 int bh = bitmapHeight; local
445 bh = bitmapWidth;
448 float scale = GeometryMathUtils.scale(bw, bh, viewWidth, viewHeight);
  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 1514 struct bfd_link_hash_entry *bh = NULL; local
    [all...]
coff-arm.c 1829 struct bfd_link_hash_entry * bh; local
1885 struct bfd_link_hash_entry * bh; local
    [all...]
elf32-lm32.c 2493 struct bfd_link_hash_entry *bh = NULL; local
    [all...]
elf32-m32r.c 1383 struct bfd_link_hash_entry *bh; local
1669 struct bfd_link_hash_entry *bh = NULL; local
    [all...]
elf32-score7.c 1269 struct bfd_link_hash_entry *bh; local
1848 struct bfd_link_hash_entry *bh; local
3229 struct bfd_link_hash_entry *bh; local
    [all...]
elf32-tilepro.c 1655 struct bfd_link_hash_entry *bh = NULL; local
    [all...]
elf64-sh64.c 2783 struct bfd_link_hash_entry *bh = NULL; local
3147 struct bfd_link_hash_entry *bh = NULL; local
    [all...]
elfxx-sparc.c 1624 struct bfd_link_hash_entry *bh = NULL; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 493 MACROBLOCKD *xd, int plane, int bw, int bh, int x, int y, int w, int h,
519 xd, mv, bw, bh, pd->subsampling_x, pd->subsampling_y);
707 static void set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, int bwl,
712 xd->plane[i].n4_h = (bh << 1) >> xd->plane[i].subsampling_y;
720 int bh, int x_mis, int y_mis, int bwl, int bhl) {
735 set_plane_n4(xd, bw, bh, bwl, bhl);
741 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
752 const int bh = 1 << (bhl - 1); local
754 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row);
758 MODE_INFO *mi = set_offsets(cm, xd, bsize, mi_row, mi_col, bw, bh, x_mis
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.c 1805 const unsigned bh = util_format_get_blockheight(surf->base.info.format); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.c 2530 unsigned int bw, bh; local
3318 unsigned bw, bh; local
3356 unsigned bw, bh; local
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 1147 GLuint bw, bh, bd; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 1653 unsigned bw, bh; local
    [all...]
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 570 int bh = extend_6to8bits(BHa << 5 | BHb); local
585 ((i * (bh - bo) + by) >> 2) + bo,
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 2398 int bh, bss_load, conn_capab; local
    [all...]

Completed in 1571 milliseconds

1 23 4 5