Searched refs:xface (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | xfaceenc.c | 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() [all …]
|
D | xfacedec.c | 115 XFaceContext *xface = avctx->priv_data; in xface_decode_frame() local 143 memset(xface->bitmap, 0, XFACE_PIXELS); in xface_decode_frame() 144 buf = xface->bitmap; in xface_decode_frame() 155 ff_xface_generate_face(xface->bitmap, xface->bitmap); in xface_decode_frame() 160 byte += xface->bitmap[i]; in xface_decode_frame()
|
D | Makefile | 766 OBJS-$(CONFIG_XFACE_DECODER) += xfacedec.o xface.o 767 OBJS-$(CONFIG_XFACE_ENCODER) += xfaceenc.o xface.o
|
/third_party/ffmpeg/tests/ref/vsynth/ |
D | vsynth1-xface | 1 98a6c85c83454c3209eedbe704a09cb5 *tests/data/fate/vsynth1-xface.nut 2 19800 tests/data/fate/vsynth1-xface.nut 3 cb1d399fcf818a70e5bc5769934d0094 *tests/data/fate/vsynth1-xface.out.rawvideo
|
D | vsynth_lena-xface | 1 0dd4e19b989cb102ffb06768740d940f *tests/data/fate/vsynth_lena-xface.nut 2 17551 tests/data/fate/vsynth_lena-xface.nut 3 88ff6155a8b88872e6581d08febdb050 *tests/data/fate/vsynth_lena-xface.out.rawvideo
|
D | vsynth3-xface | 1 367fa226e570b30935305a22982a54ba *tests/data/fate/vsynth3-xface.nut 2 15772 tests/data/fate/vsynth3-xface.nut 3 83a8c44631fbc8b185df932679db0e5b *tests/data/fate/vsynth3-xface.out.rawvideo
|
D | vsynth2-xface | 1 c498ec3b58b86b8164cef9d63184fa6d *tests/data/fate/vsynth2-xface.nut 2 16423 tests/data/fate/vsynth2-xface.nut 3 9106961054b226c360f284272cfd4474 *tests/data/fate/vsynth2-xface.out.rawvideo
|
/third_party/ffmpeg/tests/fate/ |
D | vcodec.mak | 452 FATE_VCODEC-$(call ENCDEC, XFACE, NUT) += xface 453 fate-vsynth%-xface: ENCOPTS = -s 48x48 -sws_flags neighbor+bitexact 454 fate-vsynth%-xface: DECOPTS = -sws_flags neighbor+bitexact 455 fate-vsynth%-xface: FMT = nut
|
D | image.mak | 506 FATE_IMAGE-$(call DEMDEC, IMAGE2, XFACE) += fate-xface 507 fate-xface: CMD = framecrc -i $(TARGET_SAMPLES)/xface/lena.xface
|
/third_party/ffmpeg/ |
D | MAINTAINERS | 267 xface Stefano Sabatini
|
D | BUILD.gn | 1002 # "//third_party/ffmpeg/libavcodec/xface.c",
|