Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c47 PARTITION_SPLIT, PARTITION_VERT, PARTITION_HORZ, PARTITION_NONE,
54 PARTITION_VERT, PARTITION_HORZ, PARTITION_NONE, PARTITION_INVALID,
61 PARTITION_HORZ, PARTITION_NONE, PARTITION_INVALID, PARTITION_INVALID,
67 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_VERT, PARTITION_HORZ,
Dvp9_enums.h63 PARTITION_HORZ, enumerator
Dvp9_entropymode.c260 -PARTITION_NONE, 2, -PARTITION_HORZ, 4, -PARTITION_VERT, -PARTITION_SPLIT
Dvp9_mfqe.c240 case PARTITION_HORZ: in mfqe_partition()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c493 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning()
880 case PARTITION_HORZ: in copy_partitioning_helper()
995 case PARTITION_HORZ: in scale_partitioning_svc()
1061 case PARTITION_HORZ: in update_partition_svc()
1102 case PARTITION_HORZ: in update_prev_partition_helper()
2163 case PARTITION_HORZ: in encode_sb()
2504 case PARTITION_HORZ: in encode_sb_rt()
2619 case PARTITION_HORZ: in rd_use_partition()
3426 subsize = get_subsize(bsize, PARTITION_HORZ); in rd_pick_partition()
3457 sum_rdc.rate += cpi->partition_cost[pl][PARTITION_HORZ]; in rd_pick_partition()
[all …]
Dvp9_bitstream.c409 assert(p == PARTITION_SPLIT || p == PARTITION_HORZ); in write_partition()
448 case PARTITION_HORZ: in write_modes_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c885 p = vpx_read(r, probs[1]) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition()
917 xd->bmode_blocks_hl = 1 >> !!(partition & PARTITION_HORZ); in decode_partition()
924 case PARTITION_HORZ: in decode_partition()