Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/
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()
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()
/third_party/e2fsprogs/lib/ext2fs/
Dext2_ext_attr.h21 __u32 h_blocks; /* number of disk blocks used */ member
Dswapfs.c193 to_header->h_blocks = ext2fs_swab32(from_header->h_blocks); in ext2fs_swap_ext_attr_header()
Dext_attr.c157 header->h_blocks != 1) in check_ext_attr_header()
776 header->h_blocks = 1; in ext2fs_xattrs_write()
/third_party/e2fsprogs/debugfs/
Dxattrs.c495 header.h_blocks); in block_xattr_dump()
/third_party/e2fsprogs/e2fsck/
Dpass1.c2516 if (header->h_blocks != 1) { in check_ext_attr()
/third_party/e2fsprogs/po/
Duk.po1677 #. @-expanded: extended attribute block %b has h_blocks > 1.
1680 msgstr "блок розширеного атрибута %b має h_blocks > 1. "
Dzh_CN.po1671 #. @-expanded: extended attribute block %b has h_blocks > 1.
1674 msgstr "@a@b %b 的h_blocks >1。 "
Dit.po1708 #. @-expanded: extended attribute block %b has h_blocks > 1.
1712 msgstr "L'@a @b %b ha il valore h_blocks > 1. "
Deo.po1663 #. @-expanded: extended attribute block %b has h_blocks > 1.
1666 msgstr "@b %b de etenditaj atributoj havas 'h_blocks > 1'. "
Dsv.po1671 #. @-expanded: extended attribute block %b has h_blocks > 1.
1674 msgstr "Utökade attribut-block %b har h_blocks > 1. "
Dtr.po1705 #. @-expanded: extended attribute block %b has h_blocks > 1.
1708 msgstr "Ek özellikler bloğu %b için h_blocks > 1. "
Dpt.po1655 #. @-expanded: extended attribute block %b has h_blocks > 1.
1658 msgstr "bloco %b de atributo estendido tem h_blocks > 1. "
Dpl.po1652 #. @-expanded: extended attribute block %b has h_blocks > 1.
1655 msgstr "@b rozszerzonych atrybutów %b ma h_blocks > 1. "
Dde.po1696 #. @-expanded: extended attribute block %b has h_blocks > 1.
1699 msgstr "Der Block für erweiterte Attribute %b hat h_blocks > 1. "
Dnl.po1677 #. @-expanded: extended attribute block %b has h_blocks > 1.
1680 msgstr "Blok %b met uitgebreide kenmerken heeft h_blocks > 1. "
Dhu.po1697 #. @-expanded: extended attribute block %b has h_blocks > 1.
1700 msgstr "a bővített attribútumblokk (%b) h_blocks értéke > 1."
Dcs.po1673 #. @-expanded: extended attribute block %b has h_blocks > 1.
1676 msgstr "Blok rozšířených atributů %b má h_blocks > 1. "
Dfi.po1597 #. @-expanded: extended attribute block %b has h_blocks > 1.
De2fsprogs.pot1597 #. @-expanded: extended attribute block %b has h_blocks > 1.
Dsr.po1672 #. @-expanded: extended attribute block %b has h_blocks > 1.
Dms.po1780 #. @-expanded: extended attribute block %b has h_blocks > 1.
Did.po1685 #. @-expanded: extended attribute block %b has h_blocks > 1.
Dda.po1658 #. @-expanded: extended attribute block %b has h_blocks > 1.

12