encode8x8 928 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.y1, has_dc, y&8); encode8x8 929 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.y2, has_dc, y&4); encode8x8 930 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.y3, has_dc, y&2); encode8x8 931 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.y4, has_dc, y&1); encode8x8 934 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.u, has_dc, c&2); encode8x8 935 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.v, has_dc, c&1); encode8x8 1084 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.y1, has_dc, y&8); encode8x8 1085 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.y2, has_dc, y&4); encode8x8 1086 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.y3, has_dc, y&2); encode8x8 1087 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.y4, has_dc, y&1); encode8x8 1090 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.u, has_dc, c&2); encode8x8 1091 lib/h.263/swfvideo.c bits += encode8x8(tag, data->b.v, has_dc, c&1); encode8x8 1376 lib/h.263/swfvideo.c encode8x8(tag, b2.y1, has_dc, y&8); encode8x8 1377 lib/h.263/swfvideo.c encode8x8(tag, b2.y2, has_dc, y&4); encode8x8 1378 lib/h.263/swfvideo.c encode8x8(tag, b2.y3, has_dc, y&2); encode8x8 1379 lib/h.263/swfvideo.c encode8x8(tag, b2.y4, has_dc, y&1); encode8x8 1380 lib/h.263/swfvideo.c encode8x8(tag, b2.u, has_dc, c&2); encode8x8 1381 lib/h.263/swfvideo.c encode8x8(tag, b2.v, has_dc, c&1);