Searched refs:ST_SW2 (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_idct_msa.c | 271 ST_SW2(sum0_r, sum0_l, (input + load_idx * 8), 4); \ 274 ST_SW2(tmp1_r, tmp1_l, (input + store_idx * 8), 4); \ 473 ST_SW2(sum0_r, sum0_l, (tmp_buf_ptr + 2 * i * 8), 4); in hevc_idct_8x32_column_msa() 484 ST_SW2(sum0_r, sum0_l, (tmp_buf_ptr + (2 * i + 1) * 8), 4); in hevc_idct_8x32_column_msa() 535 ST_SW2(tmp0_r, tmp0_l, (tmp_buf_ptr + i * 8), 4); in hevc_idct_8x32_column_msa() 538 ST_SW2(tmp1_r, tmp1_l, (tmp_buf_ptr + (15 - i) * 8), 4); in hevc_idct_8x32_column_msa()
|
H A D | hevcdsp_msa.c | 3657 ST_SW2(dst0_r, dst1_r, dst, dst_stride); in hevc_hv_4t_8x2_msa() 3848 ST_SW2(dst0_r, dst1_r, dst, dst_stride); in hevc_hv_4t_8x6_msa() 3850 ST_SW2(dst2_r, dst3_r, dst, dst_stride); in hevc_hv_4t_8x6_msa() 3852 ST_SW2(dst4_r, dst5_r, dst, dst_stride); in hevc_hv_4t_8x6_msa()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | rescaler_msa.c | 390 ST_SW2(zero, zero, irow, 4);
|
H A D | msa_macro.h | 329 #define ST_SW2(...) ST_W2(v4i32, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 367 #define ST_SW2(...) ST_V2(v4i32, __VA_ARGS__) macro
|
Completed in 19 milliseconds