Lines Matching defs:width
33 int stride, int width, int height)
38 for (x = -3; x < width+5; x++)
41 for (x = 0; x < width; x++)
44 for (x = 0; x < width; x++)
139 static void put_signed_rect_clamped_8bit_c(uint8_t *dst, int dst_stride, const uint8_t *_src, int src_stride, int width, int height)
144 for (x = 0; x < width; x+=4) {
157 int src_stride, int width, int height) \
163 for (x = 0; x < width; x+=4) { \
179 int width, int height)
184 for (x = 0; x < width; x+=2) {