HomeSort by relevance Sort by last modified time
    Searched refs:mb_size (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/encoder/
partition_strategy.c 607 const BLOCK_SIZE mb_size = BLOCK_16X16; local
608 const int mb_rows = block_size_high[sb_size] / block_size_high[mb_size];
609 const int mb_cols = block_size_wide[sb_size] / block_size_wide[mb_size];
610 const int mb_in_mi_size_high_log2 = mi_size_high_log2[mb_size];
611 const int mb_in_mi_size_wide_log2 = mi_size_wide_log2[mb_size];
621 av1_simple_motion_sse_var(cpi, x, this_mi_row, this_mi_col, mb_size,
  /external/webp/src/enc/
syntax_enc.c 268 const int mb_size = enc->mb_w_ * enc->mb_h_; local
272 if (!VP8BitWriterInit(bw, mb_size * 7 / 8)) { // ~7 bits per macroblock

Completed in 490 milliseconds