Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c113 int new_row, int new_col, in calculate_overlaps_mb() argument
144 if (new_col >= 0 && (new_col & 0x1F) == 0) in calculate_overlaps_mb()
152 if (new_col < (mb_col*16)<<3) in calculate_overlaps_mb()
160 const int overlap = block_overlap(new_row, new_col, in calculate_overlaps_mb()
177 int new_row, new_col; in vp8_calculate_overlaps() local
188 new_col = col - bmi->mv.as_mv.col; in vp8_calculate_overlaps()
190 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3)) in vp8_calculate_overlaps()
196 if (new_row <= (-4 << 3) || new_col <= (-4 << 3)) in vp8_calculate_overlaps()
203 overlap_b_col = FLOOR(new_col / 4, 3) >> 3; in vp8_calculate_overlaps()
219 if (abs(new_col - ((16*overlap_mb_col) << 3)) < ((3*4) << 3)) in vp8_calculate_overlaps()
[all …]