Home
last modified time | relevance | path

Searched refs:p_row (Results 1 – 16 of 16) 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
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 …]
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.h214 int p_row, int plane, int ref,
222 const WarpTypesAllowed *warp_types, int p_col, int p_row, int ref,
Dreconinter.c68 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/
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.h37 int p_row, int plane, int ref,
Dreconinter_enc.c286 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()
Drdopt.c6667 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/
Danalyzer.cc246 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/
Dav1_rtcd.h207 …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/
Dav1_rtcd.h207 …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/
Dwarp_plane_neon.c474 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/
Dav1_rtcd.h211 …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/
Dhighbd_warp_plane_sse4.c290 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()
Dwarp_plane_sse4.c811 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/
Dav1_rtcd.h214 …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 …