Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1012 int bsize_high = 0; in scale_partitioning_svc() local
1048 bsize_high = bsize_low + 3; in scale_partitioning_svc()
1050 bsize_high = BLOCK_64X64; in scale_partitioning_svc()
1054 bsize_high = bsize_low + row_boundary_block_scale_factor[bsize_low]; in scale_partitioning_svc()
1056 bsize_high = bsize_low + col_boundary_block_scale_factor[bsize_low]; in scale_partitioning_svc()
1058 bsize_high = bsize_low; in scale_partitioning_svc()
1061 partition_high = partition_lookup[bsl_high][bsize_high]; 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()