Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dwarped_motion.c395 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 …]
Dwarped_motion.h75 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,
Dreconinter.h213 const WarpTypesAllowed *warp_types, int p_col,
222 const WarpTypesAllowed *warp_types, int p_col, int p_row, int ref,
Dreconinter.c67 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/
Dwarp_filter_test_util.h38 uint8_t *pred, int p_col, int p_row,
69 uint16_t *pred, int p_col, int p_row,
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.h36 const WarpTypesAllowed *warp_types, int p_col,
Dreconinter_enc.c285 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()
Drdopt.c6666 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/
Dav1_rtcd.h207 …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/
Dav1_rtcd.h207 …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/
Dwarp_plane_neon.c473 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/
Dav1_rtcd.h211 …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/
Dhighbd_warp_plane_sse4.c290 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()
Dwarp_plane_sse4.c810 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/
Dav1_rtcd.h214 …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_…