Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h78 static const int16x8_t cospi26_v = { 4756, 4756, 4756, 4756, variable
Dinv_txfm_vsx.c104 static const int16x8_t cospi26_v = { 4756, 4756, 4756, 4756, variable
461 STEP8_0(outB, outC, inB, inC, cospi6_v, cospi26_v); \
828 STEP8_0(out[1][3], out[1][4], in1[3], in1[4], cospi6_v, cospi26_v); \
1290 int16x8_t cospi_p26_p06_v = vec_mergel(cospi26_v, cospi6_v); in vp9_iadst8_vsx()
Dfdct32x32_vsx.c425 double_butterfly(temp2[12], cospi26_v, temp2[11], cospi6_v, &out[26], in vpx_fdct32_vsx()