/third_party/ffmpeg/libavcodec/ |
H A D | xfaceenc.c | 27 #include "xface.h" 140 XFaceContext *xface = avctx->priv_data; in xface_encode_frame() local 165 xface->bitmap[i++] = (buf[j]>>(7-k))&1; in xface_encode_frame() 173 memcpy(bitmap_copy, xface->bitmap, XFACE_PIXELS); in xface_encode_frame() 174 ff_xface_generate_face(xface->bitmap, bitmap_copy); in xface_encode_frame() 176 encode_block(xface->bitmap, 16, 16, 0, &pq); in xface_encode_frame() 177 encode_block(xface->bitmap + 16, 16, 16, 0, &pq); in xface_encode_frame() 178 encode_block(xface->bitmap + 32, 16, 16, 0, &pq); in xface_encode_frame() 179 encode_block(xface->bitmap + XFACE_WIDTH * 16, 16, 16, 0, &pq); in xface_encode_frame() 180 encode_block(xface in xface_encode_frame() [all...] |
H A D | xfacedec.c | 32 #include "xface.h" 115 XFaceContext *xface = avctx->priv_data; in xface_decode_frame() local 142 memset(xface->bitmap, 0, XFACE_PIXELS); in xface_decode_frame() 143 buf = xface->bitmap; in xface_decode_frame() 154 ff_xface_generate_face(xface->bitmap, xface->bitmap); in xface_decode_frame() 159 byte += xface->bitmap[i]; in xface_decode_frame() 179 .p.name = "xface",
|
H A D | Makefile | 792 OBJS-$(CONFIG_XFACE_DECODER) += xfacedec.o xface.o 793 OBJS-$(CONFIG_XFACE_ENCODER) += xfaceenc.o xface.o
|
/third_party/ffmpeg/tests/fate/ |
H A D | vcodec.mak | 445 FATE_VCODEC_SCALE-$(call ENCDEC, XFACE, NUT) += xface 446 fate-vsynth%-xface: ENCOPTS = -s 48x48 -sws_flags neighbor+bitexact 447 fate-vsynth%-xface: DECOPTS = -sws_flags neighbor+bitexact $(DEFAULT_SIZE) 448 fate-vsynth%-xface: FMT = nut
|
H A D | image.mak | 531 FATE_IMAGE_FRAMECRC-$(call DEMDEC, IMAGE2, XFACE) += fate-xface 532 fate-xface: CMD = framecrc -i $(TARGET_SAMPLES)/xface/lena.xface
|
/third_party/vixl/test/aarch64/traces/ |
H A D | sim-fcvtzs-4h-2opimm-trace-aarch64.h | 1587 0xfbff, 0xfbfe, 0xfbfd, 0xface, 1604 0xfbfe, 0xfbfd, 0xface, 0xf804, 1621 0xfbfd, 0xface, 0xf804, 0xf803, 1638 0xface, 0xf804, 0xf803, 0xf802,
|
H A D | sim-fcvtzs-8h-2opimm-trace-aarch64.h | 1519 0xf006, 0xf004, 0xf002, 0xfc00, 0xfbff, 0xfbfe, 0xfbfd, 0xface, 1536 0xf004, 0xf002, 0xfc00, 0xfbff, 0xfbfe, 0xfbfd, 0xface, 0xf804, 1553 0xf002, 0xfc00, 0xfbff, 0xfbfe, 0xfbfd, 0xface, 0xf804, 0xf803, 1570 0xfc00, 0xfbff, 0xfbfe, 0xfbfd, 0xface, 0xf804, 0xf803, 0xf802, 1587 0xfbff, 0xfbfe, 0xfbfd, 0xface, 0xf804, 0xf803, 0xf802, 0xf801, 1604 0xfbfe, 0xfbfd, 0xface, 0xf804, 0xf803, 0xf802, 0xf801, 0x0000, 1621 0xfbfd, 0xface, 0xf804, 0xf803, 0xf802, 0xf801, 0x0000, 0x0000, 1638 0xface, 0xf804, 0xf803, 0xf802, 0xf801, 0x0000, 0x0000, 0x0000,
|
H A D | sim-mla-8h-8h-h-trace-aarch64.h | 3223 0x6668, 0xeef1, 0x777a, 0x0010, 0x8905, 0xface, 0x2cdf, 0xef33,
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 2303 x = SimpleNewObj.__new__(SimpleNewObj, 0xface) # avoid __init__ 2319 x = ComplexNewObj.__new__(ComplexNewObj, 0xface) # avoid __init__ 2339 x = ComplexNewObjEx.__new__(ComplexNewObjEx, 0xface) # avoid __init__
|