Lines Matching refs:p_height

395                               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()
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()
544 int p_height, int p_stride, int bd) { in highbd_frame_error() argument
546 for (int i = 0; i < p_height; ++i) { in highbd_frame_error()
558 int p_height, int p_stride, int subsampling_x, int subsampling_y, int bd, in highbd_warp_error() argument
562 const int error_bsize_h = AOMMIN(p_height, WARP_ERROR_BLOCK); in highbd_warp_error()
567 for (int i = p_row; i < p_row + p_height; i += WARP_ERROR_BLOCK) { in highbd_warp_error()
572 const int warp_h = AOMMIN(error_bsize_h, p_row + p_height - i); in highbd_warp_error()
678 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_c() argument
698 for (int i = p_row; i < p_row + p_height; i += 8) { in av1_warp_affine_c()
752 for (int k = -4; k < AOMMIN(4, p_row + p_height - i - 4); ++k) { in av1_warp_affine_c()
806 int p_col, int p_row, int p_width, int p_height, in warp_plane() argument
820 p_height, p_stride, subsampling_x, subsampling_y, conv_params, in warp_plane()
825 const uint8_t *const dst, int p_width, int p_height, in frame_error() argument
828 for (int i = 0; i < p_height; ++i) { in frame_error()
840 int p_width, int p_height, int p_stride, in warp_error() argument
846 int error_bsize_h = AOMMIN(p_height, WARP_ERROR_BLOCK); in warp_error()
851 for (int i = p_row; i < p_row + p_height; i += WARP_ERROR_BLOCK) { in warp_error()
856 warp_h = AOMMIN(error_bsize_h, p_row + p_height - i); in warp_error()
869 uint8_t *dst, int p_width, int p_height, int p_stride) { in av1_frame_error() argument
872 CONVERT_TO_SHORTPTR(dst), p_width, p_height, in av1_frame_error()
875 return frame_error(ref, stride, dst, p_width, p_height, p_stride); in av1_frame_error()
881 int p_height, int p_stride, int subsampling_x, in av1_warp_error() argument
887 p_width, p_height, p_stride, subsampling_x, in av1_warp_error()
890 p_height, p_stride, subsampling_x, subsampling_y, in av1_warp_error()
897 int p_height, int p_stride, int subsampling_x, in av1_warp_plane() argument
901 p_width, p_height, p_stride, subsampling_x, subsampling_y, in av1_warp_plane()
905 p_height, p_stride, subsampling_x, subsampling_y, conv_params); in av1_warp_plane()