Searched refs:mi_col_high (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 948 int mi_row_high, int mi_col_high) { in scale_partitioning_svc() argument 958 const int has_cols = (mi_col_high + bs_high) < cm->mi_cols; 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 …]
|