Searched refs:ST_SH4 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct32x32_msa.c | 25 ST_SH4(m4, n4, m5, n5, (tmp_buf + 8 * 8), 8); in idct32x8_row_transpose_store() 26 ST_SH4(m6, n6, m7, n7, (tmp_buf + 12 * 8), 8); in idct32x8_row_transpose_store() 35 ST_SH4(m0, n0, m1, n1, (tmp_buf + 16 * 8), 8); in idct32x8_row_transpose_store() 36 ST_SH4(m2, n2, m3, n3, (tmp_buf + 20 * 8), 8); in idct32x8_row_transpose_store() 37 ST_SH4(m4, n4, m5, n5, (tmp_buf + 24 * 8), 8); in idct32x8_row_transpose_store() 38 ST_SH4(m6, n6, m7, n7, (tmp_buf + 28 * 8), 8); in idct32x8_row_transpose_store() 218 ST_SH4(loc0, loc1, loc2, loc3, tmp_odd_buf, 8); in idct32x8_row_odd_process_store() 225 ST_SH4(loc0, loc1, loc2, loc3, (tmp_odd_buf + 8 * 8), 8); in idct32x8_row_odd_process_store() 233 ST_SH4(loc0, loc1, loc2, loc3, (tmp_odd_buf + 4 * 8), 8); in idct32x8_row_odd_process_store() 240 ST_SH4(loc0, loc1, loc2, loc3, (tmp_odd_buf + 12 * 8), 8); in idct32x8_row_odd_process_store() [all …]
|
D | fwd_dct32x32_msa.c | 34 ST_SH4(step0, step1, step2, step3, temp_buff, 8); in fdct8x32_1d_column_load_butterfly() 35 ST_SH4(in4, in5, in6, in7, temp_buff + (28 * 8), 8); in fdct8x32_1d_column_load_butterfly() 36 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (4 * 8), 8); in fdct8x32_1d_column_load_butterfly() 37 ST_SH4(in4_1, in5_1, in6_1, in7_1, temp_buff + (24 * 8), 8); in fdct8x32_1d_column_load_butterfly() 52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8); in fdct8x32_1d_column_load_butterfly() 53 ST_SH4(in4, in5, in6, in7, temp_buff + (20 * 8), 8); in fdct8x32_1d_column_load_butterfly() 54 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (12 * 8), 8); in fdct8x32_1d_column_load_butterfly() 55 ST_SH4(in4_1, in5_1, in6_1, in7_1, temp_buff + (15 * 8) + 8, 8); in fdct8x32_1d_column_load_butterfly()
|
D | macros_msa.h | 434 #define ST_SH4(...) ST_H4(v8i16, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 82 ST_SH4(tp0, tp1, tp2, tp3, int_buf + 2 * 8, 4 * 8); in fadst16_cols_step1_msa() 260 ST_SH4(tp0, tp1, tp2, tp3, int_buf + 2 * 8, 4 * 8); in fadst16_rows_step1_msa()
|