Searched defs:dst_l (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/lib/ |
D | http_aws_sigv4.c | 59 static void sha256_to_hex(char *dst, unsigned char *sha, size_t dst_l) in sha256_to_hex()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_owdenoise.c | 104 static inline void decompose(float *dst_l, float *dst_h, const float *src, in decompose() 141 static inline void decompose2D(float *dst_l, float *dst_h, const float *src, in decompose2D()
|
/third_party/ffmpeg/libavcodec/ |
D | wavpack.c | 444 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_high() local 582 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_fast() local 743 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_copy() local 774 void *dst_l, void *dst_r, const int type) in wv_unpack_stereo()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp8dsp_mmi.c | 42 #define MMI_BTOH(dst_l, dst_r, src) \ argument
|