Home
last modified time | relevance | path

Searched refs:sb_offset2 (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1304 int sb_offset2 = ((cm->mi_cols + 7) >> 3) * (mi_row >> 3) + (mi_col >> 3); in choose_partitioning() local
1312 x->last_sb_high_content = cpi->content_state_sb_fd[sb_offset2]; in choose_partitioning()
5310 int sb_offset2 = ((cm->mi_cols + 7) >> 3) * (mi_row >> 3) + (mi_col >> 3); in encode_nonrd_sb_row() local
5311 int64_t source_sad = avg_source_sad(cpi, x, shift, sb_offset2); in encode_nonrd_sb_row()