Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c104 int first_blk_col) { in calculate_overlaps_mb() argument
111 const int rel_ol_blk_col = first_blk_col - mb_col * 4; in calculate_overlaps_mb()
124 int end_col = VPXMIN(4 + mb_col * 4 - first_blk_col, 2); in calculate_overlaps_mb()
144 (((first_blk_col + col) * 4) << 3)); in calculate_overlaps_mb()