Searched refs:mi_row_high (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1007 int mi_row_high, int mi_col_high) { in scale_partitioning_svc() argument 1016 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc() 1029 if (mi_row_high >= cm->mi_rows || mi_col_high >= cm->mi_cols) return 0; in scale_partitioning_svc() 1065 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, bsize_high); in scale_partitioning_svc() 1071 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, bsize_high); in scale_partitioning_svc() 1074 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, subsize_high); in scale_partitioning_svc() 1076 set_block_size(cpi, x, xd, mi_row_high + bs_high, mi_col_high, in scale_partitioning_svc() 1080 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, subsize_high); in scale_partitioning_svc() 1082 set_block_size(cpi, x, xd, mi_row_high, mi_col_high + bs_high, in scale_partitioning_svc() 1088 mi_row_high, mi_col_high)) in scale_partitioning_svc() [all …]
|