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

  /external/libhevc/encoder/arm/
ihevce_decomp_pre_intra_pass_neon.c 71 const WORD16 i4_ftaps[N_TAPS] = { -18, 0, 80, 132, 80, 0, -18 }; local
82 tmp = (i4_ftaps[3] * pu1_src_tmp[j] +
83 i4_ftaps[2] * (pu1_src_tmp[j - 1] + pu1_src_tmp[j + 1]) +
84 i4_ftaps[1] * (pu1_src_tmp[j + 2] + pu1_src_tmp[j - 2]) +
85 i4_ftaps[0] * (pu1_src_tmp[j + 3] + pu1_src_tmp[j - 3]) +
100 (i4_ftaps[3] * pu1_scrtch_tmp[j] +
101 i4_ftaps[2] * (pu1_scrtch_tmp[j + scrtch_strd] + pu1_scrtch_tmp[j - scrtch_strd]) +
102 i4_ftaps[1] *
104 i4_ftaps[0] *
  /external/libhevc/encoder/
ihevce_decomp_pre_intra_pass.c 1600 const WORD16 i4_ftaps[N_TAPS] = { -18, 0, 80, 132, 80, 0, -18 }; local
    [all...]

Completed in 777 milliseconds