Lines Matching refs:xface
139 XFaceContext *xface = avctx->priv_data; in xface_encode_frame() local
164 xface->bitmap[i++] = (buf[j]>>(7-k))&1; in xface_encode_frame()
172 memcpy(bitmap_copy, xface->bitmap, XFACE_PIXELS); in xface_encode_frame()
173 ff_xface_generate_face(xface->bitmap, bitmap_copy); in xface_encode_frame()
175 encode_block(xface->bitmap, 16, 16, 0, &pq); in xface_encode_frame()
176 encode_block(xface->bitmap + 16, 16, 16, 0, &pq); in xface_encode_frame()
177 encode_block(xface->bitmap + 32, 16, 16, 0, &pq); in xface_encode_frame()
178 encode_block(xface->bitmap + XFACE_WIDTH * 16, 16, 16, 0, &pq); in xface_encode_frame()
179 encode_block(xface->bitmap + XFACE_WIDTH * 16 + 16, 16, 16, 0, &pq); in xface_encode_frame()
180 encode_block(xface->bitmap + XFACE_WIDTH * 16 + 32, 16, 16, 0, &pq); in xface_encode_frame()
181 encode_block(xface->bitmap + XFACE_WIDTH * 32, 16, 16, 0, &pq); in xface_encode_frame()
182 encode_block(xface->bitmap + XFACE_WIDTH * 32 + 16, 16, 16, 0, &pq); in xface_encode_frame()
183 encode_block(xface->bitmap + XFACE_WIDTH * 32 + 32, 16, 16, 0, &pq); in xface_encode_frame()