Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c948 int mi_row_high, int mi_col_high) { in scale_partitioning_svc() argument
957 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc()
970 if (mi_row_high >= cm->mi_rows || mi_col_high >= cm->mi_cols) return 0; in scale_partitioning_svc()
1006 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, bsize_high); in scale_partitioning_svc()
1012 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, bsize_high); in scale_partitioning_svc()
1015 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, subsize_high); in scale_partitioning_svc()
1017 set_block_size(cpi, x, xd, mi_row_high + bs_high, mi_col_high, in scale_partitioning_svc()
1021 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, subsize_high); in scale_partitioning_svc()
1023 set_block_size(cpi, x, xd, mi_row_high, mi_col_high + bs_high, in scale_partitioning_svc()
1029 mi_row_high, mi_col_high)) in scale_partitioning_svc()
[all …]