Lines Matching refs:cx1
894 int *cx, int *cx1) in decode_units3() argument
899 ret = decode_unit3(s, &s->pixel_model3[0][*cx + *cx1], rc->code & 0xFFF, red); in decode_units3()
903 *cx1 = (*cx << 6) & 0xFC0; in decode_units3()
906 ret = decode_unit3(s, &s->pixel_model3[1][*cx + *cx1], rc->code & 0xFFF, green); in decode_units3()
910 *cx1 = (*cx << 6) & 0xFC0; in decode_units3()
913 ret = decode_unit3(s, &s->pixel_model3[2][*cx + *cx1], rc->code & 0xFFF, blue); in decode_units3()
917 *cx1 = (*cx << 6) & 0xFC0; in decode_units3()
934 int cx = 0, cx1 = 0, k = 0; in decompress_i3() local
944 ret = decode_units3(s, &r, &g, &b, &cx, &cx1); in decompress_i3()
985 ret = decode_units3(s, &r, &g, &b, &cx, &cx1); in decompress_i3()
1004 backstep, off, &cx, &cx1); in decompress_i3()
1018 int ret, temp, min, max, x, y, cx = 0, cx1 = 0; in decompress_p3() local
1180 ret = decode_units3(s, &r, &g, &b, &cx, &cx1); in decompress_p3()
1200 backstep, sx1, sx2, &cx, &cx1); in decompress_p3()