HomeSort by relevance Sort by last modified time
    Searched refs:idct_calc_wraplow_sse2 (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.h 72 static INLINE __m128i idct_calc_wraplow_sse2(const __m128i in0, function
88 *out0 = idct_calc_wraplow_sse2(lo, hi, cst0);
89 *out1 = idct_calc_wraplow_sse2(lo, hi, cst1);
96 return idct_calc_wraplow_sse2(lo, hi, cst);
303 step1[4] = idct_calc_wraplow_sse2(cp_28_n4, cp_4_28, lo_1); // step1 4&7
304 step1[5] = idct_calc_wraplow_sse2(cp_n20_12, cp_12_20, lo_3); // step1 5&6
315 step2[2] = idct_calc_wraplow_sse2(cp_8_24, cp_24_n8, lo_2); // step2 3&2
328 step1[5] = idct_calc_wraplow_sse2(cp_16_n16, cp_16_16, lo_65); // step1 5&6
446 step2[8] = idct_calc_wraplow_sse2(k__cospi_p30_m02, k__cospi_p02_p30,
448 step2[11] = idct_calc_wraplow_sse2(k__cospi_p06_m26, k__cospi_p26_p06
    [all...]
inv_txfm_ssse3.h 59 step1[5] = idct_calc_wraplow_sse2(cp_16_n16, cp_16_16, tmp[0]); // step1 5&6
inv_txfm_sse2.c 93 u[0] = idct_calc_wraplow_sse2(k__cospi_p16_p16, k__cospi_p16_m16, u[0]);
94 u[1] = idct_calc_wraplow_sse2(k__cospi_p08_p24, k__cospi_p24_m08, u[1]);
423 s2 = idct_calc_wraplow_sse2(u0, u1, k__cospi_p16_p16);
424 s3 = idct_calc_wraplow_sse2(u0, u1, k__cospi_p16_m16);
425 s6 = idct_calc_wraplow_sse2(u2, u3, k__cospi_p16_p16);
426 s7 = idct_calc_wraplow_sse2(u2, u3, k__cospi_p16_m16);
    [all...]

Completed in 192 milliseconds