Home
last modified time | relevance | path

Searched refs:MB_TYPE_INTRA (Results 1 – 25 of 90) sorted by relevance

1234

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmpeg12decdata.h49 MB_TYPE_INTRA,
53 MB_TYPE_QUANT | MB_TYPE_INTRA,
73 MB_TYPE_INTRA,
80 MB_TYPE_QUANT | MB_TYPE_INTRA,
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/processing/src/common/
H A Dutil.h69 #define MB_TYPE_INTRA (MB_TYPE_INTRA4x4 | MB_TYPE_INTRA16x16 | MB_TYPE_INTRA_PC… macro
70 #define IS_INTRA(type) ((type)&MB_TYPE_INTRA)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/processing/src/common/
H A Dutil.h69 #define MB_TYPE_INTRA (MB_TYPE_INTRA4x4 | MB_TYPE_INTRA16x16 | MB_TYPE_INTRA_PC… macro
70 #define IS_INTRA(type) ((type)&MB_TYPE_INTRA)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/processing/src/common/
H A Dutil.h69 #define MB_TYPE_INTRA (MB_TYPE_INTRA4x4 | MB_TYPE_INTRA16x16 | MB_TYPE_INTRA_PC… macro
70 #define IS_INTRA(type) ((type)&MB_TYPE_INTRA)
/dports/multimedia/openh264/openh264-2.1.1/codec/processing/src/common/
H A Dutil.h69 #define MB_TYPE_INTRA (MB_TYPE_INTRA4x4 | MB_TYPE_INTRA16x16 | MB_TYPE_INTRA_PC… macro
70 #define IS_INTRA(type) ((type)&MB_TYPE_INTRA)
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/common/inc/
H A Dwels_common_defs.h299 #define MB_TYPE_INTRA (MB_TYPE_INTRA4x4 | MB_TYPE_INTRA16x16 | MB_TYPE_INTRA8x8 | MB_TYPE_INTRA… macro
305 #define IS_INTRA(type) ( (type)&MB_TYPE_INTRA )
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/common/inc/
H A Dwels_common_defs.h299 #define MB_TYPE_INTRA (MB_TYPE_INTRA4x4 | MB_TYPE_INTRA16x16 | MB_TYPE_INTRA8x8 | MB_TYPE_INTRA… macro
305 #define IS_INTRA(type) ( (type)&MB_TYPE_INTRA )
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/common/inc/
H A Dwels_common_defs.h299 #define MB_TYPE_INTRA (MB_TYPE_INTRA4x4 | MB_TYPE_INTRA16x16 | MB_TYPE_INTRA8x8 | MB_TYPE_INTRA… macro
305 #define IS_INTRA(type) ( (type)&MB_TYPE_INTRA )
/dports/multimedia/openh264/openh264-2.1.1/codec/common/inc/
H A Dwels_common_defs.h299 #define MB_TYPE_INTRA (MB_TYPE_INTRA4x4 | MB_TYPE_INTRA16x16 | MB_TYPE_INTRA8x8 | MB_TYPE_INTRA… macro
305 #define IS_INTRA(type) ( (type)&MB_TYPE_INTRA )
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmpegutils.h69 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
H A Dituh263dec.c345 s->current_picture.mb_type[xy] = MB_TYPE_INTRA; in preview_obmc()
812 s->current_picture.mb_type[xy] = MB_TYPE_INTRA; in ff_h263_decode_mb()
816 s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED; in ff_h263_decode_mb()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmpegutils.h69 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
H A Dituh263dec.c345 s->current_picture.mb_type[xy] = MB_TYPE_INTRA; in preview_obmc()
812 s->current_picture.mb_type[xy] = MB_TYPE_INTRA; in ff_h263_decode_mb()
816 s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED; in ff_h263_decode_mb()
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/
H A Dmpegutils.h75 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/
H A Dmpegutils.h75 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmpegutils.h73 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
H A Dituh263dec.c369 s->current_picture.mb_type[xy] = MB_TYPE_INTRA; in preview_obmc()
933 s->current_picture.mb_type[xy] = MB_TYPE_INTRA; in ff_h263_decode_mb()
937 s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED; in ff_h263_decode_mb()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Dmpegutils.h73 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmpegutils.h73 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmpegutils.h73 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmpegutils.h73 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dmpegutils.h73 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmpegutils.h73 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Dmpegutils.h73 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Dmpegutils.h73 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro

1234