Searched refs:bs_high (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 956 const int bs_high = (1 << bsl_high) >> 2; in scale_partitioning_svc() local 957 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc() 958 const int has_cols = (mi_col_high + bs_high) < cm->mi_cols; in scale_partitioning_svc() 1017 set_block_size(cpi, x, xd, mi_row_high + bs_high, mi_col_high, in scale_partitioning_svc() 1023 set_block_size(cpi, x, xd, mi_row_high, mi_col_high + bs_high, in scale_partitioning_svc() 1032 mi_col, mi_row_high + bs_high, mi_col_high)) in scale_partitioning_svc() 1036 mi_col_high + bs_high)) in scale_partitioning_svc() 1039 mi_col + (bs >> 1), mi_row_high + bs_high, in scale_partitioning_svc() 1040 mi_col_high + bs_high)) in scale_partitioning_svc()
|