Searched refs:sb_offset2 (Results 1 – 1 of 1) sorted by relevance
1365 int sb_offset2 = ((cm->mi_cols + 7) >> 3) * (mi_row >> 3) + (mi_col >> 3); in choose_partitioning() local1373 x->last_sb_high_content = cpi->content_state_sb_fd[sb_offset2]; in choose_partitioning()5495 int sb_offset2 = ((cm->mi_cols + 7) >> 3) * (mi_row >> 3) + (mi_col >> 3); in encode_nonrd_sb_row() local5496 int64_t source_sad = avg_source_sad(cpi, x, shift, sb_offset2); in encode_nonrd_sb_row()