Searched refs:bx (Results 1 - 25 of 52) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ds3tc.c80 unsigned int bx, by, qstride = stride/4; local
84 for (bx=0; bx < w/4; bx++, s+=8, d+=4)
91 unsigned int bx, by, qstride = stride/4; local
95 for (bx=0; bx < w/4; bx++, s+=16, d+=4)
H A Dkmvc.c75 int bx, by; local
82 for (bx = 0; bx < w; bx += 8) {
87 BLK(ctx->cur, bx + (i & 0x7), by + (i >> 3)) = val;
90 l0x = bx + (i & 1) * 4;
150 int bx, by; local
157 for (bx = 0; bx < w; bx
[all...]
H A Dtruemotion2.c348 Y = (ctx->cur?ctx->Y2:ctx->Y1) + by * 4 * Ystride + bx * 4;\
349 V = (ctx->cur?ctx->V2:ctx->V1) + by * 2 * Vstride + bx * 2;\
350 U = (ctx->cur?ctx->U2:ctx->U1) + by * 2 * Ustride + bx * 2;\
351 last = ctx->last + bx * 4;\
352 clast = ctx->clast + bx * 4;
362 Yo = (ctx->cur?ctx->Y1:ctx->Y2) + by * 4 * oYstride + bx * 4;\
363 Vo = (ctx->cur?ctx->V1:ctx->V2) + by * 2 * oVstride + bx * 2;\
364 Uo = (ctx->cur?ctx->U1:ctx->U2) + by * 2 * oUstride + bx * 2;
405 static inline void tm2_low_chroma(int *data, int stride, int *clast, int *CD, int *deltas, int bx) argument
411 if(bx >
424 tm2_hi_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
445 tm2_med_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
467 tm2_low_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
508 tm2_null_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
554 tm2_still_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
589 tm2_update_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
627 tm2_motion_block(TM2Context *ctx, AVFrame *pic, int bx, int by) argument
[all...]
H A Dmotion_est_template.c44 COPY3_IF_LT(dmin, d, bx, hx, by, hy)\
91 int bx=2*mx, by=2*my;
103 assert(bx >= xmin*2 || bx <= xmax*2 || by >= ymin*2 || by <= ymax*2);
105 *mx_ptr = bx;
126 int bx=2*mx, by=2*my; local
153 + (mv_penalty[bx - pred_x] + mv_penalty[by-2 - pred_y])*c->penalty_factor;
155 + (mv_penalty[bx-2 - pred_x] + mv_penalty[by - pred_y])*c->penalty_factor;
157 + (mv_penalty[bx+2 - pred_x] + mv_penalty[by - pred_y])*c->penalty_factor;
159 + (mv_penalty[bx
313 int bx=4*mx, by=4*my; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754dp.h49 static __inline ieee754dp builddp(int s, int bx, u64 m) argument
54 assert((bx) >= DP_EMIN - 1 + DP_EBIAS
55 && (bx) <= DP_EMAX + 1 + DP_EBIAS);
59 r.parts.bexp = bx;
H A Dieee754sp.h54 static __inline ieee754sp buildsp(int s, int bx, unsigned m) argument
59 assert((bx) >= SP_EMIN - 1 + SP_EBIAS
60 && (bx) <= SP_EMAX + 1 + SP_EBIAS);
64 r.parts.bexp = bx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm48 push bx
58 lds bx,dword ptr [bp+6] ; get handle pointer
59 mov word ptr [bx],ax ; save the handle
65 pop bx
83 push bx
88 mov bx,word ptr [bp+6] ; file handle
97 pop bx
115 push bx
120 mov bx,word ptr [bp+6] ; file handle
131 pop bx
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/pci/
H A Dpcbios.c158 unsigned short bx; local
165 : "=b" (bx),
172 *bus = (bx >> 8) & 0xff;
173 *device_fn = bx & 0xff;
182 unsigned long bx = (bus << 8) | devfn; local
198 "b" (bx),
210 "b" (bx),
222 "b" (bx),
238 unsigned long bx = (bus << 8) | devfn; local
254 "b" (bx),
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtoshiba.c260 unsigned short ax,bx; local
272 bx = regs.ebx & 0xffff;
274 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069))
279 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) {
372 unsigned short bx,cx; local
387 bx = (unsigned short) (regs.ebx & 0xffff);
390 the bx register holds 0xe6f5. However my code is producing
397 bx = 0xe6f5;
401 address = bx;
403 address = 9+bx
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/math-emu/
H A Dwm_shrx.S140 orw %bx,%bx /* Any of the 63 bit set ? */
182 orw %bx,%bx
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dedd.S111 movw $EDD_MBR_SIG_BUF, %bx # store buffer ptr in bx
114 movl %eax, (%bx) # assume failure
115 pushw %bx
123 movw $EDDBUF, %bx # disk's data goes into EDDBUF
130 popw %bx
135 movl %eax, (%bx) # store success
138 addw $4, %bx # increment sig buffer ptr
177 movw $EDDMAGIC1, %bx # magic
181 cmpw $EDDMAGIC2, %bx # i
[all...]
H A Dvideo.S147 movw %bx, %fs:(PARAM_VIDEO_EGA_BX) # Identifies EGA to the kernel
176 movw %bx, %fs:(PARAM_VIDEO_PAGE)
252 movw $0x0800, %bx
275 xorw %bx, %bx
402 lmhx: xorw %bx, %bx # Else => mode ID in hex
421 lmhx1: shlw $4, %bx
425 lmuse1: movw %bx, %ax
473 incw %bx
[all...]
H A Dbootsect.S65 movw $7, %bx
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S169 movw (%edi), %bx
170 movw %bx, scanstart(%esp)
171 movw -1(%edi,%eax), %bx
332 movw -1(%edi,%eax), %bx
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/asm586/
H A Dmatch.S169 movw (%edi), %bx
170 movw %bx, scanstart(%esp)
171 movw -1(%edi,%eax), %bx
332 movw -1(%edi,%eax), %bx
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/boot/
H A Dbootsect.S65 movw $7, %bx
H A Dsetup.S177 movw $0007,%bx
200 subw $4, %bx # LILO loads 4 sectors of setup
201 shlw $8, %bx # convert to words (1sect=2^8 words)
202 movw %bx, %cx
203 shrw $3, %bx # convert to segment
204 addw $SYSSEG, %bx
205 movw %bx, %cs:start_sys_seg
368 movw %bx, %dx # are more reasonable anyway...
389 xorw %bx, %bx
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/lib/
H A Dcsum-copy.S195 movw (%rdi),%bx
199 movw %bx,(%rsi)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Ddsputil_vfp.S80 bx lr
133 bx lr
H A Dh264idct_neon.S77 bx lr
96 bx lr
H A Dsimple_idct_neon.S138 bx lr
209 bx lr
228 bx lr
303 bx lr
342 bx lr
H A Ddsputil_neon_s.S56 bx lr
72 bx lr
163 bx lr
179 bx lr
313 bx lr
317 bx lr
384 bx lr
388 bx lr
650 bx lr
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dchecksum.S63 1: movw (%esi), %bx
65 addw %bx, %ax
259 SRC(1: movw (%esi), %bx )
261 DST( movw %bx, (%edi) )
263 addw %bx, %ax
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/lib/
H A Dchecksum.S81 1: movw (%esi), %bx
83 addw %bx, %ax
322 SRC(1: movw (%esi), %bx )
324 DST( movw %bx, (%edi) )
326 addw %bx, %ax
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c617 unsigned char *bx, const unsigned char *ax)
621 if (((size_t)ax & 0x0f) || ((size_t)bx & 0x0f))
636 memcpy (bx, b.b, 16);
640 do_encrypt_aligned (ctx, bx, ax);
650 unsigned char *bx, const unsigned char *ax)
682 memcpy (bx, b, 16);
1123 unsigned char *bx, const unsigned char *ax)
1133 do_aesni_dec_aligned (ctx, bx, ax);
1136 do_aesni_enc_aligned (ctx, bx, ax);
1435 do_decrypt (RIJNDAEL_context *ctx, byte *bx, cons
612 do_encrypt(const RIJNDAEL_context *ctx, unsigned char *bx, const unsigned char *ax) argument
645 do_padlock(const RIJNDAEL_context *ctx, int decrypt_flag, unsigned char *bx, const unsigned char *ax) argument
1118 do_aesni(RIJNDAEL_context *ctx, int decrypt_flag, unsigned char *bx, const unsigned char *ax) argument
1430 do_decrypt(RIJNDAEL_context *ctx, byte *bx, const byte *ax) argument
[all...]

Completed in 151 milliseconds

123