Home
last modified time | relevance | path

Searched refs:h_blocks (Results 1 – 25 of 112) sorted by relevance

12345

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dflashsv.c108 int h_blocks, v_blocks, h_part, v_part, i, j; in flashsv_decode_frame() local
127 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame()
160 h_blocks, v_blocks, h_part, v_part); in flashsv_decode_frame()
178 for (i = 0; i < h_blocks + (h_part?1:0); i++) in flashsv_decode_frame()
181 int ws = (i<h_blocks)?s->block_width:h_part; // size of block in flashsv_decode_frame()
H A Dflashsvenc.c139 int h_blocks, v_blocks, h_part, v_part, i, j; in encode_bitstream() local
152 h_blocks = s->image_width / block_width; in encode_bitstream()
165 for (i = 0; i < h_blocks + (h_part?1:0); i++) in encode_bitstream()
168 int ws = (i<h_blocks)?block_width:h_part; // size of block in encode_bitstream()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dflashsvenc.c134 int h_blocks, v_blocks, h_part, v_part, i, j; in encode_bitstream() local
147 h_blocks = s->image_width / block_width; in encode_bitstream()
159 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in encode_bitstream()
161 int cur_blk_width = (i < h_blocks) ? block_width : h_part; in encode_bitstream()
H A Dflashsv.c271 int h_blocks, v_blocks, h_part, v_part, i, j, ret; in flashsv_decode_frame() local
308 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame()
364 s->blocks = av_mallocz((v_blocks + !!v_part) * (h_blocks + !!h_part) * in flashsv_decode_frame()
369 h_blocks, v_blocks, h_part, v_part); in flashsv_decode_frame()
381 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in flashsv_decode_frame()
383 int cur_blk_width = (i < h_blocks) ? s->block_width : h_part; in flashsv_decode_frame()
478 i + j * (h_blocks + !!h_part))) in flashsv_decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dflashsvenc.c134 int h_blocks, v_blocks, h_part, v_part, i, j; in encode_bitstream() local
147 h_blocks = s->image_width / block_width; in encode_bitstream()
159 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in encode_bitstream()
161 int cur_blk_width = (i < h_blocks) ? block_width : h_part; in encode_bitstream()
H A Dflashsv.c271 int h_blocks, v_blocks, h_part, v_part, i, j, ret; in flashsv_decode_frame() local
308 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame()
364 s->blocks = av_mallocz((v_blocks + !!v_part) * (h_blocks + !!h_part) * in flashsv_decode_frame()
369 h_blocks, v_blocks, h_part, v_part); in flashsv_decode_frame()
381 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in flashsv_decode_frame()
383 int cur_blk_width = (i < h_blocks) ? s->block_width : h_part; in flashsv_decode_frame()
478 i + j * (h_blocks + !!h_part))) in flashsv_decode_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dflashsvenc.c134 int h_blocks, v_blocks, h_part, v_part, i, j; in encode_bitstream() local
147 h_blocks = s->image_width / block_width; in encode_bitstream()
159 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in encode_bitstream()
161 int cur_blk_width = (i < h_blocks) ? block_width : h_part; in encode_bitstream()
H A Dflashsv.c271 int h_blocks, v_blocks, h_part, v_part, i, j, ret; in flashsv_decode_frame() local
308 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame()
364 s->blocks = av_mallocz((v_blocks + !!v_part) * (h_blocks + !!h_part) * in flashsv_decode_frame()
369 h_blocks, v_blocks, h_part, v_part); in flashsv_decode_frame()
381 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in flashsv_decode_frame()
383 int cur_blk_width = (i < h_blocks) ? s->block_width : h_part; in flashsv_decode_frame()
478 i + j * (h_blocks + !!h_part))) in flashsv_decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dflashsvenc.c150 int h_blocks, v_blocks, h_part, v_part, i, j; in encode_bitstream() local
163 h_blocks = s->image_width / block_width; in encode_bitstream()
175 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in encode_bitstream()
177 int cur_blk_width = (i < h_blocks) ? block_width : h_part; in encode_bitstream()
H A Dflashsv.c272 int h_blocks, v_blocks, h_part, v_part, i, j, ret; in flashsv_decode_frame() local
309 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame()
365 s->blocks = av_mallocz((v_blocks + !!v_part) * (h_blocks + !!h_part) * in flashsv_decode_frame()
370 h_blocks, v_blocks, h_part, v_part); in flashsv_decode_frame()
382 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in flashsv_decode_frame()
384 int cur_blk_width = (i < h_blocks) ? s->block_width : h_part; in flashsv_decode_frame()
471 i + j * (h_blocks + !!h_part))) in flashsv_decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dflashsvenc.c142 int h_blocks, v_blocks, h_part, v_part, i, j; in encode_bitstream() local
155 h_blocks = s->image_width / block_width; in encode_bitstream()
167 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in encode_bitstream()
169 int cur_blk_width = (i < h_blocks) ? block_width : h_part; in encode_bitstream()
H A Dflashsv.c272 int h_blocks, v_blocks, h_part, v_part, i, j, ret; in flashsv_decode_frame() local
309 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame()
365 s->blocks = av_mallocz((v_blocks + !!v_part) * (h_blocks + !!h_part) * in flashsv_decode_frame()
370 h_blocks, v_blocks, h_part, v_part); in flashsv_decode_frame()
382 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in flashsv_decode_frame()
384 int cur_blk_width = (i < h_blocks) ? s->block_width : h_part; in flashsv_decode_frame()
479 i + j * (h_blocks + !!h_part))) in flashsv_decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dflashsvenc.c142 int h_blocks, v_blocks, h_part, v_part, i, j; in encode_bitstream() local
155 h_blocks = s->image_width / block_width; in encode_bitstream()
167 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in encode_bitstream()
169 int cur_blk_width = (i < h_blocks) ? block_width : h_part; in encode_bitstream()
H A Dflashsv.c271 int h_blocks, v_blocks, h_part, v_part, i, j, ret; in flashsv_decode_frame() local
308 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame()
364 s->blocks = av_mallocz((v_blocks + !!v_part) * (h_blocks + !!h_part) * in flashsv_decode_frame()
369 h_blocks, v_blocks, h_part, v_part); in flashsv_decode_frame()
381 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in flashsv_decode_frame()
383 int cur_blk_width = (i < h_blocks) ? s->block_width : h_part; in flashsv_decode_frame()
478 i + j * (h_blocks + !!h_part))) in flashsv_decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dflashsvenc.c150 int h_blocks, v_blocks, h_part, v_part, i, j; in encode_bitstream() local
163 h_blocks = s->image_width / block_width; in encode_bitstream()
175 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in encode_bitstream()
177 int cur_blk_width = (i < h_blocks) ? block_width : h_part; in encode_bitstream()
H A Dflashsv.c272 int h_blocks, v_blocks, h_part, v_part, i, j, ret; in flashsv_decode_frame() local
309 h_blocks = s->image_width / s->block_width; in flashsv_decode_frame()
365 s->blocks = av_mallocz((v_blocks + !!v_part) * (h_blocks + !!h_part) * in flashsv_decode_frame()
370 h_blocks, v_blocks, h_part, v_part); in flashsv_decode_frame()
382 for (i = 0; i < h_blocks + (h_part ? 1 : 0); i++) { in flashsv_decode_frame()
384 int cur_blk_width = (i < h_blocks) ? s->block_width : h_part; in flashsv_decode_frame()
471 i + j * (h_blocks + !!h_part))) in flashsv_decode_frame()
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/old_files/appendix/waifu2x-nocuda/lib/
H A Dreconstruct.lua32 local h_blocks = math.floor(x:size(2) / output_size) +
37 local h = offset + h_blocks * output_size + offset
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/ext4_utils/include/ext4_utils/
H A Dxattr.h12 __le32 h_blocks; member
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dext2_ext_attr.h21 __u32 h_blocks; /* number of disk blocks used */ member
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dext2_ext_attr.h21 __u32 h_blocks; /* number of disk blocks used */ member
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dext2_ext_attr.h21 __u32 h_blocks; /* number of disk blocks used */
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext2/
H A Dxattr.h30 __le32 h_blocks; /* number of disk blocks used */ member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext2/
H A Dxattr.h30 __le32 h_blocks; /* number of disk blocks used */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext2/
H A Dxattr.h30 __le32 h_blocks; /* number of disk blocks used */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dxattr.h33 __le32 h_blocks; /* number of disk blocks used */ member

12345