Lines Matching defs:delta
49 RLE_ESC_FB = 251, ///< apply null delta to N blocks / skip N blocks
51 RLE_ESC_FD = 253, ///< apply null delta to all remaining lines of this block
52 RLE_ESC_FE = 254, ///< apply null delta to all lines up to the 3rd line
53 RLE_ESC_FF = 255 ///< apply null delta to all lines up to the 2nd line
430 const vqEntry *delta[2], int swap_quads[2],
467 delta_tab = delta[line & 1];
469 delta_tab = delta[1];
591 const vqEntry *delta[2];
648 delta[0] = &vq_tab[second_indx];
649 delta[1] = &vq_tab[prim_indx];
674 0, zoom_fac, mode, delta, swap_quads,
681 1, 1, mode, delta, swap_quads,
691 zoom_fac, 1, mode, delta, swap_quads,