Home
last modified time | relevance | path

Searched refs:outw (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_rotate.c69 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 …]
Dvf_identity.c61 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()
Dvf_transpose.c281 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()
Dvf_psnr.c85 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()
Dvf_blend.c620 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()
Dvf_v360.c4072 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/
De_xcbc_d.c35 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/
Dxcbc_enc.c23 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/
Dio.h6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
/third_party/musl/arch/i386/bits/
Dio.h6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
/third_party/musl/arch/x86_64/bits/
Dio.h6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
/third_party/openssl/ohos_lite/include/openssl/
Ddes.h86 const_DES_cblock *outw, int enc);
/third_party/openssl/include/openssl/
Ddes.h99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
/third_party/openssl/doc/man3/
DDES_random_key.pod62 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/
Dassyntax.h556 #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/
DAVRInstrInfo.td1561 "outw\t$dst, $src",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td3465 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/
DX86GenAsmMatcher.inc7715 "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 }, },