Home
last modified time | relevance | path

Searched refs:dst8 (Results 1 – 25 of 25) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dsnowdsp.c671 :"+m"(dst8),"+m"(dst_array),"=&r"(tmp)\
692 … int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in inner_add_yblock_bw_8_obmc_16_bh_even_sse2() argument
740 … int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in inner_add_yblock_bw_16_obmc_32_sse2() argument
820 :"+m"(dst8),"+m"(dst_array),"=&r"(tmp)\
826 … int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in inner_add_yblock_bw_8_obmc_16_mmx() argument
837 … int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in inner_add_yblock_bw_16_obmc_32_mmx() argument
854 … int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in ff_snow_inner_add_yblock_sse2() argument
857 …ock_bw_16_obmc_32_sse2(obmc, obmc_stride, block, b_w, b_h, src_x,src_y, src_stride, sb, add, dst8); in ff_snow_inner_add_yblock_sse2()
860 …8_obmc_16_bh_even_sse2(obmc, obmc_stride, block, b_w, b_h, src_x,src_y, src_stride, sb, add, dst8); in ff_snow_inner_add_yblock_sse2()
862 …block_bw_8_obmc_16_mmx(obmc, obmc_stride, block, b_w, b_h, src_x,src_y, src_stride, sb, add, dst8); in ff_snow_inner_add_yblock_sse2()
[all …]
Dvp9intrapred.asm1715 DEFINE_ARGS dst, stride, stride4, dst4, dst8, dst12
1767 DEFINE_ARGS dst, stride, stride8, dst8, dst16, dst24
1979 DEFINE_ARGS dst, stride, cnt, stride0, dst8, dst16, dst24
Dvp9intrapred_16bpp.asm1022 DEFINE_ARGS dst, stride, dst8, cnt
1096 DEFINE_ARGS dst8, stride, stride8, stride24, cnt
1250 DEFINE_ARGS dst8, stride, stride3, stride7, stride5, dst24, cnt
2067 DEFINE_ARGS dst8, mstride, cnt
Dvp9lpf_16bpp.asm253 DEFINE_ARGS dst8, stride, stride3, dst0, dst4, dst12
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_mixer.c121 Sint8 *dst8, *src8; in SDL_MixAudioFormat() local
128 dst8 = (Sint8 *) dst; in SDL_MixAudioFormat()
132 dst_sample = *dst8 + src_sample; in SDL_MixAudioFormat()
134 *dst8 = max_audioval; in SDL_MixAudioFormat()
136 *dst8 = min_audioval; in SDL_MixAudioFormat()
138 *dst8 = dst_sample; in SDL_MixAudioFormat()
140 ++dst8; in SDL_MixAudioFormat()
/third_party/ffmpeg/libavcodec/
Dsnow.h281 …ock(SnowContext *s, int sliced, slice_buffer *sb, IDWTELEM *dst, uint8_t *dst8, const uint8_t *obm… in add_yblock() argument
337 dst8+= src_x + src_y*src_stride; in add_yblock()
374 …->dwt.inner_add_yblock(obmc, obmc_stride, block, b_w, b_h, src_x,src_y, src_stride, sb, add, dst8); in add_yblock()
396 dst8[x + y*src_stride] = v; in add_yblock()
416 uint8_t *dst8= s->current_picture->data[plane_index]; in predict_slice() local
430 dst8[x + y*ref_stride]= v; in predict_slice()
445 add_yblock(s, 0, NULL, buf, dst8, obmc, in predict_slice()
Dsnow_dwt.h64 int add, uint8_t *dst8);
109 int add, uint8_t *dst8);
Dfitsdec.c195 uint8_t *dst8; in fits_decode_frame() local
263 CASE_RGB(8, dst8, uint8_t, *); in fits_decode_frame()
293 CASE_GRAY(8, dst8, uint8_t, t8, ptr8[0]); in fits_decode_frame()
Dvmnc.c100 uint8_t *dst8 = c->curbits; in load_cursor() local
108 *dst8++ = p; in load_cursor()
115 dst8 = c->curmask; in load_cursor()
122 *dst8++ = p; in load_cursor()
Dsnowdec.c46 uint8_t *dst8= s->current_picture->data[plane_index]; in predict_slice_buffered() local
63 dst8[x + y*ref_stride]= v; in predict_slice_buffered()
81 add_yblock(s, 1, sb, old_buffer, dst8, obmc, in predict_slice_buffered()
Dsnow.c38 … int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in ff_snow_inner_add_yblock() argument
62 dst8[x + y*src_stride] = v; in ff_snow_inner_add_yblock()
/third_party/flutter/skia/tools/
DToolUtils.cpp385 uint8_t* dst8 = (uint8_t*)dst->getPixels(); in copy_to_g8() local
396 dst8[x] = SkComputeLuminance((s >> 16) & 0xFF, (s >> 8) & 0xFF, s & 0xFF); in copy_to_g8()
402 dst8[x] = SkComputeLuminance(s & 0xFF, (s >> 8) & 0xFF, (s >> 16) & 0xFF); in copy_to_g8()
406 dst8 += dst->rowBytes(); in copy_to_g8()
/third_party/flutter/skia/src/codec/
DSkSwizzler.cpp31 uint8_t* dst8 = (uint8_t*) dst; in sample1() local
33 dst8[x] = *src; in sample1()
61 uint8_t* dst8 = (uint8_t*) dst; in sample6() local
63 memcpy(dst8, src, 6); in sample6()
64 dst8 += 6; in sample6()
367 uint8_t* dst8 = (uint8_t*)dst; in swizzle_grayalpha_to_a8() local
369 dst8[x] = src[1]; // src[0] is gray, ignored in swizzle_grayalpha_to_a8()
/third_party/skia/src/codec/
DSkSwizzler.cpp31 uint8_t* dst8 = (uint8_t*) dst; in sample1() local
33 dst8[x] = *src; in sample1()
61 uint8_t* dst8 = (uint8_t*) dst; in sample6() local
63 memcpy(dst8, src, 6); in sample6()
64 dst8 += 6; in sample6()
367 uint8_t* dst8 = (uint8_t*)dst; in swizzle_grayalpha_to_a8() local
369 dst8[x] = src[1]; // src[0] is gray, ignored in swizzle_grayalpha_to_a8()
/third_party/skia/tools/
DToolUtils.cpp412 uint8_t* dst8 = (uint8_t*)dst->getPixels(); in copy_to_g8() local
423 dst8[x] = SkComputeLuminance((s >> 16) & 0xFF, (s >> 8) & 0xFF, s & 0xFF); in copy_to_g8()
429 dst8[x] = SkComputeLuminance(s & 0xFF, (s >> 8) & 0xFF, (s >> 16) & 0xFF); in copy_to_g8()
433 dst8 += dst->rowBytes(); in copy_to_g8()
/third_party/ffmpeg/libavfilter/
Dvf_tinterlace.c126 static void lowpass_line_c_16(uint8_t *dst8, ptrdiff_t width, const uint8_t *src8, in lowpass_line_c_16() argument
129 uint16_t *dstp = (uint16_t *)dst8; in lowpass_line_c_16()
171 static void lowpass_line_complex_c_16(uint8_t *dst8, ptrdiff_t width, const uint8_t *src8, in lowpass_line_complex_c_16() argument
174 uint16_t *dstp = (uint16_t *)dst8; in lowpass_line_complex_c_16()
/third_party/ffmpeg/libavcodec/mips/
Dhevc_mc_uniw_msa.c383 v8i16 dst8, dst9, dst10, dst11; in hevc_uniwgt_copy_24w_msa() local
400 ILVRL_B2_SH(zero, src5, dst8, dst9); in hevc_uniwgt_copy_24w_msa()
404 SLLI_4V(dst8, dst9, dst10, dst11, 6); in hevc_uniwgt_copy_24w_msa()
411 HEVC_UNIW_RND_CLIP4_MAX_SATU_H(dst8, dst9, dst10, dst11, weight_vec, in hevc_uniwgt_copy_24w_msa()
412 offset_vec, rnd_vec, dst8, dst9, dst10, in hevc_uniwgt_copy_24w_msa()
415 PCKEV_B3_UB(dst7, dst6, dst9, dst8, dst11, dst10, out3, out4, out5); in hevc_uniwgt_copy_24w_msa()
482 v8i16 dst6, dst7, dst8, dst9, dst10, dst11; in hevc_uniwgt_copy_48w_msa() local
500 ILVRL_B2_SH(zero, src4, dst8, dst9); in hevc_uniwgt_copy_48w_msa()
504 SLLI_4V(dst8, dst9, dst10, dst11, 6); in hevc_uniwgt_copy_48w_msa()
511 HEVC_UNIW_RND_CLIP4_MAX_SATU_H(dst8, dst9, dst10, dst11, weight_vec, in hevc_uniwgt_copy_48w_msa()
[all …]
Dhevc_mc_bi_msa.c357 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8, dst9, dst10; in hevc_bi_copy_24w_msa() local
373 ILVRL_B2_SH(zero, src5, dst8, dst9); in hevc_bi_copy_24w_msa()
377 SLLI_4V(dst8, dst9, dst10, dst11, 6); in hevc_bi_copy_24w_msa()
382 HEVC_BI_RND_CLIP4_MAX_SATU(in3, in7, in10, in11, dst8, dst9, dst10, in hevc_bi_copy_24w_msa()
383 dst11, 7, dst8, dst9, dst10, dst11); in hevc_bi_copy_24w_msa()
385 PCKEV_B3_UB(dst7, dst6, dst9, dst8, dst11, dst10, out3, out4, out5); in hevc_bi_copy_24w_msa()
448 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8, dst9, dst10; in hevc_bi_copy_48w_msa() local
466 ILVRL_B2_SH(zero, src4, dst8, dst9); in hevc_bi_copy_48w_msa()
471 SLLI_4V(dst8, dst9, dst10, dst11, 6); in hevc_bi_copy_48w_msa()
477 HEVC_BI_RND_CLIP4_MAX_SATU(in8, in9, in10, in11, dst8, dst9, dst10, in hevc_bi_copy_48w_msa()
[all …]
Dhevc_mc_uni_msa.c1488 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8; in hevc_hv_uni_8t_8multx2mult_msa() local
1576 dst8 = HEVC_FILT_8TAP_SH(vec0, vec1, vec2, vec3, filt0, filt1, in hevc_hv_uni_8t_8multx2mult_msa()
1579 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_uni_8t_8multx2mult_msa()
1600 dst6 = dst8; in hevc_hv_uni_8t_8multx2mult_msa()
1636 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8; in hevc_hv_uni_8t_12w_msa() local
1722 dst8 = HEVC_FILT_8TAP_SH(vec0, vec1, vec2, vec3, filt0, filt1, filt2, in hevc_hv_uni_8t_12w_msa()
1725 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_uni_8t_12w_msa()
1746 dst6 = dst8; in hevc_hv_uni_8t_12w_msa()
3600 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8; in hevc_hv_uni_4t_8x6_msa() local
3646 dst8 = HEVC_FILT_4TAP_SH(vec16, vec17, filt0, filt1); in hevc_hv_uni_4t_8x6_msa()
[all …]
Dvp9_mc_msa.c4170 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; in avg_width32_msa() local
4183 LD_UB4(dst_dup, dst_stride, dst8, dst10, dst12, dst14); in avg_width32_msa()
4191 AVER_UB4_UB(src8, dst8, src9, dst9, src10, dst10, src11, dst11, in avg_width32_msa()
4192 dst8, dst9, dst10, dst11); in avg_width32_msa()
4199 ST_UB4(dst8, dst10, dst12, dst14, dst, dst_stride); in avg_width32_msa()
4233 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; in avg_width64_msa() local
4249 LD_UB4(dst_dup, 16, dst8, dst9, dst10, dst11); in avg_width64_msa()
4258 AVER_UB4_UB(src8, dst8, src9, dst9, src10, dst10, src11, dst11, in avg_width64_msa()
4259 dst8, dst9, dst10, dst11); in avg_width64_msa()
4267 ST_UB4(dst8, dst9, dst10, dst11, dst, 16); in avg_width64_msa()
Dhevc_mc_biw_msa.c444 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8, dst9, dst10; in hevc_biwgt_copy_24w_msa() local
469 ILVRL_B2_SH(zero, src5, dst8, dst9); in hevc_biwgt_copy_24w_msa()
473 SLLI_4V(dst8, dst9, dst10, dst11, 6); in hevc_biwgt_copy_24w_msa()
480 HEVC_BIW_RND_CLIP4_MAX_SATU(dst8, dst9, dst10, dst11, in3, in7, in10, in hevc_biwgt_copy_24w_msa()
482 dst8, dst9, dst10, dst11); in hevc_biwgt_copy_24w_msa()
484 PCKEV_B3_UB(dst7, dst6, dst9, dst8, dst11, dst10, out3, out4, out5); in hevc_biwgt_copy_24w_msa()
2098 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8; in hevc_hv_biwgt_8t_8multx2mult_msa() local
2209 dst8 = HEVC_FILT_8TAP_SH(vec0, vec1, vec2, vec3, filt0, filt1, in hevc_hv_biwgt_8t_8multx2mult_msa()
2212 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_biwgt_8t_8multx2mult_msa()
2241 dst6 = dst8; in hevc_hv_biwgt_8t_8multx2mult_msa()
Dvp9_idct_msa.c1311 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; in vp9_iadst16_1d_columns_addblk_msa() local
1380 dst8 = LD_UB(dst + 1 * dst_stride); in vp9_iadst16_1d_columns_addblk_msa()
1382 ILVR_B2_SH(zero, dst8, zero, dst9, res8, res9); in vp9_iadst16_1d_columns_addblk_msa()
Dhevcdsp_msa.c3759 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8; in hevc_hv_4t_8x6_msa() local
3815 dst8 = const_vec; in hevc_hv_4t_8x6_msa()
3816 DPADD_SB2_SH(vec16, vec17, filt0, filt1, dst8, dst8); in hevc_hv_4t_8x6_msa()
3825 ILVRL_H2_SH(dst8, dst7, dst87_r, dst87_l); in hevc_hv_4t_8x6_msa()
/third_party/ffmpeg/libavcodec/ppc/
Dh264dsp.c203 vec_u8 dst8 = vec_perm((vec_u8)idstsum8, dstv, vcprm(2,3,s2,s3));\
204 vec_vsx_st(dst8, 0, d)
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9mc_16bpp_neon.S123 .macro extmlal dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8, src1, src2, src3, src4, src5, src6, …
140 smlal2 \dst8\().4s, v23.8h, v0.h[\offset]