H A D | vf_neighbor.c | 43 int coordinates; member 50 int threshold, const uint8_t *coordinates[], int coord, 77 int threshold, const uint8_t *coordinates[], int coord, in erosion() 88 min = FFMIN(min, *(coordinates[i] + x)); in erosion() 98 int threshold, const uint8_t *coordinates[], int coord, in erosion16() 110 min = FFMIN(min, AV_RN16A(coordinates[i] + x * 2)); in erosion16() 120 int threshold, const uint8_t *coordinates[], int coord, in dilation() 131 max = FFMAX(max, *(coordinates[i] + x)); in dilation() 141 int threshold, const uint8_t *coordinates[], int coord, in dilation16() 153 max = FFMAX(max, AV_RN16A(coordinates[ in dilation16() 76 erosion(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) erosion() argument 97 erosion16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) erosion16() argument 119 dilation(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) dilation() argument 140 dilation16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) dilation16() argument 162 deflate(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) deflate() argument 178 deflate16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) deflate16() argument 195 inflate(uint8_t *dst, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) inflate() argument 211 inflate16(uint8_t *dstp, const uint8_t *p1, int width, int threshold, const uint8_t *coordinates[], int coord, int maxc) inflate16() argument 285 const uint8_t *coordinates[] = { src - nh * stride, src + 1 * bpc - nh * stride, src + 2 * bpc - nh * stride, filter_slice() local [all...] |