Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c19 ENTROPY_CONTEXT *l_ctx = ((ENTROPY_CONTEXT *)x->left_context); in vp8_reset_mb_tokens_context() local
22 memset(l_ctx, 0, sizeof(ENTROPY_CONTEXT_PLANES) - 1); in vp8_reset_mb_tokens_context()
26 a_ctx[8] = l_ctx[8] = 0; in vp8_reset_mb_tokens_context()
150 ENTROPY_CONTEXT *l_ctx = ((ENTROPY_CONTEXT *)x->left_context); in vp8_decode_mb_tokens() local
159 l = l_ctx + 8; in vp8_decode_mb_tokens()
178 l = l_ctx + ((i & 0xc) >> 2); in vp8_decode_mb_tokens()
192 l_ctx += 4; in vp8_decode_mb_tokens()
195 l = l_ctx + ((i > 19) << 1) + ((i & 3) > 1); in vp8_decode_mb_tokens()