Home
last modified time | relevance | path

Searched defs:num_4x4_blk (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c1038 static void alloc_mode_context(VP9_COMMON *cm, int num_4x4_blk, in alloc_mode_context()
1090 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in init_pick_mode_context() local
1128 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in free_pick_mode_context() local
Dvp9_block.h45 int num_4x4_blk; member
Dvp9_encodeframe.c2335 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in encode_rd_sb_row() local