Searched refs:stp1 (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 62 BUTTERFLY_4(vec2, vec3, loc3, loc2, stp2, stp1, stp6, stp5); in idct32x8_row_even_process_store() 99 BUTTERFLY_4(stp0, stp1, reg7, reg5, 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 373 BUTTERFLY_4(vec2, vec3, loc3, loc2, stp2, stp1, stp6, stp5); in idct8x32_column_even_process_store() 413 BUTTERFLY_4(stp0, stp1, reg7, reg5, loc1, loc3, loc2, loc0); in idct8x32_column_even_process_store()
|