Home
last modified time | relevance | path

Searched refs:iblock (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dnewdir.c100 ext2_ino_t parent_ino, __u32 *iblock) in ext2fs_new_dir_inline_data() argument
108 iblock[0] = ext2fs_cpu_to_le32(parent_ino); in ext2fs_new_dir_inline_data()
110 dir = (struct ext2_dir_entry *)((char *)iblock + in ext2fs_new_dir_inline_data()
Dext2fs.h1638 ext2_ino_t parent_ino, __u32 *iblock);
/third_party/ffmpeg/libavcodec/
Dlibvorbisenc.c51 double iblock; /**< impulse block bias option */ member
57 …{ "iblock", "Sets the impulse block bias", offsetof(LibvorbisEncContext, iblock), AV_OPT_TYPE_DOUB…
137 if (s->iblock) { in libvorbis_setup()
138 if ((ret = vorbis_encode_ctl(vi, OV_ECTL_IBLOCK_SET, &s->iblock))) in libvorbis_setup()
/third_party/ffmpeg/doc/
Dencoders.texi1179 @item iblock (@emph{--advanced-encode-option impulse_noisetune=N})