Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.c23 const int num_blk = (num_4x4_blk < 4 ? 4 : num_4x4_blk); in alloc_mode_context() local
24 const int num_pix = num_blk << 4; in alloc_mode_context()
26 ctx->num_4x4_blk = num_blk; in alloc_mode_context()
29 vpx_calloc(num_blk, sizeof(uint8_t))); in alloc_mode_context()
39 vpx_memalign(32, num_blk * sizeof(*ctx->eobs[i][k]))); in alloc_mode_context()