Home
last modified time | relevance | path

Searched defs:p_row (Results 1 – 15 of 15) sorted by relevance

/external/libaom/av1/common/
Dwarped_motion.c288 int p_col, int p_row, int p_width, int p_height, in av1_highbd_warp_affine_c()
416 int p_col, int p_row, int p_width, int p_height, in highbd_warp_plane()
519 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_c()
648 int height, int stride, uint8_t *pred, int p_col, int p_row, in warp_plane()
663 uint8_t *pred, int p_col, int p_row, int p_width, in av1_warp_plane()
/external/libaom/av1/encoder/
Dglobal_motion.c175 int p_col, int p_row, int p_width, in highbd_warp_error()
278 int p_row, int p_width, int p_height, in warp_error()
341 int p_row, int p_width, int p_height, int subsampling_x, in av1_warp_error()
Dmotion_search_facade.c858 const int p_row = ((mi_row * MI_SIZE) >> pd->subsampling_y); in build_second_inter_pred() local
/external/libaom/av1/common/arm/
Dwarp_plane_neon.h334 uint8_t *pred, int p_col, int p_row, int p_width, int p_height, in av1_warp_affine_common()
Dwarp_plane_neon.c273 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_neon()
Dhighbd_warp_plane_neon.c310 uint16_t *pred, int p_col, int p_row, in av1_highbd_warp_affine_neon()
Dwarp_plane_sve.c281 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_sve()
Dwarp_plane_neon_i8mm.c287 int p_col, int p_row, int p_width, int p_height, in av1_warp_affine_neon_i8mm()
Dhighbd_warp_plane_sve.c286 uint16_t *pred, int p_col, int p_row, in av1_highbd_warp_affine_sve()
Dhighbd_warp_plane_neon.h365 uint16_t *pred, int p_col, int p_row, int p_width, int p_height, in highbd_warp_affine_common()
/external/libaom/av1/common/x86/
Dhighbd_warp_affine_avx2.c19 uint16_t *pred, int p_col, int p_row, in av1_highbd_warp_affine_avx2()
Dhighbd_warp_plane_sse4.c298 uint16_t *pred, int p_col, int p_row, in av1_highbd_warp_affine_sse4_1()
Dwarp_plane_sse4.c775 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_sse4_1()
Dwarp_plane_avx2.c1027 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_avx2()
/external/libaom/examples/
Danalyzer.cc245 unsigned char *p_row = pixels; in render() local