Home
last modified time | relevance | path

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

/external/libaom/av1/common/
Dmvref_common.c881 const int base_blk_col = (blk_col >> 3) << 3; in get_block_position() local
900 col < base_blk_col - (MAX_OFFSET_WIDTH >> 3) || in get_block_position()
901 col >= base_blk_col + 8 + (MAX_OFFSET_WIDTH >> 3)) in get_block_position()