Home
last modified time | relevance | path

Searched defs:PartitionInfo (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp9/
Dsimple_encode.h77 struct PartitionInfo { struct
78 int row; // row pixel offset of current 4x4 block
79 int column; // column pixel offset of current 4x4 block
80 int row_start; // row pixel offset of the start of the prediction block
81 int column_start; // column pixel offset of the start of the prediction block
82 int width; // prediction block width
83 int height; // prediction block height
/external/crosvm/disk/src/
Dcomposite.rs569 pub struct PartitionInfo { struct
583 impl PartitionInfo { argument
671 fn create_gpt_entry(partition: &PartitionInfo, offset: u64) -> GptPartitionEntry { in create_gpt_entry()
687 partition: &PartitionInfo, in create_component_disks()
729 partitions: &[PartitionInfo], in create_composite_disk()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DPartitionInfo.java43 final class PartitionInfo { class
397 private PartitionInfo( in PartitionInfo() method in PartitionInfo