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

  /external/libhevc/encoder/arm/
ihevce_decomp_pre_intra_pass_neon.c 131 UWORD32 cpy_strd = MAX_BLK_SZ; local
132 UWORD8 *pu1_cpy = au1_cpy + cpy_strd * (N_TAPS >> 1) + (N_TAPS >> 1);
171 pu1_cpy -= (3 * (1 - col_start) + cpy_strd * 3 * (1 - row_start));
175 pf_copy_2d(pu1_cpy, cpy_strd, pu1_src_tmp, src_strd, wd_tmp, ht_tmp);
176 pu1_in = au1_cpy + cpy_strd * 3 + 3;
177 in_strd = cpy_strd;
188 UWORD8 *pu1_cpy_tmp = au1_cpy + cpy_strd * 3;
190 pu1_cpy = au1_cpy + cpy_strd * (3 - 1);
192 pu1_cpy -= cpy_strd;
194 pu1_cpy -= cpy_strd;
    [all...]
  /external/libhevc/encoder/
ihevce_decomp_pre_intra_pass.c 1662 UWORD32 cpy_strd = MAX_BLK_SZ; local
    [all...]

Completed in 480 milliseconds