| /third_party/ffmpeg/libavcodec/ |
| H A D | lossless_videoencdsp.c | 28 static void diff_bytes_c(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) in diff_bytes_c() argument 56 sub_median_pred_c(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w, int *left, int *left_top) sub_median_pred_c() argument 77 sub_left_predict_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height) sub_left_predict_c() argument [all...] |
| H A D | zerocodec.c | 39 uint8_t *dst; in zerocodec_decode_frame() local
|
| H A D | v210enc.c | 76 uint8_t *dst; in encode_frame() local
|
| H A D | xbmdec.c | 76 uint8_t *dst; in xbm_decode_frame() local
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | vp9_mc_mmi.c | 73 convolve_horiz_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const uint16_t *filter_x, int32_t w, int32_t h) convolve_horiz_mmi() argument 144 convolve_vert_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_y, int32_t w, int32_t h) convolve_vert_mmi() argument 231 convolve_avg_horiz_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const uint16_t *filter_x, int32_t w, int32_t h) convolve_avg_horiz_mmi() argument 313 convolve_avg_vert_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_y, int32_t w, int32_t h) convolve_avg_vert_mmi() argument 410 convolve_avg_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t w, int32_t h) convolve_avg_mmi() argument [all...] |
| /third_party/elfutils/tests/ |
| H A D | xlate_notes.c | 117 Elf_Data dst = src; in main() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | dshow_common.c | 24 long ff_copy_dshow_media_type(AM_MEDIA_TYPE *dst, const AM_MEDIA_TYPE *src) in ff_copy_dshow_media_type() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_dcshift.c | 78 int32_t *dst = (int32_t *)out->extended_data[i]; in filter_frame() local 103 int32_t *dst = (int32_t *)out->extended_data[i]; in filter_frame() local
|
| H A D | edge_common.c | 50 ff_sobel(int w, int h, uint16_t *dst, int dst_linesize, int8_t *dir, int dir_linesize, const uint8_t *src, int src_linesize) ff_sobel() argument 80 ff_non_maximum_suppression(int w, int h, uint8_t *dst, int dst_linesize, const int8_t *dir, int dir_linesize, const uint16_t *src, int src_linesize) ff_non_maximum_suppression() argument 109 ff_double_threshold(int low, int high, int w, int h, uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize) ff_double_threshold() argument 142 ff_gaussian_blur(int w, int h, uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize) ff_gaussian_blur() argument [all...] |
| H A D | yadif_common.c | 80 AVFrame *dst = ff_default_get_video_buffer(link, f->width, f->height); in fixstride() local [all...] |
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_native_layer_mathunary.c | 62 float *dst; in ff_dnn_execute_layer_math_unary() local [all...] |
| H A D | dnn_backend_native_layer_maximum.c | 59 float *dst; in ff_dnn_execute_layer_maximum() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | base64.c | 83 uint8_t *dst = out; in av_base64_decode() local 151 char *ret, *dst; av_base64_encode() local [all...] |
| H A D | random_seed.c | 48 static int read_random(uint32_t *dst, const char *file) in read_random() argument
|
| /third_party/ffmpeg/libavutil/tests/ |
| H A D | tea.c | 62 static void test_tea(struct AVTEA *ctx, uint8_t *dst, const uint8_t *src, in test_tea() argument
|
| H A D | xtea.c | 63 static void test_xtea(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in test_xtea() argument
|
| /third_party/gn/src/base/strings/ |
| H A D | stringprintf.cc | 38 static void StringAppendVT(StringType* dst, in StringAppendVT() argument 122 const std::string& SStringPrintf(std::string* dst, const char* format, ...) { in SStringPrintf() argument 131 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() argument 138 void StringAppendV(std::string* dst, cons argument [all...] |
| /third_party/ffmpeg/libswscale/arm/ |
| H A D | swscale_unscaled.c | 37 rgbx_to_nv12_neon_32_wrapper(SwsContext *context, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) rgbx_to_nv12_neon_32_wrapper() argument 51 rgbx_to_nv12_neon_16_wrapper(SwsContext *context, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) rgbx_to_nv12_neon_16_wrapper() argument [all...] |
| /third_party/ffmpeg/libswresample/ |
| H A D | dither_template.c | 56 DELEM *dst = (DELEM*)dsts->ch[ch]; in swri_noise_shaping() local
|
| /third_party/curl/lib/ |
| H A D | inet_ntop.c | 61 static char *inet_ntop4 (const unsigned char *src, char *dst, size_t size) in inet_ntop4() argument 87 static char *inet_ntop6 (const unsigned char *src, char *dst, size_t size) in inet_ntop6() argument
|
| /third_party/benchmark/src/ |
| H A D | benchmark_register.h | 16 typename std::vector<T>::iterator AddPowers(std::vector<T>* dst, T lo, T hi, in AddPowers() argument 40 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers() argument 60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() argument [all...] |
| /third_party/FatFs/source/ |
| H A D | ffsystem.c | 21 void ff_memset (void* dst,
in ff_memset() argument
|
| /third_party/FreeBSD/sys/arm/arm/ |
| H A D | in_cksum.c | 104 unsigned short in_cksum_copy(const void *src, void *dst, int len) in in_cksum_copy() argument 148 unsigned int csum_partial_copy_nocheck(const void *src, void *dst, int len, unsigned int wsum) in csum_partial_copy_nocheck() argument [all...] |
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
| H A D | LocaleIdResolver.java | 105 private void addRecursively(String id, Set<String> dst) { in addRecursively() argument 113 addWildcardMatches( String id, Predicate<String> isWildcard, Set<String> dst) addWildcardMatches() argument
|
| /third_party/libuv/test/ |
| H A D | test-fs-copyfile.c | 37 static const char dst[] = "test_file_dst"; variable [all...] |