Searched refs:st8_perm (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/vpx_dsp/ppc/ |
D | deblock_vsx.c | 22 static const uint8x16_t st8_perm = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, variable 88 vec_vsx_st(vec_perm(out, v, st8_perm), col, dst_ptr); in vpx_post_proc_down_and_across_mb_row_vsx() 110 vec_vsx_st(vec_perm(out, v, st8_perm), col, dst_ptr); in vpx_post_proc_down_and_across_mb_row_vsx()
|