Home
last modified time | relevance | path

Searched refs:p_width (Results 1 – 16 of 16) sorted by relevance

/external/libaom/libaom/av1/common/
Dwarped_motion.h153 uint8_t *dst, int p_width, int p_height, int p_stride);
156 int stride, uint8_t *dst, int p_width,
161 const uint16_t *const dst, int p_width,
166 int p_col, int p_row, int p_width, int p_height,
172 int p_width, int p_height, int p_stride, int subsampling_x,
177 uint8_t *pred, int p_col, int p_row, int p_width,
Dwarped_motion.c324 int p_col, int p_row, int p_width, int p_height, in av1_highbd_warp_affine_c() argument
346 for (int j = p_col; j < p_col + p_width; j += 8) { in av1_highbd_warp_affine_c()
396 for (int l = -4; l < AOMMIN(4, p_col + p_width - j - 4); ++l) { in av1_highbd_warp_affine_c()
448 int p_col, int p_row, int p_width, int p_height, in highbd_warp_plane() argument
463 p_width, p_height, p_stride, subsampling_x, in highbd_warp_plane()
469 const uint16_t *const dst, int p_width, in av1_calc_highbd_frame_error() argument
473 for (int j = 0; j < p_width; ++j) { in av1_calc_highbd_frame_error()
483 int p_width, int p_height, int p_stride, int bd, uint8_t *segment_map, in highbd_segmented_frame_error() argument
486 const int error_bsize_w = AOMMIN(p_width, WARP_ERROR_BLOCK); in highbd_segmented_frame_error()
490 for (int j = 0; j < p_width; j += WARP_ERROR_BLOCK) { in highbd_segmented_frame_error()
[all …]
/external/libaom/libaom/av1/common/x86/
Dwarp_plane_sse2.c19 const uint8_t *const dst, int p_width, in av1_calc_frame_error_sse2() argument
29 for (j = 0; j < (p_width / 16); j++) { in av1_calc_frame_error_sse2()
76 if (p_width & 0xf) { in av1_calc_frame_error_sse2()
77 for (int l = j * 16; l < p_width; ++l) { in av1_calc_frame_error_sse2()
Dwarp_plane_sse4.c585 const int reduce_bits_vert, int p_stride, int p_width, in store_vertical_filter_output() argument
620 if (p_width > 4) { in store_vertical_filter_output()
669 if (p_width == 4) { in store_vertical_filter_output()
679 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter() argument
700 p_stride, p_width, round_bits); in warp_vertical_filter()
706 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_gamma0() argument
728 p_stride, p_width, round_bits); in warp_vertical_filter_gamma0()
734 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_delta0() argument
754 p_stride, p_width, round_bits); in warp_vertical_filter_delta0()
760 int16_t delta, int p_height, int p_stride, int p_width, int i, int j, in warp_vertical_filter_gamma0_delta0() argument
[all …]
Dwarp_plane_avx2.c662 int i, int j, int k, const int reduce_bits_vert, int p_stride, int p_width, in store_vertical_filter_output_avx2() argument
710 if (p_width > 4) { in store_vertical_filter_output_avx2()
769 if (p_width == 4) { in store_vertical_filter_output_avx2()
781 int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width, in warp_vertical_filter_avx2() argument
816 p_stride, p_width, round_bits); in warp_vertical_filter_avx2()
830 int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width, in warp_vertical_filter_gamma0_avx2() argument
866 p_stride, p_width, round_bits); in warp_vertical_filter_gamma0_avx2()
879 int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width, in warp_vertical_filter_delta0_avx2() argument
914 p_stride, p_width, round_bits); in warp_vertical_filter_delta0_avx2()
927 int16_t gamma, int16_t delta, int p_height, int p_stride, int p_width, in warp_vertical_filter_gamma0_delta0_avx2() argument
[all …]
Dhighbd_warp_plane_sse4.c299 int p_width, int p_height, int p_stride, in av1_highbd_warp_affine_sse4_1() argument
350 for (j = 0; j < p_width; j += 8) { in av1_highbd_warp_affine_sse4_1()
567 if (p_width > 4) { in av1_highbd_warp_affine_sse4_1()
623 if (p_width == 4) { in av1_highbd_warp_affine_sse4_1()
/external/libaom/libaom/test/
Dwarp_filter_test_util.h41 int p_width, int p_height, int p_stride,
73 int p_width, int p_height, int p_stride,
Dframe_error_test.cc29 const uint8_t *const dst, int p_width,
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c167 int stride, const uint16_t *const dst, int p_col, int p_row, int p_width, in highbd_warp_error() argument
171 const int error_bsize_w = AOMMIN(p_width, WARP_ERROR_BLOCK); in highbd_warp_error()
178 for (int j = p_col; j < p_col + p_width; j += WARP_ERROR_BLOCK) { in highbd_warp_error()
186 const int warp_w = AOMMIN(error_bsize_w, p_col + p_width - j); in highbd_warp_error()
204 int p_width, int p_height, int p_stride, in warp_error() argument
210 const int error_bsize_w = AOMMIN(p_width, WARP_ERROR_BLOCK); in warp_error()
217 for (int j = p_col; j < p_col + p_width; j += WARP_ERROR_BLOCK) { in warp_error()
225 warp_w = AOMMIN(error_bsize_w, p_col + p_width - j); in warp_error()
241 uint8_t *dst, int p_col, int p_row, int p_width, in av1_warp_error() argument
251 p_width, p_height, p_stride, subsampling_x, in av1_warp_error()
[all …]
Dglobal_motion.h60 uint8_t *dst, int p_col, int p_row, int p_width,
/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.h93 …or_c(const uint8_t *const ref, int stride, const uint8_t *const dst, int p_width, int p_height, in…
251 …width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in…
336 … width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in…
337 … 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.h93 …or_c(const uint8_t *const ref, int stride, const uint8_t *const dst, int p_width, int p_height, in…
251 …width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in…
336 … width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in…
337 … 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.h92 …or_c(const uint8_t *const ref, int stride, const uint8_t *const dst, int p_width, int p_height, in…
93 …sse2(const uint8_t *const ref, int stride, const uint8_t *const dst, int p_width, int p_height, in…
256 …width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in…
338 … 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.h92 …or_c(const uint8_t *const ref, int stride, const uint8_t *const dst, int p_width, int p_height, in…
93 …sse2(const uint8_t *const ref, int stride, const uint8_t *const dst, int p_width, int p_height, in…
259 …width, int height, int stride, uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in…
341 … 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.py1730 p_width = max_(0, math_ops.cast(f_padding_width, dtype=dtypes.int32))
1735 padded = pad_to_bounding_box(resized, p_height, p_width, target_height,