Home
last modified time | relevance | path

Searched refs:dst_org (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_lpf_lsx.c2356 static int32_t vp9_vt_lpf_t16_8w(uint8_t *dst, uint8_t *dst_org, in vp9_vt_lpf_t16_8w() argument
2397 dst_org -= 3; in vp9_vt_lpf_t16_8w()
2398 __lsx_vstelm_w(vec3, dst_org, 0, 0); in vp9_vt_lpf_t16_8w()
2399 __lsx_vstelm_h(vec2, dst_org, 4, 0); in vp9_vt_lpf_t16_8w()
2400 dst_org += stride; in vp9_vt_lpf_t16_8w()
2401 __lsx_vstelm_w(vec3, dst_org, 0, 1); in vp9_vt_lpf_t16_8w()
2402 __lsx_vstelm_h(vec2, dst_org, 4, 1); in vp9_vt_lpf_t16_8w()
2403 dst_org += stride; in vp9_vt_lpf_t16_8w()
2404 __lsx_vstelm_w(vec3, dst_org, 0, 2); in vp9_vt_lpf_t16_8w()
2405 __lsx_vstelm_h(vec2, dst_org, in vp9_vt_lpf_t16_8w()
2637 vp9_vt_lpf_t4_and_t8_16w(uint8_t *dst, uint8_t *filter48, uint8_t *dst_org, ptrdiff_t stride, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) vp9_vt_lpf_t4_and_t8_16w() argument
2749 vp9_vt_lpf_t16_16w(uint8_t *dst, uint8_t *dst_org, ptrdiff_t stride, uint8_t *filter48) vp9_vt_lpf_t16_16w() argument
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c1446 uint8_t *dst_org; in hevc_intra_pred_angular_lower_8width_msa() local
1480 dst_org = dst; in hevc_intra_pred_angular_lower_8width_msa()
1531 ST_W8(diff3, diff4, 0, 1, 2, 3, 0, 1, 2, 3, dst_org, stride); in hevc_intra_pred_angular_lower_8width_msa()
1554 uint8_t *dst_org; in hevc_intra_pred_angular_lower_16width_msa() local
1579 dst_org = dst; in hevc_intra_pred_angular_lower_16width_msa()
1645 ST_W8(diff4, diff5, 0, 1, 2, 3, 0, 1, 2, 3, dst_org, stride); in hevc_intra_pred_angular_lower_16width_msa()
1646 dst_org += (8 * stride); in hevc_intra_pred_angular_lower_16width_msa()
1647 ST_W8(diff6, diff7, 0, 1, 2, 3, 0, 1, 2, 3, dst_org, stride); in hevc_intra_pred_angular_lower_16width_msa()
1669 uint8_t *dst_org; in hevc_intra_pred_angular_lower_32width_msa() local
1694 dst_org in hevc_intra_pred_angular_lower_32width_msa()
[all...]

Completed in 9 milliseconds