Searched refs:mi_col_high (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 931 int mi_row_high, int mi_col_high) { in scale_partitioning_svc() argument 941 const int has_cols = (mi_col_high + bs_high) < cm->mi_cols; in scale_partitioning_svc() 953 if (mi_row_high >= cm->mi_rows || mi_col_high >= cm->mi_cols) return 0; in scale_partitioning_svc() 987 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, bsize_high); in scale_partitioning_svc() 993 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, bsize_high); in scale_partitioning_svc() 996 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, subsize_high); in scale_partitioning_svc() 998 set_block_size(cpi, x, xd, mi_row_high + bs_high, mi_col_high, in scale_partitioning_svc() 1002 set_block_size(cpi, x, xd, mi_row_high, mi_col_high, subsize_high); in scale_partitioning_svc() 1004 set_block_size(cpi, x, xd, mi_row_high, mi_col_high + bs_high, in scale_partitioning_svc() 1009 mi_row_high, mi_col_high)) in scale_partitioning_svc() [all …]
|