Home
last modified time | relevance | path

Searched refs:VPX_MAX_ALLOCABLE_MEMORY (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_mem/
Dvpx_mem.c19 #if !defined(VPX_MAX_ALLOCABLE_MEMORY)
21 #define VPX_MAX_ALLOCABLE_MEMORY (1ULL << 40) macro
24 #define VPX_MAX_ALLOCABLE_MEMORY ((1ULL << 31) - (1 << 16)) macro
32 if (size > VPX_MAX_ALLOCABLE_MEMORY / nmemb) return 0; in check_size_argument_overflow()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c18 #if defined(VPX_MAX_ALLOCABLE_MEMORY)
191 #if defined(VPX_MAX_ALLOCABLE_MEMORY) in vpx_realloc_frame_buffer()
195 if (frame_size > VPX_MAX_ALLOCABLE_MEMORY / REF_FRAMES) return -1; in vpx_realloc_frame_buffer()