Searched refs:DPADD_SH4_SW (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | simple_idct_msa.c | 89 DPADD_SH4_SW(temp0_r, temp0_r, temp0_r, temp0_r, in simple_idct_msa() 93 DPADD_SH4_SW(temp0_l, temp0_l, temp0_l, temp0_l, in simple_idct_msa() 164 DPADD_SH4_SW(temp0_r, temp0_r, temp0_r, temp0_r, in simple_idct_msa() 166 DPADD_SH4_SW(temp0_l, temp0_l, temp0_l, temp0_l, in simple_idct_msa() 252 DPADD_SH4_SW(temp0_r, temp0_r, temp0_r, temp0_r, in simple_idct_put_msa() 256 DPADD_SH4_SW(temp0_l, temp0_l, temp0_l, temp0_l, in simple_idct_put_msa() 326 DPADD_SH4_SW(temp0_r, temp0_r, temp0_r, temp0_r, in simple_idct_put_msa() 328 DPADD_SH4_SW(temp0_l, temp0_l, temp0_l, temp0_l, in simple_idct_put_msa() 407 DPADD_SH4_SW(temp8_r, temp8_r, temp8_r, temp8_r, in simple_idct_add_msa() 411 DPADD_SH4_SW(temp8_ in simple_idct_add_msa() [all...] |
H A D | hevc_idct_msa.c | 213 DPADD_SH4_SW(src1_r, src1_l, src5_r, src5_l, filter1, filter1, \ 235 DPADD_SH4_SW(src7_r, src7_l, src4_r, src4_l, filter3, filter3, \ 526 DPADD_SH4_SW(src1_r, src1_l, src2_r, src2_l, filter1, filter1, filter2, in hevc_idct_8x32_column_msa() 563 DPADD_SH4_SW(src1_r, src1_l, src2_r, src2_l, filter1, filter1, filter2, in hevc_idct_8x32_column_msa() 573 DPADD_SH4_SW(src5_r, src5_l, src6_r, src6_l, filter1, filter1, filter2, in hevc_idct_8x32_column_msa()
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 891 #define DPADD_SH4_SW(...) DPADD_SH4(v4i32, __VA_ARGS__) macro
|
Completed in 9 milliseconds