Home
last modified time | relevance | path

Searched refs:inw (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_stack.c259 int inw = 0, inh = 0; in config_output() local
266 inw = 0; in config_output()
284 if ((ret = av_image_fill_linesizes(item->x, inlink->format, inw)) < 0) { in config_output()
290 inw += ctx->inputs[k]->w; in config_output()
294 width = inw; in config_output()
295 if (i && width != inw) { in config_output()
296 av_log(ctx, AV_LOG_ERROR, "Row %d width %d does not match previous row width %d.\n", i, inw, width); in config_output()
304 int inw, inh, size; in config_output() local
328 inw = inh = 0; in config_output()
343 inw in config_output()
[all...]
H A Dvf_rotate.c87 int inw, inh; member
161 double inw = rot->var_values[VAR_IN_W]; in get_rotated_w() local
166 return FFMAX(0, inh * sinx) + FFMAX(0, -inw * cosx) + in get_rotated_w()
167 FFMAX(0, inw * cosx) + FFMAX(0, -inh * sinx); in get_rotated_w()
173 double inw = rot->var_values[VAR_IN_W]; in get_rotated_h() local
178 return FFMAX(0, -inh * cosx) + FFMAX(0, -inw * sinx) + in get_rotated_h()
179 FFMAX(0, inh * cosx) + FFMAX(0, inw * sinx); in get_rotated_h()
419 const int inw = td->inw, inh = td->inh; in filter_slice() local
430 x = xprime + xi + FIXP*(inw in filter_slice()
[all...]
H A Dvf_blurdetect.c261 const int inw = inlink->w; in blurdetect_filter_frame() local
277 int w = AV_CEIL_RSHIFT(inw, hsub); in blurdetect_filter_frame()
295 memset(tmpbuf, 0, inw * inh); in blurdetect_filter_frame()
H A Dvf_blockdetect.c203 const int inw = inlink->w; in blockdetect_filter_frame() local
216 int w = AV_CEIL_RSHIFT(inw, hsub); in blockdetect_filter_frame()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_xcbc_d.c34 DES_cblock inw; member
66 memcpy(&data(ctx)->inw[0], &key[8], 8); in desx_cbc_init_key()
78 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
87 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
/third_party/openssl/crypto/evp/
H A De_xcbc_d.c34 DES_cblock inw; member
66 memcpy(&data(ctx)->inw[0], &key[8], 8); in desx_cbc_init_key()
78 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
87 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dxcbc_enc.c22 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt()
33 in2 = &(*inw)[0]; in DES_xcbc_encrypt()
20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
/third_party/openssl/crypto/des/
H A Dxcbc_enc.c22 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt()
33 in2 = &(*inw)[0]; in DES_xcbc_encrypt()
20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
/third_party/musl/arch/i386/bits/
H A Dio.h23 static __inline unsigned short inw(unsigned short __port) in inw() function
26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port)); in inw()
/third_party/musl/arch/x86_64/bits/
H A Dio.h23 static __inline unsigned short inw(unsigned short __port) in inw() function
26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port)); in inw()
/third_party/musl/arch/x32/bits/
H A Dio.h23 static __inline unsigned short inw(unsigned short __port) in inw() function
26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port)); in inw()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
/third_party/openssl/include/openssl/
H A Ddes.h99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddes.h85 DES_cblock *ivec, const_DES_cblock *inw,
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)

Completed in 11 milliseconds