Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1541 int block_row, block_col; in set_fixed_partitioning() local
1552 for (block_col = 0; block_col < MI_BLOCK_SIZE; block_col += bw) { in set_fixed_partitioning()
1553 int index = block_row * mis + block_col; in set_fixed_partitioning()