Home
last modified time | relevance | path

Searched defs:bh (Results 1 – 25 of 67) sorted by relevance

123

/third_party/skia/include/private/
DSkNx.h65 ah, bh, ch, dh; in Load4() local
76 ah, bh, ch; in Load3() local
86 ah, bh; in Load2() local
/third_party/mesa3d/src/util/format/
Du_format_rgtc.c43 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local
69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_8unorm() local
116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_float() local
173 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_snorm_pack_rgba_float() local
242 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc2_unorm_unpack_rgba_8unorm() local
267 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rgtc2_unorm_pack_rgba_8unorm() local
292 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_unorm_pack_rgba_float() local
412 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_snorm_pack_rgba_float() local
Du_format_etc.c30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
/third_party/ffmpeg/libavcodec/
Dvp9recon.c303 int bw, int bh, int w, int h, int bytesperpixel) in mc_luma_unscaled()
341 int bw, int bh, int w, int h, int bytesperpixel) in mc_chroma_unscaled()
384 px, py, pw, ph, bw, bh, w, h, i) \ argument
388 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
413 int bw, int bh, int w, int h, int bytesperpixel, in mc_luma_scaled()
473 int bw, int bh, int w, int h, int bytesperpixel, in mc_chroma_scaled()
545 px, py, pw, ph, bw, bh, w, h, i) \ argument
550 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
Dzmbvenc.c88 uint8_t *src2, int stride2, int bw, int bh, in block_cmp()
125 int dx, dy, txored, tv, bv, bw, bh; in zmbv_me() local
179 int bw, bh; in encode_frame() local
Dvp9_mc_template.c409 int bh = ff_vp9_bwh_tab[0][b->bs][1] * 4; in FN() local
Dbink.c183 int bw, bh, blocks; in init_bundles() local
870 int bh = is_chroma ? (c->avctx->height + 15) >> 4 : (c->avctx->height + 7) >> 3; in binkb_decode_plane() local
1036 int bh = is_chroma ? (c->avctx->height + 15) >> 4 : (c->avctx->height + 7) >> 3; in bink_decode_plane() local
Ddnxhdenc.c958 int bh = FFMIN((avctx->height >> ctx->interlaced) - 16 * mb_y, 16); in dnxhd_mb_var_thread() local
982 int bh = FFMIN((avctx->height >> ctx->interlaced) - 16 * mb_y, 16); in dnxhd_mb_var_thread() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_etc.c679 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_rgb8() local
727 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_srgb8() local
778 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; in etc2_unpack_rgba8() local
817 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; in etc2_unpack_srgb8_alpha8() local
864 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; in etc2_unpack_r11() local
901 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_rg11() local
951 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; in etc2_unpack_signed_r11() local
989 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_signed_rg11() local
1036 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_rgb8_punchthrough_alpha1() local
1073 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_srgb8_punchthrough_alpha1() local
Dformats.c340 unsigned int *bw, unsigned int *bh) in _mesa_get_format_block_size()
362 unsigned int *bh, in _mesa_get_format_block_size_3d()
822 const uint32_t bh = info->BlockHeight; in _mesa_format_image_size() local
850 const uint64_t bh = info->BlockHeight; in _mesa_format_image_size64() local
Dtexcompress.c911 GLuint bytes, bw, bh; in _mesa_decompress_image() local
Dtexcompress_etc_tmp.h146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c269 int bh = util_format_get_blockheight(src->base.b.format); in crocus_emit_blt() local
282 int bh = util_format_get_blockheight(dst->base.b.format); in crocus_emit_blt() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_etc2.c84 const unsigned bh = util_format_get_blockheight(format); in etna_etc2_calculate_blocks() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.c118 LLVMValueRef al, ah, bl, bh; in lp_build_mul_norm_expand() local
/third_party/openssl/crypto/bn/
Dbn_local.h571 # define mul64(l,h,bl,bh) \ argument
606 # define mul_add(r,a,bl,bh,c) { \ argument
622 # define mul(r,a,bl,bh,c) { \ argument
Dbn_asm.c107 BN_ULONG bl, bh; in bn_mul_add_words() local
139 BN_ULONG bl, bh; in bn_mul_words() local
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_local.h571 # define mul64(l,h,bl,bh) \ argument
606 # define mul_add(r,a,bl,bh,c) { \ argument
622 # define mul(r,a,bl,bh,c) { \ argument
Dbn_asm.c107 BN_ULONG bl, bh; in bn_mul_add_words() local
139 BN_ULONG bl, bh; in bn_mul_words() local
/third_party/rust/crates/minimal-lexical/tests/
Dslow_tests.rs15 fn bh<F: Float>(float: F) -> (u64, i32) { in bh() function
/third_party/rust/crates/minimal-lexical/src/
Dslow.rs397 pub fn bh<F: Float>(float: F) -> ExtendedFloat { in bh() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp2108 int bh; in init() member
2128 int bh = 1; in init() local
2175 int bh = 1; in init() local
2239 int bh = internalFmts_compressed[fmts].bh; in init() local
2288 int bh = internalFmts_compressed[fmts].bh; in init() local
/third_party/python/Modules/_decimal/libmpdec/
Dtypearith.h77 uint32_t ah, al, bh, bl; in _mpd_mul_words() local
335 uint16_t ah, al, bh, bl; in _mpd_mul_words() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c47 unsigned bw, bh, bpb, total_size, i; in svga_surface_size() local
/third_party/mbedtls/library/
Dpoly1305.c48 const uint16_t bh = b >> 16; in mul64() local

123