Home
last modified time | relevance | path

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

/external/libvpx/vpx_ports/
Dmem_ops.h44 #undef MEM_VALUE_T_SZ_BITS
45 #define MEM_VALUE_T_SZ_BITS (sizeof(MEM_VALUE_T) << 3) macro
143 return (val << (MEM_VALUE_T_SZ_BITS - sz)) >> (MEM_VALUE_T_SZ_BITS - sz);\