HomeSort by relevance Sort by last modified time
    Searched defs:mb_cols (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/common/
loopfilter.c 353 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
457 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
509 int mb_cols = post->y_width >> 4; local
521 /*MODE_INFO * this_mb_mode_info = cm->mi + (post->y_height>>5) * (mb_cols + 1);*/ /* Point at base of Mb MODE_INFO list */
522 mbd->mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1); /* Point at base of Mb MODE_INFO list */
565 for (mb_col = 0; mb_col < mb_cols; mb_col++)
onyxc_int.h 116 int mb_cols; member in struct:VP8Common
postproc.c 753 oci->mb_cols, oci->mb_rows);
763 int mb_cols = post->y_width >> 4; local
772 for (j = 0; j < mb_cols; j++)
795 int mb_cols = post->y_width >> 4; local
804 for (j = 0; j < mb_cols; j++)
837 int mb_cols = width >> 4; local
    [all...]
  /external/libvpx/vp8/encoder/
temporal_filter.c 291 int mb_cols = cpi->common.mb_cols; local
317 for (mb_col = 0; mb_col < mb_cols; mb_col++)
329 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
462 mb_y_offset += 16*(f->y_stride-mb_cols);
463 mb_uv_offset += 8*(f->uv_stride-mb_cols);

Completed in 99 milliseconds