Home
last modified time | relevance | path

Searched refs:block_runs (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/
H A Dto_html.py119 self.block_runs = []
759 if not self.block_runs:
762 for border_style, blocks in self.block_runs:
825 self.block_runs.append((border_style, run))
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dsmacker.c89 static const int block_runs[64] = { variable
425 run = block_runs[(type >> 2) & 0x3F]; in decode_frame()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dsmacker.c76 static const int block_runs[64] = { variable
401 run = block_runs[(type >> 2) & 0x3F]; in decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dsmacker.c89 static const int block_runs[64] = { variable
425 run = block_runs[(type >> 2) & 0x3F]; in decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dsmacker.c79 static const int block_runs[64] = { variable
419 run = block_runs[(type >> 2) & 0x3F]; in decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dsmacker.c79 static const int block_runs[64] = { variable
447 run = block_runs[(type >> 2) & 0x3F]; in decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dsmacker.c79 static const int block_runs[64] = { variable
458 run = block_runs[(type >> 2) & 0x3F]; in decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dsmacker.c79 static const int block_runs[64] = { variable
469 run = block_runs[(type >> 2) & 0x3F]; in decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dsmacker.c79 static const int block_runs[64] = { variable
447 run = block_runs[(type >> 2) & 0x3F]; in decode_frame()
/dports/games/NBlood/NBlood-a1689a4/source/libsmackerdec/src/
H A DSmackerDecoder.cpp197 static const int block_runs[64] = { variable
822 run = block_runs[(type >> 2) & 0x3F]; in DecodeFrame()