Searched refs:num_blk (Results 1 – 1 of 1) sorted by relevance
23 const int num_blk = (num_4x4_blk < 4 ? 4 : num_4x4_blk); in alloc_mode_context() local24 const int num_pix = num_blk << 4; in alloc_mode_context()26 ctx->num_4x4_blk = num_blk; in alloc_mode_context()