Home
last modified time | relevance | path

Searched refs:mb_type_b_vlc (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmpeg4videodec.c46 static VLC mb_type_b_vlc; variable
1481 mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); in mpeg4_decode_mb()
2634 INIT_VLC_STATIC(&mb_type_b_vlc, MB_TYPE_B_VLC_BITS, 4, in ff_mpeg4videodec_static_init()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmpeg4videodec.c46 static VLC mb_type_b_vlc; variable
1481 mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); in mpeg4_decode_mb()
2634 INIT_VLC_STATIC(&mb_type_b_vlc, MB_TYPE_B_VLC_BITS, 4, in ff_mpeg4videodec_static_init()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmpeg4videodec.c54 static VLC mb_type_b_vlc; variable
1590 mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); in mpeg4_decode_mb()
3396 INIT_VLC_STATIC(&mb_type_b_vlc, MB_TYPE_B_VLC_BITS, 4, in ff_mpeg4videodec_static_init()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmpeg4videodec.c54 static VLC mb_type_b_vlc; variable
1590 mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); in mpeg4_decode_mb()
3396 INIT_VLC_STATIC(&mb_type_b_vlc, MB_TYPE_B_VLC_BITS, 4, in ff_mpeg4videodec_static_init()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmpeg4videodec.c55 static VLC mb_type_b_vlc; variable
1592 mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); in mpeg4_decode_mb()
3389 INIT_VLC_STATIC(&mb_type_b_vlc, MB_TYPE_B_VLC_BITS, 4, in ff_mpeg4videodec_static_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.c53 static VLC mb_type_b_vlc; variable
1590 mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); in mpeg4_decode_mb()
3392 INIT_VLC_STATIC(&mb_type_b_vlc, MB_TYPE_B_VLC_BITS, 4, in ff_mpeg4videodec_static_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.c53 static VLC mb_type_b_vlc; variable
1590 mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); in mpeg4_decode_mb()
3401 INIT_VLC_STATIC(&mb_type_b_vlc, MB_TYPE_B_VLC_BITS, 4, in ff_mpeg4videodec_static_init()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dh263.c2896 static VLC mb_type_b_vlc; variable
2941 init_vlc(&mb_type_b_vlc, MB_TYPE_B_VLC_BITS, 4, in h263_decode_init_vlc()
4320 mb_type= get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); in ff_mpeg4_decode_mb()