Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.c50 PARTITION_SPLIT, PARTITION_VERT, PARTITION_HORZ, PARTITION_NONE,
57 PARTITION_VERT, PARTITION_HORZ, PARTITION_NONE, PARTITION_INVALID,
64 PARTITION_HORZ, PARTITION_NONE, PARTITION_INVALID,
70 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_VERT, PARTITION_HORZ,
Dvp9_enums.h49 PARTITION_HORZ, enumerator
Dvp9_entropymode.c243 -PARTITION_HORZ, 4,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c462 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning()
1286 case PARTITION_HORZ: in encode_sb()
1288 cm->counts.partition[ctx][PARTITION_HORZ]++; in encode_sb()
1519 case PARTITION_HORZ: in encode_sb_rt()
1521 cm->counts.partition[ctx][PARTITION_HORZ]++; in encode_sb_rt()
1670 case PARTITION_HORZ: in rd_use_partition()
2178 subsize = get_subsize(bsize, PARTITION_HORZ); in rd_pick_partition()
2215 sum_rate += x->partition_cost[pl][PARTITION_HORZ]; in rd_pick_partition()
2611 case PARTITION_HORZ: in fill_mode_info_sb()
2794 subsize = get_subsize(bsize, PARTITION_HORZ); in nonrd_pick_partition()
[all …]
Dvp9_bitstream.c406 assert(p == PARTITION_SPLIT || p == PARTITION_HORZ); in write_partition()
442 case PARTITION_HORZ: in write_modes_sb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c393 p = vp9_read(r, probs[1]) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition()
425 case PARTITION_HORZ: in decode_partition()