/third_party/ffmpeg/libavfilter/ |
D | vf_rotate.c | 69 int outh, outw; member 88 int outw, outh; member 345 rot->outw = res + 0.5; in config_props() 351 SET_SIZE_EXPR(outw, "out_w"); in config_props() 353 rot->outw = res + 0.5; in config_props() 357 outlink->w = rot->outw; in config_props() 424 const int outw = td->outw, outh = td->outh; in filter_slice() local 439 if (fabs(rot->angle - 0) < FLT_EPSILON && outw == inw && outh == inh) { in filter_slice() 442 in->linesize[plane], 0, rot->draw.pixelstep[plane], outw); in filter_slice() 443 } else if (fabs(rot->angle - M_PI/2) < FLT_EPSILON && outw == inh && outh == inw) { in filter_slice() [all …]
|
D | vf_identity.c | 61 static unsigned identity_line_8bit(const uint8_t *main_line, const uint8_t *ref_line, int outw) in identity_line_8bit() argument 65 for (int j = 0; j < outw; j++) in identity_line_8bit() 71 static unsigned identity_line_16bit(const uint8_t *mmain_line, const uint8_t *rref_line, int outw) in identity_line_16bit() argument 77 for (int j = 0; j < outw; j++) in identity_line_16bit() 103 const int outw = td->planewidth[c]; in compute_images_msad() local 114 outw, slice_end - slice_start, &m); in compute_images_msad() 131 const int outw = td->planewidth[c]; in compute_images_identity() local 142 m += s->filter_line(main_line, ref_line, outw); in compute_images_identity()
|
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()
|
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()
|
D | vf_blend.c | 620 int outw = AV_CEIL_RSHIFT(dst_buf->width, hsub); in blend_frame() local 624 .w = outw, .h = outh, .param = param, .plane = plane, in blend_frame()
|
D | vf_v360.c | 4072 static void set_dimensions(int *outw, int *outh, int w, int h, const AVPixFmtDescriptor *desc) in set_dimensions() argument 4074 outw[1] = outw[2] = FF_CEIL_RSHIFT(w, desc->log2_chroma_w); in set_dimensions() 4075 outw[0] = outw[3] = w; in set_dimensions()
|
/third_party/openssl/crypto/evp/ |
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/des/ |
D | xcbc_enc.c | 23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt() argument 36 in2 = &(*outw)[0]; in DES_xcbc_encrypt()
|
/third_party/musl/arch/x32/bits/ |
D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
|
/third_party/musl/arch/i386/bits/ |
D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
|
/third_party/musl/arch/x86_64/bits/ |
D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | des.h | 86 const_DES_cblock *outw, int enc);
|
/third_party/openssl/include/openssl/ |
D | des.h | 99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
|
/third_party/openssl/doc/man3/ |
D | DES_random_key.pod | 62 const_DES_cblock *inw, const_DES_cblock *outw, int enc); 174 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret
|
/third_party/mesa3d/src/mesa/x86/ |
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)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 1561 "outw\t$dst, $src",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3465 def : InstAlias<"outw\t{%dx|dx}", (OUT16rr), 0>; 3468 def : InstAlias<"outw\t$port", (OUT16ir u8imm:$port), 0>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7715 "ut\004outb\004outl\004outs\005outsb\005outsd\005outsl\005outsw\004outw\005" 9458 { 5137 /* outw */, X86::OUT16rr, Convert_NoOperands, AMFBS_None, { MCK_DX }, }, 9459 { 5137 /* outw */, X86::OUT16ir, Convert__ImmUnsignedi81_0, AMFBS_None, { MCK_ImmUnsignedi8 }, }, 9460 { 5137 /* outw */, X86::OUT16rr, Convert_NoOperands, AMFBS_None, { MCK_AX, MCK_DX }, }, 9461 …{ 5137 /* outw */, X86::OUT16ir, Convert__ImmUnsignedi81_1, AMFBS_None, { MCK_AX, MCK_ImmUnsignedi… 24014 { 5137 /* outw */, X86::OUT16rr, Convert_NoOperands, AMFBS_None, { MCK_DX }, }, 24015 { 5137 /* outw */, X86::OUT16ir, Convert__ImmUnsignedi81_0, AMFBS_None, { MCK_ImmUnsignedi8 }, },
|