Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1963 int sbi_row, sbi_col; in vp9_avg_source_sad() local
1971 for (sbi_col = 0; sbi_col < sb_cols; sbi_col ++) { in vp9_avg_source_sad()
1973 if ((sbi_row > 0 && sbi_col > 0) && in vp9_avg_source_sad()
1974 (sbi_row < sb_rows - 1 && sbi_col < sb_cols - 1) && in vp9_avg_source_sad()
1975 ((sbi_row % 2 == 0 && sbi_col % 2 == 0) || in vp9_avg_source_sad()
1976 (sbi_row % 2 != 0 && sbi_col % 2 != 0))) { in vp9_avg_source_sad()