Searched refs:stp3 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct32x32_msa.c | 45 v8i16 stp0, stp1, stp2, stp3, stp4, stp5, stp6, stp7; in idct32x8_row_even_process_store() local 61 BUTTERFLY_4(vec0, vec1, loc1, loc0, stp3, stp0, stp7, stp4); in idct32x8_row_even_process_store() 105 BUTTERFLY_4(stp2, stp3, reg4, reg1, loc1, loc3, loc2, loc0); in idct32x8_row_even_process_store() 355 v8i16 stp0, stp1, stp2, stp3, stp4, stp5, stp6, stp7; in idct8x32_column_even_process_store() local 372 BUTTERFLY_4(vec0, vec1, loc1, loc0, stp3, stp0, stp7, stp4); in idct8x32_column_even_process_store() 417 BUTTERFLY_4(stp2, stp3, reg4, reg1, loc1, loc3, loc2, loc0); in idct8x32_column_even_process_store()
|