Home
last modified time | relevance | path

Searched refs:VPX_CODEC_MEM_ZERO (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/
Dexample_xma.c184 mmap.flags & VPX_CODEC_MEM_ZERO ? "(ZEROED)" : ""); in main()
186 if (mmap.flags & VPX_CODEC_MEM_ZERO) in main()
Dusage.dox183 desires of the codec for the particular segment. The #VPX_CODEC_MEM_ZERO flag
/external/libvpx/vpx/
Dvpx_codec.h485 #define VPX_CODEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */ macro
/external/libvpx/vp8/
Dvp8_dx_iface.c46 {VP8_SEG_ALG_PRIV, 0, 8, VPX_CODEC_MEM_ZERO, vp8_priv_sz},
97 if (mmap->flags & VPX_CODEC_MEM_ZERO) in vp8_mmap_alloc()