Searched refs:ST_SH (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | mpegvideo_msa.c | 45 ST_SH(block_vec, block_dup + loop_start); in h263_dct_unquantize_msa() 102 ST_SH(sum, block); in mpeg2_dct_unquantize_inter_msa() 129 ST_SH(sum, block); in mpeg2_dct_unquantize_inter_msa() 157 ST_SH(sum, block); in mpeg2_dct_unquantize_inter_msa() 185 ST_SH(sum, block); in mpeg2_dct_unquantize_inter_msa()
|
H A D | vp9_idct_msa.c | 1548 ST_SH((loc0 - vec3), (tmp_buf + 31 * 8)); in vp9_idct_butterfly_transpose_store() 1549 ST_SH((loc1 - vec2), (tmp_buf + 23 * 8)); in vp9_idct_butterfly_transpose_store() 1550 ST_SH((loc2 - vec1), (tmp_buf + 27 * 8)); in vp9_idct_butterfly_transpose_store() 1551 ST_SH((loc3 - vec0), (tmp_buf + 19 * 8)); in vp9_idct_butterfly_transpose_store() 1565 ST_SH((loc0 - vec3), (tmp_buf + 29 * 8)); in vp9_idct_butterfly_transpose_store() 1566 ST_SH((loc1 - vec2), (tmp_buf + 21 * 8)); in vp9_idct_butterfly_transpose_store() 1567 ST_SH((loc2 - vec1), (tmp_buf + 25 * 8)); in vp9_idct_butterfly_transpose_store() 1568 ST_SH((loc3 - vec0), (tmp_buf + 17 * 8)); in vp9_idct_butterfly_transpose_store() 1582 ST_SH((loc0 - vec3), (tmp_buf + 30 * 8)); in vp9_idct_butterfly_transpose_store() 1583 ST_SH((loc in vp9_idct_butterfly_transpose_store() [all...] |
H A D | hevc_idct_msa.c | 248 ST_SH(dst0, buf_ptr); \ 249 ST_SH(dst1, (buf_ptr + ((15 - (j * 2)) * 16))); \ 256 ST_SH(dst0, (ptr0 + (((j / 2 + j % 2) * 2 * k) * 16))); \ 257 ST_SH(dst1, (ptr1 - (((j / 2 + j % 2) * 2 * k) * 16))); \ 589 ST_SH(in0, (coeffs + i * buf_pitch)); in hevc_idct_8x32_column_msa() 595 ST_SH(in0, (coeffs + (31 - i) * buf_pitch)); in hevc_idct_8x32_column_msa()
|
H A D | hevcdsp_msa.c | 757 ST_SH(dst2, dst + 16); in hevc_hz_8t_24w_msa() 760 ST_SH(dst5, dst + 16); in hevc_hz_8t_24w_msa() 936 ST_SH(dst0, dst); in hevc_hz_8t_64w_msa() 943 ST_SH(dst1, dst + 8); in hevc_hz_8t_64w_msa() 950 ST_SH(dst2, dst + 16); in hevc_hz_8t_64w_msa() 957 ST_SH(dst3, dst + 24); in hevc_hz_8t_64w_msa() 964 ST_SH(dst4, dst + 32); in hevc_hz_8t_64w_msa() 971 ST_SH(dst5, dst + 40); in hevc_hz_8t_64w_msa() 978 ST_SH(dst6, dst + 48); in hevc_hz_8t_64w_msa() 985 ST_SH(dst in hevc_hz_8t_64w_msa() [all...] |
H A D | vp3dsp_idct_msa.c | 467 ST_SH(r0, temp_16); in ff_vp3_v_loop_filter_msa() 511 ST_SH(r0, temp_16); in ff_vp3_h_loop_filter_msa()
|
H A D | hevc_mc_biw_msa.c | 1083 ST_SH(out0, dst); in hevc_hz_biwgt_8t_24w_msa() 1107 ST_SH(out0, dst); in hevc_hz_biwgt_8t_24w_msa() 1297 ST_SH(out0, dst + 32); in hevc_hz_biwgt_8t_48w_msa()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 66 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 43 #define ST_SH(...) ST_V(v8i16, __VA_ARGS__) macro
|
Completed in 31 milliseconds