Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dtemporal_filter.c257 const int subblock_width = block_size_wide[subblock_size]; in tf_motion_search() local
258 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()