Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h68 static const int16x8_t cospi21_v = { 8423, 8423, 8423, 8423, variable
Dfdct32x32_vsx.c456 double_butterfly(temp0[26], cospi21_v, temp0[21], cospi11_v, &out[21], in vpx_fdct32_vsx()
Dinv_txfm_vsx.c88 static const int16x8_t cospi21_v = { 8423, 8423, 8423, 8423, variable
811 STEP8_0(in2[5], in1[3], out[2][5], out[3][2], cospi11_v, cospi21_v); \
1451 int16x8_t cospi_p21_p11 = vec_mergel(cospi21_v, cospi11_v); in iadst16x8_vsx()