Home
last modified time | relevance | path

Searched defs:bh (Results 1 – 25 of 74) 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/flutter/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/ffmpeg/libavcodec/
Dvp9recon.c304 int bw, int bh, int w, int h, int bytesperpixel) in mc_luma_unscaled()
342 int bw, int bh, int w, int h, int bytesperpixel) in mc_chroma_unscaled()
385 px, py, pw, ph, bw, bh, w, h, i) \ argument
389 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
414 int bw, int bh, int w, int h, int bytesperpixel, in mc_luma_scaled()
474 int bw, int bh, int w, int h, int bytesperpixel, in mc_chroma_scaled()
546 px, py, pw, ph, bw, bh, w, h, i) \ argument
551 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
Dzmbvenc.c86 uint8_t *src2, int stride2, int bw, int bh, in block_cmp()
123 int dx, dy, txored, tv, bv, bw, bh; in zmbv_me() local
176 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
/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/rust/crates/minimal-lexical/src/
Dslow.rs397 pub fn bh<F: Float>(float: F) -> ExtendedFloat { in bh() function
/third_party/rust/crates/minimal-lexical/tests/
Dslow_tests.rs15 fn bh<F: Float>(float: F) -> (u64, i32) { in bh() function
/third_party/openssl/crypto/bn/
Dbn_local.h583 # define mul64(l,h,bl,bh) \ argument
618 # define mul_add(r,a,bl,bh,c) { \ argument
634 # define mul(r,a,bl,bh,c) { \ argument
/third_party/libjpeg-turbo/simd/powerpc/
Djdcolext-altivec.c49 crl, crh, rl, rh, gl, gh, bl, bh, g0w, g1w, g2w, g3w; in jsimd_ycc_rgb_convert_altivec() local
Djdmrgext-altivec.c51 rl, rh, gl, gh, bl, bh, re, ro, ge, go, be, bo; in jsimd_h2v1_merged_upsample_altivec() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djdcolext-altivec.c49 crl, crh, rl, rh, gl, gh, bl, bh, g0w, g1w, g2w, g3w; in jsimd_ycc_rgb_convert_altivec() local
Djdmrgext-altivec.c51 rl, rh, gl, gh, bl, bh, re, ro, ge, go, be, bo; in jsimd_h2v1_merged_upsample_altivec() local
/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/libjpeg-turbo/simd/mips64/
Djdmrgext-mmi.c101 __m64 ble, blo, bl, bhe, bho, bh, be, bo, xe = 0.0, xo = 0.0; in jsimd_h2v1_merged_upsample_mmi() local

123