/third_party/ffmpeg/libavcodec/ppc/ |
D | vp8dsp_altivec.c | 81 #define FILTER_H(dstv, off) \ argument 93 dstv = vec_packs(filth, filtl); \ 94 dstv = vec_sra(dstv, c7) 170 #define FILTER_V(dstv, vec_mul) \ argument 183 dstv = vec_adds(s2f, s3f); \ 184 dstv = vec_adds(dstv, c64); \ 185 dstv = vec_sra(dstv, c7)
|
D | mpegvideodsp.c | 49 register vector unsigned char dstv, dstv2, srcvB, srcvC, srcvD; in gmc1_altivec() local 83 dstv = vec_ld(0, dst); in gmc1_altivec() 118 dstv2 = vec_perm(dstv, dstv2, vcprm(0, 1, s0, s1)); in gmc1_altivec() 120 dstv2 = vec_perm(dstv, dstv2, vcprm(s0, s1, 2, 3)); in gmc1_altivec()
|
D | h264dsp.c | 187 vec_u8 dstv = vec_perm( hv, lv, (vec_u8)perm_ldv ); 201 #define dstv_load(d) vec_u8 dstv = vec_vsx_ld(0, d) 203 vec_u8 dst8 = vec_perm((vec_u8)idstsum8, dstv, vcprm(2,3,s2,s3));\ 211 vec_u16 dst16 = (vec_u16)VEC_MERGEH(zero_u8v, dstv); \
|
/third_party/libfuse/lib/ |
D | buffer.c | 284 ssize_t fuse_buf_copy(struct fuse_bufvec *dstv, struct fuse_bufvec *srcv, in fuse_buf_copy() argument 289 if (dstv == srcv) in fuse_buf_copy() 290 return fuse_buf_size(dstv); in fuse_buf_copy() 294 const struct fuse_buf *dst = fuse_bufvec_current(dstv); in fuse_buf_copy() 304 dst_len = dst->size - dstv->off; in fuse_buf_copy() 307 res = fuse_buf_copy_one(dst, dstv->off, src, srcv->off, len, flags); in fuse_buf_copy() 316 !fuse_bufvec_advance(dstv, res)) in fuse_buf_copy()
|
/third_party/skia/src/utils/ |
D | SkBase64.cpp | 33 SkBase64::Error SkBase64::Decode(const void* srcv, size_t srcLength, void* dstv, size_t* dstLength){ in Decode() argument 35 unsigned char* dst = static_cast<unsigned char*>(dstv); in Decode() 109 size_t SkBase64::Encode(const void* srcv, size_t length, void* dstv, const char* encodeMap) { in Encode() argument 111 unsigned char* dst = static_cast<unsigned char*>(dstv); in Encode()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | diracdsp_init.c | 49 static void dirac_hpel_filter_ ## EXT(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, \ 54 ff_dirac_hpel_filter_v_ ## EXT(dstv-MMSIZE, src-MMSIZE, stride, width+MMSIZE+5); \ 56 ff_dirac_hpel_filter_h_ ## EXT(dstc, dstv, width); \ 59 dstv += stride; \
|
/third_party/ffmpeg/libavcodec/ |
D | midivid.c | 112 uint8_t *dstv = frame->data[2] + y * frame->linesize[2]; in decode_mvdv() local 144 dstv[x +frame->linesize[2]] = vec[idx * 12 + 2]; in decode_mvdv() 145 dstv[x+1+frame->linesize[2]] = vec[idx * 12 + 5]; in decode_mvdv() 146 dstv[x] = vec[idx * 12 + 8]; in decode_mvdv() 147 dstv[x+1] = vec[idx * 12 +11]; in decode_mvdv()
|
D | diracdsp.c | 30 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument 37 dstv[x] = av_clip_uint8(FILTER(src+x, stride)); in dirac_hpel_filter() 40 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter() 47 dstv += stride; in dirac_hpel_filter()
|
D | notchlc.c | 156 uint16_t *dsty, *dstu, *dstv, *dsta; in decode_blocks() local 346 dstv = (uint16_t *)p->data[2]; in decode_blocks() 450 dstv[x + i * vlinesize + j] = v[i][j]; in decode_blocks() 456 dstv += 16 * vlinesize; in decode_blocks()
|
D | diracdsp.h | 31 …void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int str…
|
D | pixlet.c | 506 uint16_t *dstv = (uint16_t *)frame->data[2]; in postprocess_chroma() local 518 dstv[i] = av_clip_uintp2_c(add + srcv[i], depth) << shift; in postprocess_chroma() 521 dstv += stridev; in postprocess_chroma()
|
D | vp9recon.c | 388 #define mc_chroma_dir(td, mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \ argument 390 mc_chroma_unscaled(td, s->dsp.mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \ 550 #define mc_chroma_dir(td, mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \ argument 552 …mc_chroma_scaled(td, s->dsp.s##mc, s->dsp.mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tr…
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264qpel_msa.c | 5316 v16u8 out, dstv = { 0 }; in ff_avg_h264_qpel4_mc12_msa() local 5398 INSERT_W4_UB(tp0, tp1, tp2, tp3, dstv); in ff_avg_h264_qpel4_mc12_msa() 5401 out = __msa_aver_u_b(out, dstv); in ff_avg_h264_qpel4_mc12_msa() 5412 v16u8 out, dstv = { 0 }; in ff_avg_h264_qpel4_mc32_msa() local 5497 INSERT_W4_UB(tp0, tp1, tp2, tp3, dstv); in ff_avg_h264_qpel4_mc32_msa() 5500 out = __msa_aver_u_b(out, dstv); in ff_avg_h264_qpel4_mc32_msa()
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-arboretum.hdr | 1051 …i�vq}�upt��p{l�Å˃r��^~���\~vp}�u�����z�pue����l�˴�������ދ�ͩ����ƽ��vӶ������dstv��|vw�uwxtuv�q��Ǚrì�…
|