/third_party/ffmpeg/libavcodec/ |
H A D | hevcpred.h | 34 void (*pred_planar[4])(uint8_t *src, const uint8_t *top, 36 void (*pred_dc)(uint8_t *src, const uint8_t *top, const uint8_t *left, 38 void (*pred_angular[4])(uint8_t *src, const uint8_t *top,
|
H A D | fmtconvert.h | 33 * @param src source array of int32_t. 38 void (*int32_to_float_fmul_scalar)(float *dst, const int32_t *src, 44 * @param src source array of int32_t. 49 void (*int32_to_float)(float *dst, const int32_t *src, intptr_t len); 57 * @param src source array of int32_t. 64 float *dst, const int32_t *src,
|
H A D | mpegvideodsp.h | 24 void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, 32 void (*gmc1)(uint8_t *dst /* align 8 */, uint8_t *src /* align 1 */, 37 void (*gmc)(uint8_t *dst /* align 8 */, uint8_t *src /* align 1 */,
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | lossless_videodsp_altivec.c | 33 static void add_bytes_altivec(uint8_t *dst, uint8_t *src, ptrdiff_t w) in add_bytes_altivec() argument 38 /* dst and src are 16 bytes-aligned (guaranteed). */ in add_bytes_altivec() 41 vsrc = vec_ld(i, (unsigned char *) src); in add_bytes_altivec() 47 dst[i] = src[i]; in add_bytes_altivec()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | bswapdsp_init.c | 26 void ff_bswap32_buf_sse2(uint32_t *dst, const uint32_t *src, int w); 27 void ff_bswap32_buf_ssse3(uint32_t *dst, const uint32_t *src, int w); 28 void ff_bswap32_buf_avx2(uint32_t *dst, const uint32_t *src, int w);
|
/third_party/ffmpeg/libavfilter/ |
H A D | median.h | 47 void (*hadd)(uint16_t *dst, const uint16_t *src, int bins); 48 void (*hsub)(uint16_t *dst, const uint16_t *src, int bins); 49 void (*hmuladd)(uint16_t *dst, const uint16_t *src, int f, int bins);
|
H A D | vf_spp.h | 39 uint8_t *src; member 47 void (*store_slice)(uint8_t *dst, const int16_t *src, 52 void (*requantize)(int16_t dst[64], const int16_t src[64],
|
/third_party/ffmpeg/libavresample/arm/ |
H A D | audio_convert_init.c | 28 void ff_conv_flt_to_s16_neon(int16_t *dst, const float *src, int len); 29 void ff_conv_fltp_to_s16_neon(int16_t *dst, float *const *src, 31 void ff_conv_fltp_to_s16_2ch_neon(int16_t *dst, float *const *src,
|
/third_party/ffmpeg/libavresample/x86/ |
H A D | dither_init.c | 26 void ff_quantize_sse2(int16_t *dst, const float *src, float *dither, int len); 28 void ff_dither_int_to_float_rectangular_sse2(float *dst, int *src, int len); 29 void ff_dither_int_to_float_rectangular_avx(float *dst, int *src, int len);
|
/third_party/ffmpeg/libavresample/aarch64/ |
H A D | audio_convert_init.c | 28 void ff_conv_flt_to_s16_neon(int16_t *dst, const float *src, int len); 29 void ff_conv_fltp_to_s16_neon(int16_t *dst, float *const *src, 31 void ff_conv_fltp_to_s16_2ch_neon(int16_t *dst, float *const *src,
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | imgutils_init.c | 30 const uint8_t *src, ptrdiff_t src_linesize, 34 const uint8_t *src, ptrdiff_t src_linesize, in ff_image_copy_plane_uc_from_x86() 42 ff_image_copy_plane_uc_from_sse4(dst, dst_linesize, src, src_linesize, in ff_image_copy_plane_uc_from_x86() 33 ff_image_copy_plane_uc_from_x86(uint8_t *dst, ptrdiff_t dst_linesize, const uint8_t *src, ptrdiff_t src_linesize, ptrdiff_t bytewidth, int height) ff_image_copy_plane_uc_from_x86() argument
|
/third_party/ffmpeg/libswresample/ |
H A D | resample.h | 54 void (*resample_one)(void *dst, const void *src, 57 const void *src, int n, int update_ctx); 59 const void *src, int n, int update_ctx);
|
/third_party/backends/lib/ |
H A D | inet_pton.c | 17 inet_pton (int af, const char *src, void *dst) in inet_pton() argument 27 result = inet_aton (src, &in); in inet_pton() 43 in = inet_addr (src); in inet_pton()
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.h | 34 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
|
/third_party/icu/icu4c/source/common/ |
H A D | cwchar.h | 46 uprv_wcscpy(wchar_t *dst, const wchar_t *src); 48 uprv_wcscat(wchar_t *dst, const wchar_t *src); 50 uprv_wcslen(const wchar_t *src);
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_lower_pseudo.c | 36 I->src = reralloc_array_size(I, I->src, sizeof(agx_index), I->nr_srcs++); in agx_lower_to_unary_bitop() 37 I->src[1] = agx_zero(); in agx_lower_to_unary_bitop()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | cwchar.h | 46 uprv_wcscpy(wchar_t *dst, const wchar_t *src); 48 uprv_wcscat(wchar_t *dst, const wchar_t *src); 50 uprv_wcslen(const wchar_t *src);
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack_huffman.h | 44 size_t nghttp3_qpack_huffman_encode_count(const uint8_t *src, size_t len); 46 uint8_t *nghttp3_qpack_huffman_encode(uint8_t *dest, const uint8_t *src, 82 * stored in |src| of length |srclen|. |ctx| is a decoding context. 85 * substring. |fin| must be nonzero if |src| contains the last chunk 98 uint8_t *dest, const uint8_t *src, size_t srclen,
|
/third_party/lzma/C/ |
H A D | Lzma86.h | 71 SRes Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t srcLen,
78 src - input data
87 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize);
94 src - input data
107 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fine_fence.h | 86 struct iris_fine_fence *src) in iris_fine_fence_reference() 88 if (pipe_reference(&(*dst)->reference, &src->reference)) in iris_fine_fence_reference() 91 *dst = src; in iris_fine_fence_reference() 84 iris_fine_fence_reference(struct iris_screen *screen, struct iris_fine_fence **dst, struct iris_fine_fence *src) iris_fine_fence_reference() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_fence.h | 52 struct crocus_syncobj *src) in crocus_syncobj_reference() 54 if (pipe_reference(&(*dst)->ref, &src->ref)) in crocus_syncobj_reference() 57 *dst = src; in crocus_syncobj_reference() 50 crocus_syncobj_reference(struct crocus_screen *screen, struct crocus_syncobj **dst, struct crocus_syncobj *src) crocus_syncobj_reference() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteArray.cs | 50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count)
in Copy() argument 54 Buffer.BlockCopy(src, srcOffset, dst, dstOffset, count);
in Copy() 61 dst[dstOffset++] = src[i];
in Copy()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | Android.mk | 12 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../src 33 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../src 49 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../src
|
/third_party/skia/tests/ |
H A D | SkSLMetalTestbed.cpp | 8 #include "src/sksl/SkSLCompiler.h" 14 const char* src, in test() 19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, SkSL::String(src), in test() 22 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test() 12 test(skiatest::Reporter* r, const GrShaderCaps& caps, const char* src, SkSL::ProgramKind kind = SkSL::ProgramKind::kFragment) test() argument
|
H A D | SkSLGLSLTestbed.cpp | 8 #include "src/sksl/SkSLCompiler.h" 14 const char* src, in test() 19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, SkSL::String(src), in test() 22 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test() 12 test(skiatest::Reporter* r, const GrShaderCaps& caps, const char* src, SkSL::ProgramKind kind = SkSL::ProgramKind::kFragment) test() argument
|