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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
hmm_alloc.c 42 if (n < MIN_BLOCK_BAUS)
43 n = MIN_BLOCK_BAUS;
hmm_resize.c 30 if (n < MIN_BLOCK_BAUS)
31 n = MIN_BLOCK_BAUS;
79 if (i < MIN_BLOCK_BAUS)
hmm_shrink.c 50 (n_baus_to_shrink <= (U(size_bau))(bs - MIN_BLOCK_BAUS));
hmm_base.c 111 if (rem_baus >= MIN_BLOCK_BAUS) {
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_alloc.c 42 if (n < MIN_BLOCK_BAUS)
43 n = MIN_BLOCK_BAUS;
hmm_resize.c 30 if (n < MIN_BLOCK_BAUS)
31 n = MIN_BLOCK_BAUS;
79 if (i < MIN_BLOCK_BAUS)
hmm_shrink.c 50 (n_baus_to_shrink <= (U(size_bau))(bs - MIN_BLOCK_BAUS));
hmm_base.c 111 if (rem_baus >= MIN_BLOCK_BAUS) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
hmm_alloc.c 42 if (n < MIN_BLOCK_BAUS)
43 n = MIN_BLOCK_BAUS;
hmm_resize.c 30 if (n < MIN_BLOCK_BAUS)
31 n = MIN_BLOCK_BAUS;
79 if (i < MIN_BLOCK_BAUS)
hmm_shrink.c 50 (n_baus_to_shrink <= (U(size_bau))(bs - MIN_BLOCK_BAUS));
hmm_base.c 111 if (rem_baus >= MIN_BLOCK_BAUS) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 71 #define MIN_BLOCK_BAUS \
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 71 #define MIN_BLOCK_BAUS \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 71 #define MIN_BLOCK_BAUS \

Completed in 551 milliseconds