Searched refs:num_4x4_blk (Results 1 – 4 of 4) sorted by relevance
1038 static void alloc_mode_context(VP9_COMMON *cm, int num_4x4_blk, in alloc_mode_context() argument1040 int num_pix = num_4x4_blk << 4; in alloc_mode_context()1042 ctx->num_4x4_blk = num_4x4_blk; in alloc_mode_context()1045 vpx_calloc(num_4x4_blk, sizeof(uint8_t))); in alloc_mode_context()1090 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in init_pick_mode_context() local1094 for (x->b_index = 0; x->b_index < 16 / num_4x4_blk; ++x->b_index) { in init_pick_mode_context()1096 alloc_mode_context(cm, num_4x4_blk, ctx); in init_pick_mode_context()1102 for (x->mb_index = 0; x->mb_index < 64 / num_4x4_blk; ++x->mb_index) { in init_pick_mode_context()1104 ctx->num_4x4_blk = num_4x4_blk; in init_pick_mode_context()1105 alloc_mode_context(cm, num_4x4_blk, ctx); in init_pick_mode_context()[all …]
45 int num_4x4_blk; member
919 sizeof(uint8_t) * ctx->num_4x4_blk); in update_state()2335 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in encode_rd_sb_row() local2338 for (x->b_index = 0; x->b_index < 16 / num_4x4_blk; ++x->b_index) in encode_rd_sb_row()
3563 sizeof(uint8_t) * ctx->num_4x4_blk); in vp9_rd_pick_inter_mode_sb()4271 sizeof(uint8_t) * ctx->num_4x4_blk); in vp9_rd_pick_inter_mode_sub8x8()