Searched refs:bh (Results 1 - 25 of 287) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmjpegdec.c355 int bh = (height + s->v_max*8-1) / (s->v_max*8); local
357 int size = bw * bh * s->h_count[i] * s->v_count[i];
H A Dsmacker.c354 int blocks, blk, bw, bh; local
392 bh = avctx->height >> 2;
393 blocks = bw * bh;
H A Dtruemotion2.c675 int bw, bh; local
682 bh = ctx->avctx->height >> 2;
687 if (ctx->tok_lens[TM2_TYPE]<bw*bh){
688 av_log(ctx->avctx,AV_LOG_ERROR,"Got %i tokens for %i blocks\n",ctx->tok_lens[TM2_TYPE],bw*bh);
695 for(j = 0; j < bh; j++) {
H A Dvmnc.c233 int bw = 16, bh = 16; local
239 if(j + 16 > h) bh = h - j;
248 if(src - ssrc > ssize - bw * bh * bpp) {
252 paint_raw(dst2, bw, bh, src, bpp, c->bigendian, stride);
253 src += bw * bh * bpp;
266 paint_rect(dst2, 0, 0, bw, bh, bg, bpp, stride);
H A Dzmbv.c66 int bw, bh, bx, by; member in struct:ZmbvContext
100 for(y = 0; y < c->height; y += c->bh) {
101 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y);
141 output += c->width * c->bh;
142 prev += c->width * c->bh;
171 for(y = 0; y < c->height; y += c->bh) {
172 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y);
214 output += c->width * c->bh;
[all...]
H A Dzmbvenc.c64 static inline int block_cmp(uint8_t *src, int stride, uint8_t *src2, int stride2, int bw, int bh) argument
70 for(j = 0; j < bh; j++){
89 int dx, dy, tx, ty, tv, bv, bw, bh; local
93 bh = FFMIN(ZMBV_BLOCK, c->avctx->height - y);
94 bv = block_cmp(src, sstride, prev, pstride, bw, bh);
96 for(ty = FFMAX(y - c->range, 0); ty < FFMIN(y + c->range, c->avctx->height - bh); ty++){
101 tv = block_cmp(src, sstride, prev + dx + dy*pstride, pstride, bw, bh);
125 int bw, bh; local
183 bh = (avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK;
185 memset(c->work_buf + work_size, 0, (bw * bh *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c52505 } bh; member in union:vdbeExecUnion
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm586/
H A Dmatch.S237 cmpb %bh, %ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c321 BN_ULONG bl,bh; local
426 BN_ULONG bl,bh; local
467 BN_ULONG bl,bh; local
544 BN_ULONG bl,bh; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_asm.c145 BN_ULONG bl,bh; local
151 bh=HBITS(w);
155 mul_add(rp[0],ap[0],bl,bh,c);
157 mul_add(rp[1],ap[1],bl,bh,c);
159 mul_add(rp[2],ap[2],bl,bh,c);
161 mul_add(rp[3],ap[3],bl,bh,c);
172 BN_ULONG bl,bh; local
178 bh=HBITS(w);
182 mul(rp[0],ap[0],bl,bh,carry);
184 mul(rp[1],ap[1],bl,bh,carr
[all...]
H A Dbn_lcl.h361 #define mul64(l,h,bl,bh) \
367 m =(bh)*(lt); \
370 ht =(bh)*(ht); \
396 #define mul_add(r,a,bl,bh,c) { \
402 mul64(l,h,(bl),(bh)); \
412 #define mul(r,a,bl,bh,c) { \
418 mul64(l,h,(bl),(bh)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h117 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
123 "rI" ((USItype)(bh)), \
126 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
132 "rI" ((USItype)(bh)), \
188 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
194 "rI" ((USItype)(bh)), \
197 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
203 "rI" ((USItype)(bh)), \
276 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
282 "g" ((USItype)(bh)), \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_asm.c145 BN_ULONG bl,bh; local
151 bh=HBITS(w);
155 mul_add(rp[0],ap[0],bl,bh,c);
157 mul_add(rp[1],ap[1],bl,bh,c);
159 mul_add(rp[2],ap[2],bl,bh,c);
161 mul_add(rp[3],ap[3],bl,bh,c);
172 BN_ULONG bl,bh; local
178 bh=HBITS(w);
182 mul(rp[0],ap[0],bl,bh,carry);
184 mul(rp[1],ap[1],bl,bh,carr
[all...]
H A Dbn_lcl.h395 #define mul64(l,h,bl,bh) \
401 m =(bh)*(lt); \
404 ht =(bh)*(ht); \
430 #define mul_add(r,a,bl,bh,c) { \
436 mul64(l,h,(bl),(bh)); \
446 #define mul(r,a,bl,bh,c) { \
452 mul64(l,h,(bl),(bh)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S237 cmpb %bh, %ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/ctf/
H A Dhndctf.h247 ctf_brc_hot_t *bh = (hbrc) + CTF_BRC_HOT_HASH(da); \
248 ((eacmp((bh)->ea.octet, (da)) == 0) && (bh->brcp->txifp != (rxifp))); \
255 ctf_brc_hot_t *bh = (hbrc) + CTF_BRC_HOT_HASH(data); \
257 if (bh->brcp->action & CTF_ACTION_UNTAG) { \
267 HTON16((prio) << VLAN_PRI_SHIFT | bh->brcp->vid); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/math-emu/
H A Dsfp-util.h7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
8 ((sl) = (al) + (bl), (sh) = (ah) + (bh) + ((sl) < (al)))
10 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
11 ((sl) = (al) - (bl), (sh) = (ah) - (bh) - ((al) < (bl)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlonglong.h77 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
83 "rI" ((USItype) (bh)), \
86 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
92 "rI" ((USItype) (bh)), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S171 xorb %bh, %bh
256 movb %bh, dac_size # store actual DAC size
461 subb $VIDEO_FIRST_V7>>8, %bh
514 subb $VIDEO_FIRST_VESA>>8, %bh
536 setspc: xorb %bh, %bh # Set special mode
561 xchgb %bl, %bh
585 subb $VIDEO_FIRST_VESA>>8, %bh
589 addb $VIDEO_FIRST_VESA>>8, %bh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Daes-i586-asm.S65 #define ebxh bh
H A Dtwofish-i586-asm.S53 #define R1H %bh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S142 subb $VIDEO_FIRST_VESA>>8, %bh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dwm_shrx.S139 setne %bh
181 setne %bh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dsfp-machine.h209 * #define add_ssaaaa(sh,sl,ah,al,bh,bl) (sh = ah+bh+ (( sl = al+bl) < al))
216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
218 if (__builtin_constant_p (bh) && (bh) == 0) \
225 else if (__builtin_constant_p (bh) && (bh) ==~(USItype) 0) \
237 "r" ((USItype)(bh)), \
243 * #define sub_ddmmss(sh, sl, ah, al, bh, bl) (sh = ah-bh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dchestnut.c45 static mv64x60_handle_t bh; variable
49 extern void mv64360_pcibios_fixup(mv64x60_handle_t *bh);
219 if (mv64x60_init(&bh, &si)) {
228 mv64x60_set_bus(&bh, 0, 0);
229 bh.hose_a->first_busno = 0;
230 bh.hose_a->last_busno = 0xff;
231 bh.hose_a->last_busno = pciauto_bus_scan(bh.hose_a, 0);
237 mv64x60_set_32bit_window(&bh, MV64x60_CPU2BOOT_WIN,
239 bh
[all...]

Completed in 574 milliseconds

1234567891011>>