Searched refs:row_stride (Results 1 – 3 of 3) sorted by relevance
39 int row_stride = 4 * width; in JNIFUNCF() local42 int buf_len = 2 * row_stride; in JNIFUNCF()56 int loc = j * row_stride + k * 4; in JNIFUNCF()62 tmp += *(ptr + (loc - row_stride + 4 + l)); in JNIFUNCF()64 tmp += *(ptr + (loc + row_stride + 4 + l)); in JNIFUNCF()65 tmp -= *(ptr + (loc - row_stride - 4 + l)); in JNIFUNCF()67 tmp -= *(ptr + (loc + row_stride - 4 + l)); in JNIFUNCF()76 tmp -= *(ptr + (loc - row_stride - 4 + l)); in JNIFUNCF()77 tmp -= *(ptr + (loc - row_stride + l)) * 2.0f; in JNIFUNCF()78 tmp -= *(ptr + (loc - row_stride + 4 + l)); in JNIFUNCF()[all …]
97 int row_stride; member229 int plane_start = startX * plane_.pixel_stride + startY * plane_.row_stride; in LoadAt()231 int plane_end = endX * plane_.pixel_stride + endY * plane_.row_stride; in LoadAt()234 int stride = dx * plane_.pixel_stride + dy * plane_.row_stride; in LoadAt()
109 int row_stride; // physical row width in image buffer in write_JPEG_Buff() local110 row_stride = image_width * cinfo.input_components; // JSAMPLEs per row in imageBuffer in write_JPEG_Buff()114 row_pointer[0] = &imageBuffer[cinfo.next_scanline * row_stride]; in write_JPEG_Buff()