Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Derror_concealment.c115 int new_row, int new_col, in calculate_overlaps_mb() argument
146 if (new_col >= 0 && (new_col & 0x1F) == 0) in calculate_overlaps_mb()
154 if (new_col < (mb_col*16)<<3) in calculate_overlaps_mb()
162 const int overlap = block_overlap(new_row, new_col, in calculate_overlaps_mb()
179 int new_row, new_col; in vp8_calculate_overlaps() local
190 new_col = col - bmi->mv.as_mv.col; in vp8_calculate_overlaps()
192 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3)) in vp8_calculate_overlaps()
198 if (new_row <= (-4 << 3) || new_col <= (-4 << 3)) in vp8_calculate_overlaps()
205 overlap_b_col = FLOOR(new_col / 4, 3) >> 3; in vp8_calculate_overlaps()
221 if (abs(new_col - ((16*overlap_mb_col) << 3)) < ((3*4) << 3)) in vp8_calculate_overlaps()
[all …]