Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevcdsp_lsx.c154 int32_t dst_stride_x = (dst_stride << 1); in hevc_copy_8w_lsx() local
156 int32_t dst_stride_2x = (dst_stride_x << 1); in hevc_copy_8w_lsx()
158 int32_t dst_stride_3x = dst_stride_2x + dst_stride_x; in hevc_copy_8w_lsx()
181 __lsx_vstx(in1, dst, dst_stride_x); in hevc_copy_8w_lsx()
186 __lsx_vstx(in5, dst, dst_stride_x); in hevc_copy_8w_lsx()
207 int32_t dst_stride_x = (dst_stride << 1); in hevc_copy_12w_lsx() local
209 int32_t dst_stride_2x = (dst_stride_x << 1); in hevc_copy_12w_lsx()
211 int32_t dst_stride_3x = dst_stride_2x + dst_stride_x; in hevc_copy_12w_lsx()
231 __lsx_vstx(in1_r, dst, dst_stride_x); in hevc_copy_12w_lsx()
248 __lsx_vstx(in1_r, dst, dst_stride_x); in hevc_copy_12w_lsx()
278 int32_t dst_stride_x = (dst_stride << 1); hevc_copy_16w_lsx() local
363 int32_t dst_stride_x = (dst_stride << 1); hevc_copy_24w_lsx() local
691 int32_t dst_stride_x = (dst_stride << 1); hevc_hz_8t_8w_lsx() local
1320 int32_t dst_stride_x = (dst_stride << 1); hevc_vt_8t_8w_lsx() local
2604 int32_t dst_stride_x = (dst_stride << 1); hevc_hv_4t_8multx4_lsx() local
2819 int32_t dst_stride_x = (dst_stride << 1); hevc_hv_4t_8multx4mult_lsx() local
2969 int32_t dst_stride_x = (dst_stride << 1); hevc_hv_4t_12w_lsx() local
[all...]

Completed in 8 milliseconds