Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_ports/
Dcompiler_attributes.h54 #define VPX_UNINITIALIZED __attribute__((uninitialized)) macro
56 #define VPX_UNINITIALIZED macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1722 DECLARE_ALIGNED(16, uint8_t, pred_buf[3 * 64 * 64] VPX_UNINITIALIZED); in vp9_pick_inter_mode()
1724 DECLARE_ALIGNED(16, uint16_t, pred_buf_16[3 * 64 * 64] VPX_UNINITIALIZED); in vp9_pick_inter_mode()