/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 416 for (int i = p_row; i < p_row + p_height; i += 8) { in av1_highbd_warp_affine_c() 465 for (int k = -4; k < AOMMIN(4, p_row + p_height - i - 4); ++k) { in av1_highbd_warp_affine_c() 481 ->dst[(i - p_row + k + 4) * conv_params->dst_stride + 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 567 for (int i = p_row; i < p_row + p_height; i += 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 | 214 int p_row, int plane, int ref, 222 const WarpTypesAllowed *warp_types, int p_col, int p_row, int ref,
|
D | reconinter.c | 68 int p_row, int plane, int ref, 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 | 37 int p_row, int plane, int ref,
|
D | reconinter_enc.c | 286 int p_row, int plane, int ref, in av1_build_inter_predictor() argument 304 p_row, plane, ref, xd->mi[0], 0, xd, in av1_build_inter_predictor()
|
D | rdopt.c | 6667 const int p_row = ((mi_row * MI_SIZE) >> pd->subsampling_y) + 4 * ir; in joint_motion_search() local 6752 interp_filters, &warp_types[!id], p_col, p_row, in joint_motion_search() 7277 const int p_row = ((mi_row * MI_SIZE) >> pd->subsampling_y) + 4 * ir; in build_second_inter_pred() local 7299 mbmi->interp_filters, &warp_types, p_col, p_row, in build_second_inter_pred()
|
/external/libaom/libaom/examples/ |
D | analyzer.cc | 246 unsigned char *p_row = pixels; in render() local 260 unsigned char *p = p_row; in render() 337 p_row += zoom * p_stride; in render()
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 207 …t *ref, int width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int … 292 …_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int … 293 …_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int …
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 207 …t *ref, int width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int … 292 …_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int … 293 …_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int …
|
/external/libaom/libaom/av1/common/arm/ |
D | warp_plane_neon.c | 474 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_neon() argument 521 const int32_t src_y = (p_row + i + 4) << subsampling_y; in av1_warp_affine_neon()
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 211 …t *ref, int width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int … 293 …_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int …
|
/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 344 const int32_t src_y = (p_row + i + 4) << subsampling_y; in av1_highbd_warp_affine_sse4_1()
|
D | warp_plane_sse4.c | 811 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_sse4_1() argument 856 const int32_t src_y = (p_row + i + 4) << subsampling_y; in av1_warp_affine_sse4_1()
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 214 …t *ref, int width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int … 296 …_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int …
|