Searched refs:PARTITION_HORZ (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_common_data.c | 50 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,
|
D | vp9_enums.h | 49 PARTITION_HORZ, enumerator
|
D | vp9_entropymode.c | 243 -PARTITION_HORZ, 4,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 462 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 …]
|
D | vp9_bitstream.c | 406 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/ |
D | vp9_decodeframe.c | 393 p = vp9_read(r, probs[1]) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition() 425 case PARTITION_HORZ: in decode_partition()
|