Home
last modified time | relevance | path

Searched refs:mi_col_high (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1007 int mi_row_high, int mi_col_high) { in scale_partitioning_svc() argument
1017 const int has_cols = (mi_col_high + bs_high) < cm->mi_cols; 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 …]