Searched refs:bs_high (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1015 const int bs_high = (1 << bsl_high) >> 2; in scale_partitioning_svc() local 1016 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc() 1017 const int has_cols = (mi_col_high + bs_high) < cm->mi_cols; in scale_partitioning_svc() 1076 set_block_size(cpi, x, xd, mi_row_high + bs_high, mi_col_high, in scale_partitioning_svc() 1082 set_block_size(cpi, x, xd, mi_row_high, mi_col_high + bs_high, in scale_partitioning_svc() 1091 mi_col, mi_row_high + bs_high, mi_col_high)) in scale_partitioning_svc() 1095 mi_col_high + bs_high)) in scale_partitioning_svc() 1098 mi_col + (bs >> 1), mi_row_high + bs_high, in scale_partitioning_svc() 1099 mi_col_high + bs_high)) in scale_partitioning_svc()
|