/third_party/ffmpeg/libavfilter/ |
H A D | vf_rotate.c | 69 int outh, outw; member 88 int outw, outh; member 339 rot->outw = res + 0.5; in config_props() 345 SET_SIZE_EXPR(outw, "out_w"); in config_props() 347 rot->outw = res + 0.5; in config_props() 351 outlink->w = rot->outw; in config_props() 418 const int outw = td->outw, outh = td->outh; in filter_slice() local 433 if (fabs(rot->angle - 0) < FLT_EPSILON && outw == inw && outh == inh) { in filter_slice() 436 in->linesize[plane], 0, rot->draw.pixelstep[plane], outw); in filter_slice() 537 const int outw = AV_CEIL_RSHIFT(outlink->w, hsub); filter_frame() local [all...] |
H A D | vf_identity.c | 63 static unsigned identity_line_8bit(const uint8_t *main_line, const uint8_t *ref_line, int outw) in identity_line_8bit() argument 67 for (int j = 0; j < outw; j++) in identity_line_8bit() 73 static unsigned identity_line_16bit(const uint8_t *mmain_line, const uint8_t *rref_line, int outw) in identity_line_16bit() argument 79 for (int j = 0; j < outw; j++) in identity_line_16bit() 105 const int outw = td->planewidth[c]; in compute_images_msad() local 116 outw, slice_end - slice_start, &m); in compute_images_msad() 133 const int outw = td->planewidth[c]; in compute_images_identity() local 144 m += s->filter_line(main_line, ref_line, outw); in compute_images_identity()
|
H A D | vf_transpose.c | 281 int outw = AV_CEIL_RSHIFT(out->width, hsub); in filter_slice() local 306 for (x = 0; x < outw - 7; x += 8) { in filter_slice() 312 if (outw - x > 0 && end - y > 0) in filter_slice() 316 dstlinesize, outw - x, end - y); in filter_slice() 323 dstlinesize, outw, end - y); in filter_slice()
|
H A D | vf_psnr.c | 85 static uint64_t sse_line_8bit(const uint8_t *main_line, const uint8_t *ref_line, int outw) in sse_line_8bit() argument 90 for (j = 0; j < outw; j++) in sse_line_8bit() 96 static uint64_t sse_line_16bit(const uint8_t *_main_line, const uint8_t *_ref_line, int outw) in sse_line_16bit() argument 103 for (j = 0; j < outw; j++) in sse_line_16bit() 129 const int outw = td->planewidth[c]; in compute_images_mse() local 139 m += td->dsp->sse_line(main_line, ref_line, outw); in compute_images_mse()
|
H A D | vf_blend.c | 212 int outw = AV_CEIL_RSHIFT(dst_buf->width, hsub); in blend_frame() local 216 .w = outw, .h = outh, .param = param, .plane = plane, in blend_frame()
|
H A D | vf_v360.c | 4221 static void set_dimensions(int *outw, int *outh, int w, int h, const AVPixFmtDescriptor *desc) in set_dimensions() argument 4223 outw[1] = outw[2] = AV_CEIL_RSHIFT(w, desc->log2_chroma_w); in set_dimensions() 4224 outw[0] = outw[3] = w; in set_dimensions()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 35 DES_cblock outw; member 67 memcpy(&data(ctx)->outw[0], &key[16], 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 D | e_xcbc_d.c | 35 DES_cblock outw; member 67 memcpy(&data(ctx)->outw[0], &key[16], 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 D | xcbc_enc.c | 23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() 36 in2 = &(*outw)[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 D | xcbc_enc.c | 23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() 36 in2 = &(*outw)[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 D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function 8 __asm__ volatile ("outw %0,%1" : : "a" (__val), "dN" (__port)); in outw()
|
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function 8 __asm__ volatile ("outw %0,%1" : : "a" (__val), "dN" (__port)); in outw()
|
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function 8 __asm__ volatile ("outw %0,%1" : : "a" (__val), "dN" (__port)); in outw()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | des.h | 99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
|
/third_party/openssl/include/openssl/ |
H A D | des.h | 99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | des.h | 86 const_DES_cblock *outw, int enc);
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 556 #define OUT_W CHOICE(outw (DX), outw ARG2(AX,DX), _WTOG out DX) 562 #define OUT1_W(a) CHOICE(outw (a), outw ARG2(AX,a), _WTOG out a)
|