Lines Matching refs:GET_LINE
333 #define GET_LINE(frame,comp,line) (((unsigned char *)(frame)->data[k]) + \ macro
361 guint8 *dest = GET_LINE (dest_frame, k, j); in reconstruct()
402 memcpy (GET_LINE (dest_frame, k, j), in reconstruct_single()
403 GET_LINE (&field->frame, k, j), width); in reconstruct_single()
406 memcpy (GET_LINE (dest_frame, k, j), in reconstruct_single()
407 GET_LINE (&field->frame, k, (j ^ 1)), width); in reconstruct_single()
409 guint8 *dest = GET_LINE (dest_frame, k, j); in reconstruct_single()
410 guint8 *line1 = GET_LINE (&field->frame, k, j - 1); in reconstruct_single()
411 guint8 *line2 = GET_LINE (&field->frame, k, j + 1); in reconstruct_single()
472 memcpy (GET_LINE (dest_frame, k, j), in reconstruct_single()
473 GET_LINE (&field->frame, k, j), width); in reconstruct_single()
476 memcpy (GET_LINE (dest_frame, k, j), in reconstruct_single()
477 GET_LINE (&field->frame, k, (j ^ 1)), width); in reconstruct_single()
479 guint8 *dest = GET_LINE (dest_frame, k, j); in reconstruct_single()
480 guint8 *line1 = GET_LINE (&field->frame, k, j - 1); in reconstruct_single()
481 guint8 *line2 = GET_LINE (&field->frame, k, j + 1); in reconstruct_single()