Searched defs:a_ctx (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddetokenize.c20 ENTROPY_CONTEXT *a_ctx = ((ENTROPY_CONTEXT *)x->above_context); local
23 vpx_memset(a_ctx, 0, sizeof(ENTROPY_CONTEXT_PLANES)-1);
29 a_ctx[8] = l_ctx[8] = 0;
182 ENTROPY_CONTEXT *a_ctx = ((ENTROPY_CONTEXT *)x->above_context); local
192 a = a_ctx + 8;
214 a = a_ctx + (i&3);
228 a_ctx += 4;
232 a = a_ctx + ((i > 19)<<1) + (i&1);

Completed in 103 milliseconds