Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c102 const int int_bottom = MIN(b1_row + (4<<3), b2_row + (4<<3)); // bottom in block_overlap() local
103 return (int_bottom - int_top) * (int_right - int_left); in block_overlap()