Home
last modified time | relevance | path

Searched refs:l2_perm (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Ddeblock_vsx.c47 static const uint8x16_t l2_perm = { 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, in horz_ctx() local
62 ctx[0] = vec_perm(left_ctx, v, l2_perm); in horz_ctx()