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

  /external/libhevc/encoder/arm/
ihevce_decomp_pre_intra_pass_neon.c 70 #define N_TAPS 7
71 const WORD16 i4_ftaps[N_TAPS] = { -18, 0, 80, 132, 80, 0, -18 };
129 #define MAX_BLK_SZ (MAX_CTB_SIZE + ((N_TAPS >> 1) << 1))
132 UWORD8 *pu1_cpy = au1_cpy + cpy_strd * (N_TAPS >> 1) + (N_TAPS >> 1);
153 col_start = (wd_offset < (N_TAPS >> 1)) ? 1 : 0;
154 row_start = (ht_offset < (N_TAPS >> 1)) ? 1 : 0;
155 col_end = ((wd_offset + block_wd) > (wd - (N_TAPS >> 1))) ? 1 : 0;
156 row_end = ((ht_offset + block_ht) > (ht - (N_TAPS >> 1))) ? 1 : 0;
  /external/libhevc/encoder/
ihevce_decomp_pre_intra_pass.c     [all...]

Completed in 135 milliseconds