Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c241 const int this_blk_index = in has_top_right() local
244 const int idx1 = this_blk_index / 8; in has_top_right()
245 const int idx2 = this_blk_index % 8; in has_top_right()
439 const int this_blk_index = in has_bottom_left() local
442 const int idx1 = this_blk_index / 8; in has_bottom_left()
443 const int idx2 = this_blk_index % 8; in has_bottom_left()