Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dentropy.h88 ENTROPY_CONTEXT above_ec = 0, left_ec = 0; in get_entropy_context() local
93 left_ec = l[0] != 0; in get_entropy_context()
97 left_ec = !!*(const uint16_t *)l; in get_entropy_context()
101 left_ec = l[0] != 0; in get_entropy_context()
105 left_ec = !!*(const uint32_t *)l; in get_entropy_context()
109 left_ec = !!*(const uint16_t *)l; in get_entropy_context()
113 left_ec = !!*(const uint64_t *)l; in get_entropy_context()
117 left_ec = !!*(const uint32_t *)l; in get_entropy_context()
121 left_ec = !!*(const uint16_t *)l; in get_entropy_context()
125 left_ec = !!*(const uint32_t *)l; in get_entropy_context()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h168 ENTROPY_CONTEXT above_ec = 0, left_ec = 0; in get_entropy_context() local
173 left_ec = l[0] != 0; in get_entropy_context()
177 left_ec = !!*(const uint16_t *)l; in get_entropy_context()
181 left_ec = !!*(const uint32_t *)l; in get_entropy_context()
185 left_ec = !!*(const uint64_t *)l; in get_entropy_context()
190 return combine_entropy_contexts(above_ec, left_ec); in get_entropy_context()