/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 395 int p_col, int p_row, int p_width, int p_height, in av1_highbd_warp_affine_c() argument 417 for (int j = p_col; j < p_col + p_width; j += 8) { in av1_highbd_warp_affine_c() 467 for (int l = -4; l < AOMMIN(4, p_col + p_width - j - 4); ++l) { in av1_highbd_warp_affine_c() 482 (j - p_col + l + 4)]; in av1_highbd_warp_affine_c() 486 &pred[(i - p_row + k + 4) * p_stride + (j - p_col + l + 4)]; in av1_highbd_warp_affine_c() 505 &pred[(i - p_row + k + 4) * p_stride + (j - p_col + l + 4)]; in av1_highbd_warp_affine_c() 519 const uint8_t *const pred8, int p_col, int p_row, in highbd_warp_plane() argument 536 av1_highbd_warp_affine(mat, ref, width, height, stride, pred, p_col, p_row, in highbd_warp_plane() 557 int stride, const uint8_t *const dst8, int p_col, int p_row, int p_width, in highbd_warp_error() argument 568 for (int j = p_col; j < p_col + p_width; j += WARP_ERROR_BLOCK) { in highbd_warp_error() [all …]
|
D | warped_motion.h | 75 uint8_t *dst, int p_col, int p_row, int p_width, 86 uint8_t *pred, int p_col, int p_row, int p_width,
|
D | reconinter.h | 213 const WarpTypesAllowed *warp_types, int p_col, 222 const WarpTypesAllowed *warp_types, int p_col, int p_row, int ref,
|
D | reconinter.c | 67 const WarpTypesAllowed *warp_types, int p_col, in av1_make_inter_predictor() argument 89 pre_buf->stride, dst, p_col, p_row, w, h, dst_stride, in av1_make_inter_predictor() 585 const WarpTypesAllowed *warp_types, int p_col, int p_row, int ref, in av1_make_masked_inter_predictor() argument 616 p_col, p_row, plane, ref, mi, 0, xd, in av1_make_masked_inter_predictor()
|
/external/libaom/libaom/test/ |
D | warp_filter_test_util.h | 38 uint8_t *pred, int p_col, int p_row, 69 uint16_t *pred, int p_col, int p_row,
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.h | 36 const WarpTypesAllowed *warp_types, int p_col,
|
D | reconinter_enc.c | 285 const WarpTypesAllowed *warp_types, int p_col, in av1_build_inter_predictor() argument 303 w, h, conv_params, interp_filters, warp_types, p_col, in av1_build_inter_predictor()
|
D | rdopt.c | 6666 const int p_col = ((mi_col * MI_SIZE) >> pd->subsampling_x) + 4 * ic; in joint_motion_search() local 6752 interp_filters, &warp_types[!id], p_col, p_row, in joint_motion_search() 7276 const int p_col = ((mi_col * MI_SIZE) >> pd->subsampling_x) + 4 * ic; in build_second_inter_pred() local 7299 mbmi->interp_filters, &warp_types, p_col, p_row, in build_second_inter_pred()
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 207 …nst uint16_t *ref, int width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_… 292 …const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_… 293 …const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_…
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 207 …nst uint16_t *ref, int width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_… 292 …const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_… 293 …const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_…
|
/external/libaom/libaom/av1/common/arm/ |
D | warp_plane_neon.c | 473 int height, int stride, uint8_t *pred, int p_col, in av1_warp_affine_neon() argument 520 const int32_t src_x = (p_col + j + 4) << subsampling_x; in av1_warp_affine_neon()
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 211 …nst uint16_t *ref, int width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_… 293 …const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_…
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_warp_plane_sse4.c | 290 uint16_t *pred, int p_col, int p_row, in av1_highbd_warp_affine_sse4_1() argument 343 const int32_t src_x = (p_col + j + 4) << subsampling_x; in av1_highbd_warp_affine_sse4_1()
|
D | warp_plane_sse4.c | 810 int height, int stride, uint8_t *pred, int p_col, in av1_warp_affine_sse4_1() argument 855 const int32_t src_x = (p_col + j + 4) << subsampling_x; in av1_warp_affine_sse4_1()
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 214 …nst uint16_t *ref, int width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_… 296 …const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_…
|