/third_party/ffmpeg/libavfilter/ |
H A D | vf_hqx.c | 181 uint32_t *dst01 = &dst[dst_linesize*(pos01>>1) + (pos01&1)]; in hq3x_interp_2x1() local 213 *dst01 = w4; in hq3x_interp_2x1() 216 *dst01 = w4; in hq3x_interp_2x1() 218 *dst01 = interp_2px(w1, 3, w4, 1, 2); in hq3x_interp_2x1() 221 *dst01 = interp_2px(w4, 3, w1, 1, 2); in hq3x_interp_2x1() 226 *dst01 = interp_2px(w4, 7, w1, 1, 3); in hq3x_interp_2x1() 228 *dst01 = w4; in hq3x_interp_2x1() 247 uint32_t *dst01 = &dst[dst_linesize*(pos01>>1) + (pos01&1)]; in hq4x_interp_2x2() local 306 *dst01 = interp_2px(w4, 7, w3, 1, 3); in hq4x_interp_2x2() 308 *dst01 in hq4x_interp_2x2() [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_neon.c | 44 // Performs unsigned 8b saturation on 'dst01' and 'dst23' storing the result 47 const int16x8_t dst01, in SaturateAndStore4x4_NEON() 50 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); in SaturateAndStore4x4_NEON() 64 uint32x2_t dst01 = vdup_n_u32(0); in Add4x4_NEON() local 68 dst01 = vld1_lane_u32((uint32_t*)(ref + 0 * BPS), dst01, 0); in Add4x4_NEON() 70 dst01 = vld1_lane_u32((uint32_t*)(ref + 1 * BPS), dst01, 1); in Add4x4_NEON() 75 const int16x8_t dst01_s16 = ConvertU8ToS16_NEON(dst01); in Add4x4_NEON() 46 SaturateAndStore4x4_NEON(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) SaturateAndStore4x4_NEON() argument
|
H A D | dec_neon.c | 383 // Performs unsigned 8b saturation on 'dst01' and 'dst23' storing the result 386 const int16x8_t dst01, in SaturateAndStore4x4_NEON() 389 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); in SaturateAndStore4x4_NEON() 402 uint32x2_t dst01 = vdup_n_u32(0); in Add4x4_NEON() local 406 dst01 = vld1_lane_u32((uint32_t*)(dst + 0 * BPS), dst01, 0); in Add4x4_NEON() 408 dst01 = vld1_lane_u32((uint32_t*)(dst + 1 * BPS), dst01, 1); in Add4x4_NEON() 413 const int16x8_t dst01_s16 = ConvertU8ToS16_NEON(vreinterpret_u8_u32(dst01)); in Add4x4_NEON() 385 SaturateAndStore4x4_NEON(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) SaturateAndStore4x4_NEON() argument
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264qpel_lasx.c | 1281 __m256i dst00, dst01, dst0, dst1, dst2, dst3; in avg_h264_qpel8_h_lowpass_lasx() local 1301 dst01 = __lasx_xvldx(dst, dstStride_3x); in avg_h264_qpel8_h_lowpass_lasx() 1306 dst3 = __lasx_xvpermi_q(dst00, dst01, 0x02); in avg_h264_qpel8_h_lowpass_lasx()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_mc_uniw_msa.c | 604 v8i16 filter_vec, dst01, dst23, dst45, dst67; in hevc_hz_uniwgt_8t_4w_msa() local 645 dst01 = HEVC_FILT_8TAP_SH(vec0, vec1, vec2, vec3, filt0, filt1, filt2, in hevc_hz_uniwgt_8t_4w_msa() 654 HEVC_UNIW_RND_CLIP4_MAX_SATU_H(dst01, dst23, dst45, dst67, weight_vec, in hevc_hz_uniwgt_8t_4w_msa() 760 v8i16 dst01, dst23, dst0, dst1, dst2, dst3, dst4, dst5; in hevc_hz_uniwgt_8t_12w_msa() local 818 dst01 = HEVC_FILT_8TAP_SH(vec0, vec1, vec2, vec3, filt0, filt1, filt2, in hevc_hz_uniwgt_8t_12w_msa() 826 HEVC_UNIW_RND_CLIP2_MAX_SATU_H(dst01, dst23, weight_vec, offset_vec, in hevc_hz_uniwgt_8t_12w_msa() 1313 v8i16 filter_vec, dst01, dst23, dst45, dst67; in hevc_vt_uniwgt_8t_4w_msa() local 1362 dst01 = HEVC_FILT_8TAP_SH(src2110, src4332, src6554, src8776, filt0, in hevc_vt_uniwgt_8t_4w_msa() 1371 HEVC_UNIW_RND_CLIP4_MAX_SATU_H(dst01, dst23, dst45, dst67, weight_vec, in hevc_vt_uniwgt_8t_4w_msa()
|