HomeSort by relevance Sort by last modified time
    Searched refs:bh (Results 26 - 50 of 238) sorted by null

12 3 4 5 6 7 8 910

  /external/boringssl/src/crypto/bn/
generic.c 141 #define mul64(l, h, bl, bh) \
147 m = (bh) * (lt); \
150 ht = (bh) * (ht); \
182 #define mul_add(r, a, bl, bh, c) \
189 mul64(l, h, (bl), (bh)); \
203 #define mul(r, a, bl, bh, c) \
210 mul64(l, h, (bl), (bh)); \
306 BN_ULONG bl, bh; local
314 bh = HBITS(w);
317 mul_add(rp[0], ap[0], bl, bh, c)
336 BN_ULONG bl, bh; local
    [all...]
internal.h 236 #define mul64(l, h, bl, bh) \
242 m = (bh) * (lt); \
245 ht = (bh) * (ht); \
  /external/libyuv/files/unit_test/
color_test.cc 450 static void PrintHistogram(int rh[256], int gh[256], int bh[256]) {
454 if (rh[i] || gh[i] || bh[i]) {
460 if (rh[i] || gh[i] || bh[i]) {
466 if (rh[i] || gh[i] || bh[i]) {
472 if (rh[i] || gh[i] || bh[i]) {
473 printf("\t%8d", bh[i]);
480 int rh[256] = { 0, }, gh[256] = { 0, }, bh[256] = { 0, }; local
493 ++bh[b1 - b0 + 128];
497 PrintHistogram(rh, gh, bh);
501 int rh[256] = { 0, }, gh[256] = { 0, }, bh[256] = { 0, } local
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
150 for (y = 0; y < height; y += bh) {
156 for (j = 0; j < bh; j++) {
  /bionic/libc/arch-x86/atom/string/
ssse3-strlcpy-atom.S 235 movb %bh, 3(%edx)
256 movb %bh, 7(%edx)
280 movb %bh, 11(%edx)
301 movb %bh, 15(%edx)
315 movb %bh, (%edx)
334 movb %bh, 1(%edx)
356 movb %bh, 2(%edx)
379 movb %bh, 4(%edx)
403 movb %bh, 5(%edx)
428 movb %bh, 6(%edx
    [all...]
ssse3-strlcat-atom.S 369 movb %bh, 3(%edx)
390 movb %bh, 7(%edx)
414 movb %bh, 11(%edx)
435 movb %bh, 15(%edx)
449 movb %bh, (%edx)
468 movb %bh, 1(%edx)
490 movb %bh, 2(%edx)
513 movb %bh, 4(%edx)
537 movb %bh, 5(%edx)
562 movb %bh, 6(%edx
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 109 int bw, int bh, int ss_x, int ss_y) {
115 const int spel_top = (VP9_INTERP_EXTEND + bh) << SUBPEL_BITS;
157 int bw, int bh,
180 const MV mv_q4 = clamp_mv_to_umv_border_sb(xd, &mv, bw, bh,
245 const int bh = 4 * num_4x4_h; local
252 build_inter_predictors(xd, plane, i++, bw, bh,
255 build_inter_predictors(xd, plane, 0, bw, bh,
256 0, 0, bw, bh, mi_x, mi_y);
vp9_loopfilter.h 138 int mi_col, int bw, int bh);
vp9_reconinter.h 51 int bw, int bh, int ss_x, int ss_y);
vp9_pred_common.h 27 const int bh = num_8x8_blocks_high_lookup[bsize]; local
29 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-opcode-inval.d 27 [ ]*[a-f0-9]+: 02 3f add \(%rdi\),%bh
x86-64-opcode-inval-intel.d 27 [ ]*[a-f0-9]+: 02 3f add bh,BYTE PTR \[rdi\]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-opcode-inval.d 26 [ ]*[a-f0-9]+: 02 3f add \(%rdi\),%bh
x86-64-opcode-inval-intel.d 27 [ ]*[a-f0-9]+: 02 3f add bh,BYTE PTR \[rdi\]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 195 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/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 250 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][bw][comps] *
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/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.c 120 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
130 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
133 (bw * bh);
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 273 int32x4_t bh = vaddl_s16(vget_high_s16(yy), vget_high_s16(ub)); local
279 bh = vmulq_lane_s32(bh, cf32, 0);
282 v = vqmovun_s16(vcombine_s16(vrshrn_n_s32(bl, 16), vrshrn_n_s32(bh, 16)));
321 int32x4_t bh = vaddl_s16(vget_high_s16(yy), vget_high_s16(ub)); local
327 bh = vmulq_lane_s32(bh, cf32, 0);
330 v = vqmovun_s16(vcombine_s16(vrshrn_n_s32(bl, 16), vrshrn_n_s32(bh, 16)));
  /system/core/libpixelflinger/include/pixelflinger/
format.h 115 uint8_t bh; // blue high bit position + 1 member in struct:__anon74361::__anon74363::__anon74364
  /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...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 46 unsigned bw, bh, bpb, total_size, i; local
58 svga_format_size(key->format, &bw, &bh, &bpb);
66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb;
  /external/opencv3/3rdparty/libwebp/dsp/
upsampling_neon.c 138 int32x4_t bh = vaddl_s16(vget_high_s16(yy), vget_high_s16(ub)); \
145 bh = vmulq_lane_s32(bh, cf32, 0); \
152 vrshrn_n_s32(bh, 16))); \
  /external/speex/libspeex/
fixed_generic.h 103 #define MUL_16_32_R15(a,bh,bl) ADD32(MULT16_16((a),(bh)), SHR(MULT16_16((a),(bl)),15))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 271 int mi_row, int bh,
275 xd->mb_to_bottom_edge = ((mi_rows - bh - mi_row) * MI_SIZE) * 8;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 135 const int bh = num_8x8_blocks_high_lookup[bsize]; local
137 const int ymis = MIN(cm->mi_rows - mi_row, bh);

Completed in 1275 milliseconds

12 3 4 5 6 7 8 910