HomeSort by relevance Sort by last modified time
    Searched defs:cst0 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3.c 22 const __m128i cst0 = _mm_set1_epi16(2 * c0); local
24 *out0 = _mm_mulhrs_epi16(in, cst0);
inv_txfm_sse2.h 84 const __m128i cst0 = pair_set_epi16(c0, -c1); local
88 *out0 = idct_calc_wraplow_sse2(lo, hi, cst0);

Completed in 203 milliseconds