/external/libvpx/libvpx/vpx_dsp/mips/ |
txfm_macros_msa.h | 73 #define MADD_BF(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, \ 87 cst1, cst1, cst3, cst3, tmp0_m, tmp1_m, tmp2_m, tmp3_m); \
|
inv_txfm_msa.h | 195 #define VP9_MADD(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, \ 203 cst0, cst0, cst1, cst1, tmp0_m, tmp1_m, tmp2_m, tmp3_m); \
|
/external/icu/icu4c/source/test/intltest/ |
tzregts.cpp | 1088 TimeZone *cst1 = new SimpleTimeZone(-21600*U_MILLIS_PER_SECOND, local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
inv_txfm_sse2.c | 326 cst0, cst1, cst2, cst3, res0, res1, res2, res3) \ 330 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 331 tmp3 = _mm_madd_epi16(hi_0, cst1); \ 361 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ 365 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 366 tmp3 = _mm_madd_epi16(hi_0, cst1); \ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 402 cst0, cst1, cst2, cst3, res0, res1, res2, res3) \ 406 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 407 tmp3 = _mm_madd_epi16(hi_0, cst1); \ 437 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ 441 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 442 tmp3 = _mm_madd_epi16(hi_0, cst1); \ [all...] |