Searched refs:subblock_width (Results 1 – 1 of 1) sorted by relevance
257 const int subblock_width = block_size_wide[subblock_size]; in tf_motion_search() local258 const int subblock_pels = subblock_height * subblock_width; in tf_motion_search()263 for (int j = 0; j < mb_width; j += subblock_width) { in tf_motion_search()