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

  /external/libhevc/encoder/arm/
ihevce_decomp_pre_intra_pass_neon.c 263 /* Right padding of (16 + (CEIL16(wd/2))-wd/2) for last block of every row */
266 WORD32 pad_wd = 16 + CEIL16((wd >> 1)) - (wd >> 1) + 4;
290 /* Bottom padding of (16 + (CEIL16(ht/2)) - ht/2) is done only if we have
295 WORD32 pad_ht = 16 + CEIL16((ht >> 1)) - (ht >> 1) + 4;
  /external/libhevc/encoder/
ihevce_multi_thrd_funcs.c 779 a_wd[3] = CEIL16(a_wd[2] >> 1);
780 a_ht[3] = CEIL16(a_ht[2] >> 1);
    [all...]
ihevce_defs.h 921 #define CEIL16(x) (((x) + 15) & (~15))
hme_interface.c     [all...]
ihevce_decomp_pre_intra_pass.c     [all...]

Completed in 363 milliseconds