Searched refs:cst0 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | txfm_macros_msa.h | 82 #define MADD_BF(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, out0, out1, \ argument 90 DOTP_SH4_SW(madd_s0_m, madd_s1_m, madd_s2_m, madd_s3_m, cst0, cst0, cst2, \
|
D | inv_txfm_msa.h | 195 #define VP9_MADD(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, out0, out1, \ argument 203 DOTP_SH4_SW(madd_s1_m, madd_s0_m, madd_s1_m, madd_s0_m, cst0, cst0, cst1, \
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.h | 246 #define MULTIPLICATION_AND_ADD(lo_0, hi_0, lo_1, hi_1, cst0, cst1, cst2, cst3, \ argument 249 tmp0 = _mm_madd_epi16(lo_0, cst0); \ 250 tmp1 = _mm_madd_epi16(hi_0, cst0); \
|
D | inv_txfm_sse2.c | 157 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ argument 159 tmp0 = _mm_madd_epi16(lo_0, cst0); \ 160 tmp1 = _mm_madd_epi16(hi_0, cst0); \
|