Home
last modified time | relevance | path

Searched refs:p_width (Results 1 – 11 of 11) 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()
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 …]
Dwarped_motion.h75 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/
Dwarp_plane_sse4.c564 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 …]
Dhighbd_warp_plane_sse4.c291 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/
Dwarp_filter_test_util.h39 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/
Dwarp_plane_neon.c474 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/
Dav1_rtcd.h207 …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/
Dav1_rtcd.h207 …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/
Dav1_rtcd.h211 …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/
Dav1_rtcd.h214 …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/
Dimage_ops_impl.py1309 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,