Home
last modified time | relevance | path

Searched refs:FDCT32_POSTPROC_2V_POS_H (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c78 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
83 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
91 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
97 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
107 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
113 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
121 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
127 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
188 FDCT32_POSTPROC_2V_POS_H(vec5, vec4); in fdct8x32_1d_column_odd_store()
194 FDCT32_POSTPROC_2V_POS_H(vec5, vec4); in fdct8x32_1d_column_odd_store()
[all …]
Dfwd_txfm_msa.h308 #define FDCT32_POSTPROC_2V_POS_H(vec0, vec1) \ macro