Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h72 static const int16x8_t cospi23_v = { 7005, 7005, 7005, 7005, variable
Dinv_txfm_vsx.c94 static const int16x8_t cospi23_v = { 7005, 7005, 7005, 7005, variable
808 STEP8_0(in1[1], in2[7], out[2][2], out[3][5], cospi23_v, cospi9_v); \
1445 int16x8_t cospi_p09_p23 = vec_mergel(cospi9_v, cospi23_v); in iadst16x8_vsx()
1446 int16x8_t cospi_p23_m09 = vec_mergel(cospi23_v, cospi9m_v); in iadst16x8_vsx()
Dfdct32x32_vsx.c450 double_butterfly(temp0[29], cospi9_v, temp0[18], cospi23_v, &out[9], in vpx_fdct32_vsx()