HomeSort by relevance Sort by last modified time
    Searched full:new_col (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
error_concealment.c 108 * overlapping block at position (new_row, new_col) (in pixels, Q3). The
113 int new_row, int new_col,
139 /* Check if new_row and new_col are evenly divisible by 4 (Q3),
144 if (new_col >= 0 && (new_col & 0x1F) == 0)
152 if (new_col < (mb_col*16)<<3)
160 const int overlap = block_overlap(new_row, new_col,
177 int new_row, new_col; local
188 new_col = col - bmi->mv.as_mv.col;
190 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3)
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 110 * 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 >= ((16*mb_cols) << 3)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
error_concealment.c 110 * 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 >= ((16*mb_cols) << 3)
    [all...]

Completed in 2193 milliseconds