Searched refs:cbp_masks (Results 1 – 8 of 8) sorted by relevance
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/ |
H A D | rv34.c | 222 static const int cbp_masks[3] = {0x100000, 0x010000, 0x110000}; in rv34_decode_cbp() local 241 cbp |= cbp_masks[get_bits1(gb)] << i; in rv34_decode_cbp() 243 cbp |= cbp_masks[2] << i; in rv34_decode_cbp()
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | rv34.c | 184 static const int cbp_masks[3] = {0x100000, 0x010000, 0x110000}; in rv34_decode_cbp() local 203 cbp |= cbp_masks[get_bits1(gb)] << i; in rv34_decode_cbp() 205 cbp |= cbp_masks[2] << i; in rv34_decode_cbp()
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ |
H A D | rv34.c | 192 static const int cbp_masks[3] = {0x100000, 0x010000, 0x110000}; in rv34_decode_cbp() local 211 cbp |= cbp_masks[get_bits1(gb)] << i; in rv34_decode_cbp() 213 cbp |= cbp_masks[2] << i; in rv34_decode_cbp()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | rv34.c | 184 static const int cbp_masks[3] = {0x100000, 0x010000, 0x110000}; in rv34_decode_cbp() local 203 cbp |= cbp_masks[get_bits1(gb)] << i; in rv34_decode_cbp() 205 cbp |= cbp_masks[2] << i; in rv34_decode_cbp()
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | rv34.c | 192 static const int cbp_masks[3] = {0x100000, 0x010000, 0x110000}; in rv34_decode_cbp() local 211 cbp |= cbp_masks[get_bits1(gb)] << i; in rv34_decode_cbp() 213 cbp |= cbp_masks[2] << i; in rv34_decode_cbp()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ |
H A D | rv34.c | 192 static const int cbp_masks[3] = {0x100000, 0x010000, 0x110000}; in rv34_decode_cbp() local 211 cbp |= cbp_masks[get_bits1(gb)] << i; in rv34_decode_cbp() 213 cbp |= cbp_masks[2] << i; in rv34_decode_cbp()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ |
H A D | rv34.c | 192 static const int cbp_masks[3] = {0x100000, 0x010000, 0x110000}; in rv34_decode_cbp() local 211 cbp |= cbp_masks[get_bits1(gb)] << i; in rv34_decode_cbp() 213 cbp |= cbp_masks[2] << i; in rv34_decode_cbp()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | rv34.c | 192 static const int cbp_masks[3] = {0x100000, 0x010000, 0x110000}; in rv34_decode_cbp() local 211 cbp |= cbp_masks[get_bits1(gb)] << i; in rv34_decode_cbp() 213 cbp |= cbp_masks[2] << i; in rv34_decode_cbp()
|