Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c673 const int block_step = (1 << tx_size); in block_yrd() local
726 for (r = 0; r < max_blocks_high; r += block_step) { in block_yrd()
727 for (c = 0; c < num_4x4_w; c += block_step) { in block_yrd()
777 for (r = 0; r < max_blocks_high; r += block_step) { in block_yrd()
778 for (c = 0; c < num_4x4_w; c += block_step) { in block_yrd()