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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.c23 const int num_blk = (num_4x4_blk < 4 ? 4 : num_4x4_blk); local
24 const int num_pix = num_blk << 4;
26 ctx->num_4x4_blk = num_blk;

Completed in 46 milliseconds