/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() 520 int p_width, int p_height, int p_stride, in highbd_warp_plane() argument 537 p_width, p_height, p_stride, subsampling_x, in highbd_warp_plane() 543 const uint16_t *const dst, int p_width, in highbd_frame_error() argument 547 for (int j = 0; j < p_width; ++j) { in highbd_frame_error() 557 int stride, const uint8_t *const dst8, int p_col, int p_row, int p_width, in highbd_warp_error() argument 561 const int error_bsize_w = AOMMIN(p_width, WARP_ERROR_BLOCK); in highbd_warp_error() 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, 82 uint8_t *dst, int p_width, int p_height, int p_stride); 86 uint8_t *pred, int p_col, int p_row, int p_width,
|
/external/libaom/libaom/av1/common/x86/ |
D | warp_plane_sse4.c | 564 const int reduce_bits_vert, int p_stride, int p_width, in store_vertical_filter_output() argument 599 if (p_width > 4) { in store_vertical_filter_output() 648 if (p_width == 4) { in store_vertical_filter_output() 658 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter() argument 679 p_stride, p_width, round_bits); in warp_vertical_filter() 685 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_gamma0() argument 707 p_stride, p_width, round_bits); in warp_vertical_filter_gamma0() 713 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_delta0() argument 733 p_stride, p_width, round_bits); in warp_vertical_filter_delta0() 739 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_gamma0_delta0() argument [all …]
|
D | highbd_warp_plane_sse4.c | 291 int p_width, int p_height, int p_stride, in av1_highbd_warp_affine_sse4_1() argument 342 for (j = 0; j < p_width; j += 8) { in av1_highbd_warp_affine_sse4_1() 559 if (p_width > 4) { in av1_highbd_warp_affine_sse4_1() 615 if (p_width == 4) { in av1_highbd_warp_affine_sse4_1()
|
/external/libaom/libaom/test/ |
D | warp_filter_test_util.h | 39 int p_width, int p_height, int p_stride, 70 int p_width, int p_height, int p_stride,
|
/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 519 for (int j = 0; j < p_width; j += 8) { in av1_warp_affine_neon() 662 if (p_width > 4) { in av1_warp_affine_neon() 705 if (p_width == 4) { in av1_warp_affine_neon()
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 207 …width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in… 292 … width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in… 293 … width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in…
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 207 …width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in… 292 … width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in… 293 … width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in…
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 211 …width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in… 293 … width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in…
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 214 …width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in… 296 … width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in…
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 1309 p_width = max_(0, math_ops.cast(f_padding_width, dtype=dtypes.int32)) 1314 padded = pad_to_bounding_box(resized, p_height, p_width, target_height,
|