Searched refs:total_mbs (Results 1 – 3 of 3) sorted by relevance
540 int total_mbs = pc->mb_rows * pc->mb_cols; in pack_inter_mode_mvs() local542 prob_skip_false = (total_mbs - cpi->mb.skip_true_count ) * 256 / total_mbs; in pack_inter_mode_mvs()731 int total_mbs = c->mb_rows * c->mb_cols; in write_kfmodes() local733 prob_skip_false = (total_mbs - cpi->mb.skip_true_count ) * 256 / total_mbs; in write_kfmodes()
946 unsigned int total_mbs = cm->MBs; in vp8_set_speed_features() local970 if (10 * sum >= (unsigned int)(cpi->Speed - 6)*(total_mbs - total_skip)) in vp8_set_speed_features()
479 …uint32_t total_mbs = (((obj_context->picture_height + 15) >> 4) + 4) * ((obj_context->picture_widt… in tng_VP8_CreateContext() local480 ctx->buffer_size = total_mbs * 64; // 64 bytes per MB in tng_VP8_CreateContext()481 ctx->segid_size = total_mbs / 4; // 2 bits per MB in tng_VP8_CreateContext()