Home
last modified time | relevance | path

Searched refs:PARTITION_SPLIT (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c52 PARTITION_SPLIT, PARTITION_VERT, PARTITION_HORZ, PARTITION_NONE,
58 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT,
64 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT,
65 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_VERT,
70 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT,
71 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT,
72 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_VERT, PARTITION_HORZ,
Dvp9_enums.h47 PARTITION_SPLIT, enumerator
Dvp9_entropymode.c247 -PARTITION_VERT, -PARTITION_SPLIT
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c869 case PARTITION_SPLIT: in encode_sb()
870 subsize = get_subsize(bsize, PARTITION_SPLIT); in encode_sb()
873 cpi->partition_count[pl][PARTITION_SPLIT]++; in encode_sb()
888 if (partition != PARTITION_SPLIT || bsize == BLOCK_8X8) in encode_sb()
1061 if (partition == PARTITION_SPLIT && subsize > BLOCK_8X8) { in rd_use_partition()
1062 sub_subsize = get_subsize(subsize, PARTITION_SPLIT); in rd_use_partition()
1143 case PARTITION_SPLIT: in rd_use_partition()
1181 && partition != PARTITION_SPLIT && bsize > BLOCK_8X8 in rd_use_partition()
1184 BLOCK_SIZE split_subsize = get_subsize(bsize, PARTITION_SPLIT); in rd_use_partition()
1233 split_rate += x->partition_cost[pl][PARTITION_SPLIT]; in rd_use_partition()
[all …]
Dvp9_bitstream.c590 assert(p == PARTITION_SPLIT || p == PARTITION_HORZ); in write_partition()
591 vp9_write(w, p == PARTITION_SPLIT, probs[1]); in write_partition()
593 assert(p == PARTITION_SPLIT || p == PARTITION_VERT); in write_partition()
594 vp9_write(w, p == PARTITION_SPLIT, probs[2]); in write_partition()
596 assert(p == PARTITION_SPLIT); in write_partition()
633 case PARTITION_SPLIT: in write_modes_sb()
649 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in write_modes_sb()
Dvp9_segmentation.c195 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; in count_segs_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodframe.c469 p = vp9_read(r, probs[1]) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition()
471 p = vp9_read(r, probs[2]) ? PARTITION_SPLIT : PARTITION_VERT; in read_partition()
473 p = PARTITION_SPLIT; in read_partition()
514 case PARTITION_SPLIT: in decode_modes_sb()
531 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in decode_modes_sb()