Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h60 static const int16x8_t cospi18_v = { 10394, 10394, 10394, 10394, variable
Dinv_txfm_vsx.c78 static const int16x8_t cospi18_v = { 10394, 10394, 10394, 10394, variable
459 STEP8_0(out9, outE, in9, inE, cospi14_v, cospi18_v); \
826 STEP8_0(out[1][1], out[1][6], in1[1], in1[6], cospi14_v, cospi18_v); \
1288 int16x8_t cospi_p18_p14_v = vec_mergel(cospi18_v, cospi14_v); in vp9_iadst8_vsx()
Dfdct32x32_vsx.c421 double_butterfly(temp2[14], cospi18_v, temp2[9], cospi14_v, &out[18], in vpx_fdct32_vsx()