Searched refs:cospi10_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 44 static const int16x8_t cospi10_v = { 14449, 14449, 14449, 14449, variable
|
D | inv_txfm_vsx.c | 52 static const int16x8_t cospi10_v = { 14449, 14449, 14449, 14449, variable 460 STEP8_0(outA, outD, inA, inD, cospi22_v, cospi10_v); \ 827 STEP8_0(out[1][2], out[1][5], in1[2], in1[5], cospi22_v, cospi10_v); \ 1286 int16x8_t cospi_p10_p22_v = vec_mergel(cospi10_v, cospi22_v); in vp9_iadst8_vsx()
|
D | fdct32x32_vsx.c | 423 double_butterfly(temp2[13], cospi10_v, temp2[10], cospi22_v, &out[10], in vpx_fdct32_vsx()
|