Home
last modified time | relevance | path

Searched refs:dstv (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dvp8dsp_altivec.c82 #define FILTER_H(dstv, off) \
94 dstv = vec_packs(filth, filtl); \
95 dstv = vec_sra(dstv, c7)
171 #define FILTER_V(dstv, vec_mul) \
184 dstv = vec_adds(s2f, s3f); \
185 dstv = vec_adds(dstv, c64); \
186 dstv = vec_sra(dstv, c
[all...]
H A Dmpegvideodsp.c50 register vector unsigned char dstv, dstv2, srcvB, srcvC, srcvD; in gmc1_altivec() local
84 dstv = vec_ld(0, dst); in gmc1_altivec()
119 dstv2 = vec_perm(dstv, dstv2, vcprm(0, 1, s0, s1)); in gmc1_altivec()
121 dstv2 = vec_perm(dstv, dstv2, vcprm(s0, s1, 2, 3)); in gmc1_altivec()
H A Dh264dsp.c187 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/
H A Dbuffer.c284 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/
H A DSkBase64.cpp33 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) {
111 unsigned char* dst = static_cast<unsigned char*>(dstv);
/third_party/ffmpeg/libavcodec/x86/
H A Ddiracdsp_init.c44 static void dirac_hpel_filter_ ## EXT(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, \
49 ff_dirac_hpel_filter_v_ ## EXT(dstv-MMSIZE, src-MMSIZE, stride, width+MMSIZE+5); \
51 ff_dirac_hpel_filter_h_ ## EXT(dstc, dstv, width); \
54 dstv += stride; \
/third_party/ffmpeg/libavcodec/
H A Dmidivid.c113 uint8_t *dstv = frame->data[2] + y * frame->linesize[2]; in decode_mvdv() local
145 dstv[x +frame->linesize[2]] = vec[idx * 12 + 2]; in decode_mvdv()
146 dstv[x+1+frame->linesize[2]] = vec[idx * 12 + 5]; in decode_mvdv()
147 dstv[x] = vec[idx * 12 + 8]; in decode_mvdv()
148 dstv[x+1] = vec[idx * 12 +11]; in decode_mvdv()
H A Ddiracdsp.c32 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument
39 dstv[x] = av_clip_uint8(FILTER(src+x, stride)); in dirac_hpel_filter()
42 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
49 dstv += stride; in dirac_hpel_filter()
H A Dnotchlc.c157 uint16_t *dsty, *dstu, *dstv, *dsta; in decode_blocks() local
347 dstv = (uint16_t *)p->data[2]; in decode_blocks()
451 dstv[x + i * vlinesize + j] = v[i][j]; in decode_blocks()
457 dstv += 16 * vlinesize; in decode_blocks()
H A Ddiracdsp.h31 void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int stride, int width, int height);
H A Dpixlet.c507 uint16_t *dstv = (uint16_t *)frame->data[2]; in postprocess_chroma() local
519 dstv[i] = av_clip_uintp2_c(add + srcv[i], depth) << shift; in postprocess_chroma()
522 dstv += stridev; in postprocess_chroma()
H A Dvp9recon.c387 #define mc_chroma_dir(td, mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \
389 mc_chroma_unscaled(td, s->dsp.mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \
549 #define mc_chroma_dir(td, mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \
551 mc_chroma_scaled(td, s->dsp.s##mc, s->dsp.mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \
/third_party/ffmpeg/libavfilter/
H A Dvf_hsvkey.c158 uint8_t *dstv = frame->data[2] + frame->linesize[2] * y; in do_hsvhold_slice() local
168 dstv[x] = 128 + (v - 128) * f; in do_hsvhold_slice()
195 uint16_t *dstv = (uint16_t *)(frame->data[2] + frame->linesize[2] * y); in do_hsvhold16_slice() local
205 dstv[x] = half + (v - half) * f; in do_hsvhold16_slice()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264qpel_msa.c5316 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()

Completed in 22 milliseconds