Searched defs:p_row (Results 1 – 9 of 9) sorted by relevance
| /external/libaom/av1/encoder/ |
| D | global_motion.c | 131 int stride, const uint16_t *const dst, int p_col, int p_row, int p_width, in highbd_warp_error() 167 const uint8_t *const dst, int p_col, int p_row, in warp_error() 205 uint8_t *dst, int p_col, int p_row, int p_width, in av1_warp_error()
|
| D | motion_search_facade.c | 815 const int p_row = ((mi_row * MI_SIZE) >> pd->subsampling_y); in build_second_inter_pred() local
|
| /external/libaom/av1/common/ |
| D | warped_motion.c | 324 int p_col, int p_row, int p_width, int p_height, in av1_highbd_warp_affine_c() 450 int p_col, int p_row, int p_width, int p_height, in highbd_warp_plane() 598 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_c() 727 int height, int stride, uint8_t *pred, int p_col, int p_row, in warp_plane() 820 uint8_t *pred, int p_col, int p_row, int p_width, in av1_warp_plane()
|
| /external/libaom/av1/common/x86/ |
| D | highbd_warp_affine_avx2.c | 19 uint16_t *pred, int p_col, int p_row, in av1_highbd_warp_affine_avx2()
|
| D | highbd_warp_plane_sse4.c | 298 uint16_t *pred, int p_col, int p_row, in av1_highbd_warp_affine_sse4_1()
|
| D | warp_plane_sse4.c | 832 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_sse4_1()
|
| D | warp_plane_avx2.c | 1137 int p_row, int p_width, int p_height, int p_stride, in av1_warp_affine_avx2()
|
| /external/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()
|
| /external/libaom/examples/ |
| D | analyzer.cc | 245 unsigned char *p_row = pixels; in render() local
|