Searched refs:h_blocks (Results 1 – 25 of 28) sorted by relevance
12
/third_party/ffmpeg/libavcodec/ |
D | flashsvenc.c | 134 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()
|
D | flashsv.c | 271 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/ |
D | ext2_ext_attr.h | 21 __u32 h_blocks; /* number of disk blocks used */ member
|
D | swapfs.c | 193 to_header->h_blocks = ext2fs_swab32(from_header->h_blocks); in ext2fs_swap_ext_attr_header()
|
D | ext_attr.c | 157 header->h_blocks != 1) in check_ext_attr_header() 776 header->h_blocks = 1; in ext2fs_xattrs_write()
|
/third_party/e2fsprogs/debugfs/ |
D | xattrs.c | 495 header.h_blocks); in block_xattr_dump()
|
/third_party/e2fsprogs/e2fsck/ |
D | pass1.c | 2516 if (header->h_blocks != 1) { in check_ext_attr()
|
/third_party/e2fsprogs/po/ |
D | uk.po | 1677 #. @-expanded: extended attribute block %b has h_blocks > 1. 1680 msgstr "блок розширеного атрибута %b має h_blocks > 1. "
|
D | zh_CN.po | 1671 #. @-expanded: extended attribute block %b has h_blocks > 1. 1674 msgstr "@a@b %b 的h_blocks >1。 "
|
D | it.po | 1708 #. @-expanded: extended attribute block %b has h_blocks > 1. 1712 msgstr "L'@a @b %b ha il valore h_blocks > 1. "
|
D | eo.po | 1663 #. @-expanded: extended attribute block %b has h_blocks > 1. 1666 msgstr "@b %b de etenditaj atributoj havas 'h_blocks > 1'. "
|
D | sv.po | 1671 #. @-expanded: extended attribute block %b has h_blocks > 1. 1674 msgstr "Utökade attribut-block %b har h_blocks > 1. "
|
D | tr.po | 1705 #. @-expanded: extended attribute block %b has h_blocks > 1. 1708 msgstr "Ek özellikler bloğu %b için h_blocks > 1. "
|
D | pt.po | 1655 #. @-expanded: extended attribute block %b has h_blocks > 1. 1658 msgstr "bloco %b de atributo estendido tem h_blocks > 1. "
|
D | pl.po | 1652 #. @-expanded: extended attribute block %b has h_blocks > 1. 1655 msgstr "@b rozszerzonych atrybutów %b ma h_blocks > 1. "
|
D | de.po | 1696 #. @-expanded: extended attribute block %b has h_blocks > 1. 1699 msgstr "Der Block für erweiterte Attribute %b hat h_blocks > 1. "
|
D | nl.po | 1677 #. @-expanded: extended attribute block %b has h_blocks > 1. 1680 msgstr "Blok %b met uitgebreide kenmerken heeft h_blocks > 1. "
|
D | hu.po | 1697 #. @-expanded: extended attribute block %b has h_blocks > 1. 1700 msgstr "a bővített attribútumblokk (%b) h_blocks értéke > 1."
|
D | cs.po | 1673 #. @-expanded: extended attribute block %b has h_blocks > 1. 1676 msgstr "Blok rozšířených atributů %b má h_blocks > 1. "
|
D | fi.po | 1597 #. @-expanded: extended attribute block %b has h_blocks > 1.
|
D | e2fsprogs.pot | 1597 #. @-expanded: extended attribute block %b has h_blocks > 1.
|
D | sr.po | 1672 #. @-expanded: extended attribute block %b has h_blocks > 1.
|
D | ms.po | 1780 #. @-expanded: extended attribute block %b has h_blocks > 1.
|
D | id.po | 1685 #. @-expanded: extended attribute block %b has h_blocks > 1.
|
D | da.po | 1658 #. @-expanded: extended attribute block %b has h_blocks > 1.
|
12