Lines Matching refs:mb_cols
82 int map_index = (mb_row * cm->mb_cols); in thread_encoding_proc()
89 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24)); in thread_encoding_proc()
109 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) { in thread_encoding_proc()
127 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; in thread_encoding_proc()
136 ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16); in thread_encoding_proc()
295 16 * cm->mb_cols; in thread_encoding_proc()
298 8 * cm->mb_cols; in thread_encoding_proc()
301 8 * cm->mb_cols; in thread_encoding_proc()
306 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count; in thread_encoding_proc()
507 if (th_count > ((cm->mb_cols / cpi->mt_sync_range) - 1)) { in vp8cx_create_encoder_threads()
508 th_count = (cm->mb_cols / cpi->mt_sync_range) - 1; in vp8cx_create_encoder_threads()