Home | History | Annotate | Download | only in encoder

Lines Matching defs:cm

22   VP9_COMMON *const cm = &cpi->common;
23 struct segmentation *const seg = &cm->seg;
28 if (cm->frame_type == KEY_FRAME ||
34 vpx_memset(cpi->segmentation_map, 0, cm->mi_rows * cm->mi_cols);
37 vpx_memset(cpi->complexity_map, 0, cm->mi_rows * cm->mi_cols);
52 cm->base_qindex,
64 VP9_COMMON *const cm = &cpi->common;
66 const int mi_offset = mi_row * cm->mi_cols + mi_col;
69 const int xmis = MIN(cm->mi_cols - mi_col, bw);
70 const int ymis = MIN(cm->mi_rows - mi_row, bh);
99 cpi->segmentation_map[mi_offset + y * cm->mi_cols + x] = segment;
100 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] =