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

  /external/libvpx/vpx_mem/memory_manager/
hmm_alloc.c 44 if (n < MIN_BLOCK_BAUS)
45 n = MIN_BLOCK_BAUS;
hmm_resize.c 31 if (n < MIN_BLOCK_BAUS)
32 n = MIN_BLOCK_BAUS;
81 if (i < MIN_BLOCK_BAUS)
hmm_shrink.c 53 (n_baus_to_shrink <= (U(size_bau))(bs - MIN_BLOCK_BAUS));
hmm_base.c 120 if (rem_baus >= MIN_BLOCK_BAUS)
  /external/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 73 #define MIN_BLOCK_BAUS \

Completed in 142 milliseconds