Home
last modified time | relevance | path

Searched refs:xface (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dxfaceenc.c139 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 …]
Dxfacedec.c115 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()
DMakefile766 OBJS-$(CONFIG_XFACE_DECODER) += xfacedec.o xface.o
767 OBJS-$(CONFIG_XFACE_ENCODER) += xfaceenc.o xface.o
/third_party/ffmpeg/tests/ref/vsynth/
Dvsynth1-xface1 98a6c85c83454c3209eedbe704a09cb5 *tests/data/fate/vsynth1-xface.nut
2 19800 tests/data/fate/vsynth1-xface.nut
3 cb1d399fcf818a70e5bc5769934d0094 *tests/data/fate/vsynth1-xface.out.rawvideo
Dvsynth_lena-xface1 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
Dvsynth3-xface1 367fa226e570b30935305a22982a54ba *tests/data/fate/vsynth3-xface.nut
2 15772 tests/data/fate/vsynth3-xface.nut
3 83a8c44631fbc8b185df932679db0e5b *tests/data/fate/vsynth3-xface.out.rawvideo
Dvsynth2-xface1 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/
Dvcodec.mak452 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
Dimage.mak506 FATE_IMAGE-$(call DEMDEC, IMAGE2, XFACE) += fate-xface
507 fate-xface: CMD = framecrc -i $(TARGET_SAMPLES)/xface/lena.xface
/third_party/ffmpeg/
DMAINTAINERS267 xface Stefano Sabatini
DBUILD.gn1002 # "//third_party/ffmpeg/libavcodec/xface.c",