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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Derror_concealment.c110 * overlapping block at position (new_row, new_col) (in pixels, Q3). The
115 int new_row, int new_col,
141 /* Check if new_row and new_col are evenly divisible by 4 (Q3),
146 if (new_col >= 0 && (new_col & 0x1F) == 0)
154 if (new_col < (mb_col*16)<<3)
162 const int overlap = block_overlap(new_row, new_col,
179 int new_row, new_col; local
190 new_col = col - bmi->mv.as_mv.col;
192 if (new_row >= ((16*mb_rows) << 3) || new_col >
114 calculate_overlaps_mb(B_OVERLAP *b_overlaps, union b_mode_info *bmi, int new_row, int new_col, int mb_row, int mb_col, int first_blk_row, int first_blk_col) argument
[all...]

Completed in 62 milliseconds