Home
last modified time | relevance | path

Searched refs:bh (Results 1 - 25 of 150) sorted by relevance

123456

/third_party/mesa3d/src/util/format/
H A Du_format_rgtc.c43 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local
47 for(y = 0; y < height; y += bh) { in util_format_rgtc1_unorm_unpack_rgba_8unorm()
50 for(j = 0; j < bh; ++j) { in util_format_rgtc1_unorm_unpack_rgba_8unorm()
69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_8unorm() local
72 for(y = 0; y < height; y += bh) { in util_format_rgtc1_unorm_pack_rgba_8unorm()
75 uint8_t tmp[4][4]; /* [bh][bw][comps] */ in util_format_rgtc1_unorm_pack_rgba_8unorm()
76 for(j = 0; j < bh; ++j) { in util_format_rgtc1_unorm_pack_rgba_8unorm()
116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_float() local
119 for(y = 0; y < height; y += bh) { in util_format_rgtc1_unorm_pack_rgba_float()
122 uint8_t tmp[4][4]; /* [bh][b in util_format_rgtc1_unorm_pack_rgba_float()
173 const unsigned bw = 4, bh = 4, bytes_per_block = 8; util_format_rgtc1_snorm_pack_rgba_float() local
242 const unsigned bw = 4, bh = 4, comps = 4; util_format_rgtc2_unorm_unpack_rgba_8unorm() local
267 const unsigned bw = 4, bh = 4, bytes_per_block = 16; util_format_rgtc2_unorm_pack_rgba_8unorm() local
292 const unsigned bw = 4, bh = 4, bytes_per_block = 16; util_format_rxtc2_unorm_pack_rgba_float() local
412 const unsigned bw = 4, bh = 4, bytes_per_block = 16; util_format_rxtc2_snorm_pack_rgba_float() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dzmbv.c72 int bw, bh, bx, by; member
106 for (y = 0; y < c->height; y += c->bh) { in zmbv_decode_xor_8()
107 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_8()
149 output += c->width * c->bh; in zmbv_decode_xor_8()
150 prev += c->width * c->bh; in zmbv_decode_xor_8()
180 for (y = 0; y < c->height; y += c->bh) { in zmbv_decode_xor_16()
181 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_16()
225 output += c->width * c->bh; in zmbv_decode_xor_16()
[all...]
H A Dvp9recon.c303 int bw, int bh, int w, int h, int bytesperpixel) in mc_luma_unscaled()
316 th = (y + bh + 4 * !!my + 7) >> 6; in mc_luma_unscaled()
322 x + !!mx * 4 > w - bw || y + !!my * 5 > h - bh) { in mc_luma_unscaled()
326 bw + !!mx * 7, bh + !!my * 7, in mc_luma_unscaled()
331 mc[!!mx][!!my](dst, dst_stride, ref, ref_stride, bh, mx << 1, my << 1); in mc_luma_unscaled()
341 int bw, int bh, int w, int h, int bytesperpixel) in mc_chroma_unscaled()
355 th = (y + bh + 4 * !!my + 7) >> (6 - s->ss_v); in mc_chroma_unscaled()
361 x + !!mx * 4 > w - bw || y + !!my * 5 > h - bh) { in mc_chroma_unscaled()
365 bw + !!mx * 7, bh + !!my * 7, in mc_chroma_unscaled()
368 mc[!!mx][!!my](dst_u, dst_stride, ref_u, 160, bh, m in mc_chroma_unscaled()
298 mc_luma_unscaled(VP9TileData *td, vp9_mc_func (*mc)[2], uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *ref, ptrdiff_t ref_stride, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, int bw, int bh, int w, int h, int bytesperpixel) mc_luma_unscaled() argument
334 mc_chroma_unscaled(VP9TileData *td, vp9_mc_func (*mc)[2], uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t dst_stride, const uint8_t *ref_u, ptrdiff_t src_stride_u, const uint8_t *ref_v, ptrdiff_t src_stride_v, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, int bw, int bh, int w, int h, int bytesperpixel) mc_chroma_unscaled() argument
406 mc_luma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *ref, ptrdiff_t ref_stride, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_luma_scaled() argument
464 mc_chroma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t dst_stride, const uint8_t *ref_u, ptrdiff_t src_stride_u, const uint8_t *ref_v, ptrdiff_t src_stride_v, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_chroma_scaled() argument
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/bf/
H A Dbf-586.S33 movb %bh,%al
53 movb %bh,%al
73 movb %bh,%al
93 movb %bh,%al
113 movb %bh,%al
133 movb %bh,%al
153 movb %bh,%al
173 movb %bh,%al
193 movb %bh,%al
213 movb %bh,
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/whrlpool/
H A Dwp-x86_64.s93 movzbl %bh,%edx
100 movzbl %bh,%edx
121 movzbl %bh,%edx
128 movzbl %bh,%edx
149 movzbl %bh,%edx
156 movzbl %bh,%edx
177 movzbl %bh,%edx
184 movzbl %bh,%edx
205 movzbl %bh,%edx
212 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/whrlpool/
H A Dwp-x86_64.s93 movzbl %bh,%edx
100 movzbl %bh,%edx
121 movzbl %bh,%edx
128 movzbl %bh,%edx
149 movzbl %bh,%edx
156 movzbl %bh,%edx
177 movzbl %bh,%edx
184 movzbl %bh,%edx
205 movzbl %bh,%edx
212 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/whrlpool/
H A Dwp-mmx.S86 movzbl %bh,%edx
93 movzbl %bh,%edx
114 movzbl %bh,%edx
121 movzbl %bh,%edx
142 movzbl %bh,%edx
149 movzbl %bh,%edx
170 movzbl %bh,%edx
177 movzbl %bh,%edx
198 movzbl %bh,%edx
205 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/bf/
H A Dbf-586.S33 movb %bh,%al
53 movb %bh,%al
73 movb %bh,%al
93 movb %bh,%al
113 movb %bh,%al
133 movb %bh,%al
153 movb %bh,%al
173 movb %bh,%al
193 movb %bh,%al
213 movb %bh,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/bf/
H A Dbf-586.S33 movb %bh,%al
53 movb %bh,%al
73 movb %bh,%al
93 movb %bh,%al
113 movb %bh,%al
133 movb %bh,%al
153 movb %bh,%al
173 movb %bh,%al
193 movb %bh,%al
213 movb %bh,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/whrlpool/
H A Dwp-mmx.S86 movzbl %bh,%edx
93 movzbl %bh,%edx
114 movzbl %bh,%edx
121 movzbl %bh,%edx
142 movzbl %bh,%edx
149 movzbl %bh,%edx
170 movzbl %bh,%edx
177 movzbl %bh,%edx
198 movzbl %bh,%edx
205 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/whrlpool/
H A Dwp-x86_64.s93 movzbl %bh,%edx
100 movzbl %bh,%edx
121 movzbl %bh,%edx
128 movzbl %bh,%edx
149 movzbl %bh,%edx
156 movzbl %bh,%edx
177 movzbl %bh,%edx
184 movzbl %bh,%edx
205 movzbl %bh,%edx
212 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/bf/
H A Dbf-586.S33 movb %bh,%al
53 movb %bh,%al
73 movb %bh,%al
93 movb %bh,%al
113 movb %bh,%al
133 movb %bh,%al
153 movb %bh,%al
173 movb %bh,%al
193 movb %bh,%al
213 movb %bh,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/whrlpool/
H A Dwp-mmx.S86 movzbl %bh,%edx
93 movzbl %bh,%edx
114 movzbl %bh,%edx
121 movzbl %bh,%edx
142 movzbl %bh,%edx
149 movzbl %bh,%edx
170 movzbl %bh,%edx
177 movzbl %bh,%edx
198 movzbl %bh,%edx
205 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/whrlpool/
H A Dwp-x86_64.s93 movzbl %bh,%edx
100 movzbl %bh,%edx
121 movzbl %bh,%edx
128 movzbl %bh,%edx
149 movzbl %bh,%edx
156 movzbl %bh,%edx
177 movzbl %bh,%edx
184 movzbl %bh,%edx
205 movzbl %bh,%edx
212 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/bf/
H A Dbf-586.S32 movb %bh,%al
52 movb %bh,%al
72 movb %bh,%al
92 movb %bh,%al
112 movb %bh,%al
132 movb %bh,%al
152 movb %bh,%al
172 movb %bh,%al
192 movb %bh,%al
212 movb %bh,
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/whrlpool/
H A Dwp-mmx.S85 movzbl %bh,%edx
92 movzbl %bh,%edx
113 movzbl %bh,%edx
120 movzbl %bh,%edx
141 movzbl %bh,%edx
148 movzbl %bh,%edx
169 movzbl %bh,%edx
176 movzbl %bh,%edx
197 movzbl %bh,%edx
204 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/bf/
H A Dbf-586.S32 movb %bh,%al
52 movb %bh,%al
72 movb %bh,%al
92 movb %bh,%al
112 movb %bh,%al
132 movb %bh,%al
152 movb %bh,%al
172 movb %bh,%al
192 movb %bh,%al
212 movb %bh,
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/whrlpool/
H A Dwp-mmx.S85 movzbl %bh,%edx
92 movzbl %bh,%edx
113 movzbl %bh,%edx
120 movzbl %bh,%edx
141 movzbl %bh,%edx
148 movzbl %bh,%edx
169 movzbl %bh,%edx
176 movzbl %bh,%edx
197 movzbl %bh,%edx
204 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/whrlpool/
H A Dwp-x86_64.s93 movzbl %bh,%edx
100 movzbl %bh,%edx
121 movzbl %bh,%edx
128 movzbl %bh,%edx
149 movzbl %bh,%edx
156 movzbl %bh,%edx
177 movzbl %bh,%edx
184 movzbl %bh,%edx
205 movzbl %bh,%edx
212 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/whrlpool/
H A Dwp-x86_64.s93 movzbl %bh,%edx
100 movzbl %bh,%edx
121 movzbl %bh,%edx
128 movzbl %bh,%edx
149 movzbl %bh,%edx
156 movzbl %bh,%edx
177 movzbl %bh,%edx
184 movzbl %bh,%edx
205 movzbl %bh,%edx
212 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/whrlpool/
H A Dwp-x86_64.s93 movzbl %bh,%edx
100 movzbl %bh,%edx
121 movzbl %bh,%edx
128 movzbl %bh,%edx
149 movzbl %bh,%edx
156 movzbl %bh,%edx
177 movzbl %bh,%edx
184 movzbl %bh,%edx
205 movzbl %bh,%edx
212 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/whrlpool/
H A Dwp-x86_64.s93 movzbl %bh,%edx
100 movzbl %bh,%edx
121 movzbl %bh,%edx
128 movzbl %bh,%edx
149 movzbl %bh,%edx
156 movzbl %bh,%edx
177 movzbl %bh,%edx
184 movzbl %bh,%edx
205 movzbl %bh,%edx
212 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/whrlpool/
H A Dwp-mmx.S86 movzbl %bh,%edx
93 movzbl %bh,%edx
114 movzbl %bh,%edx
121 movzbl %bh,%edx
142 movzbl %bh,%edx
149 movzbl %bh,%edx
170 movzbl %bh,%edx
177 movzbl %bh,%edx
198 movzbl %bh,%edx
205 movzbl %bh,
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/bf/
H A Dbf-586.S33 movb %bh,%al
53 movb %bh,%al
73 movb %bh,%al
93 movb %bh,%al
113 movb %bh,%al
133 movb %bh,%al
153 movb %bh,%al
173 movb %bh,%al
193 movb %bh,%al
213 movb %bh,
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/bf/
H A Dbf-586.S33 movb %bh,%al
53 movb %bh,%al
73 movb %bh,%al
93 movb %bh,%al
113 movb %bh,%al
133 movb %bh,%al
153 movb %bh,%al
173 movb %bh,%al
193 movb %bh,%al
213 movb %bh,
[all...]

Completed in 8 milliseconds

123456