/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1254 PARTITION_TYPE partition; in encode_sb() local 1268 partition = partition_lookup[bsl][subsize]; in encode_sb() 1270 switch (partition) { in encode_sb() 1273 cm->counts.partition[ctx][PARTITION_NONE]++; in encode_sb() 1278 cm->counts.partition[ctx][PARTITION_VERT]++; in encode_sb() 1288 cm->counts.partition[ctx][PARTITION_HORZ]++; in encode_sb() 1299 cm->counts.partition[ctx][PARTITION_SPLIT]++; in encode_sb() 1315 if (partition != PARTITION_SPLIT || bsize == BLOCK_8X8) in encode_sb() 1483 PARTITION_TYPE partition; in encode_sb_rt() local 1500 partition = partition_lookup[bsl][subsize]; in encode_sb_rt() [all …]
|
D | vp9_bitstream.c | 425 PARTITION_TYPE partition; in write_modes_sb() local 432 partition = partition_lookup[bsl][m->mbmi.sb_type]; in write_modes_sb() 433 write_partition(cm, xd, bs, mi_row, mi_col, partition, bsize, w); in write_modes_sb() 434 subsize = get_subsize(bsize, partition); in write_modes_sb() 438 switch (partition) { in write_modes_sb() 468 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in write_modes_sb() 1178 cm->counts.partition[i], PARTITION_TYPES, &header_bc);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.h | 246 PARTITION_TYPE partition) { in get_subsize() argument 247 const BLOCK_SIZE subsize = subsize_lookup[partition][bsize]; in get_subsize()
|
D | vp9_entropymode.h | 60 unsigned int partition[PARTITION_CONTEXTS][PARTITION_TYPES]; member
|
D | vp9_entropymode.c | 385 counts->partition[i], fc->partition_prob[i]); in vp9_adapt_mode_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 400 ++cm->counts.partition[ctx][p]; in read_partition() 410 PARTITION_TYPE partition; in decode_partition() local 416 partition = read_partition(cm, xd, hbs, mi_row, mi_col, bsize, r); in decode_partition() 417 subsize = get_subsize(bsize, partition); in decode_partition() 421 switch (partition) { in decode_partition() 448 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in decode_partition() 1228 assert(!memcmp(cm->counts.partition, zero_counts.partition, in debug_check_frame_counts() 1229 sizeof(cm->counts.partition))); in debug_check_frame_counts()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_partitions_armv5.asm | 78 subs r5, r5, r11 ; move start point with each partition 82 ; Reset all of the VP8 Writer data for each partition that 96 ble end_partition ; if (mb_rows <= 0) end partition
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 1173 #define partition(ref, field, key, ascending) \ macro 1204 partition(ref, frame_idx, key, ascending); in sort_one() 1207 partition(ref, TopFieldOrderCnt, (signed int)key, ascending); in sort_one() 1225 partition(ref, frame_idx, key, partition_ascending); in sort_two() 1227 partition(ref, TopFieldOrderCnt, (signed int)key, partition_ascending); in sort_two()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 228 Cayuga) given a frame with corrupt partition sizes. 232 is truncated between the mode/mv partition and the first 233 residiual paritition (in the block of partition offsets), up 238 starting position of the coefficient partition.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ethreading.c | 204 inter_b_modes[x->partition->bmi[b].mode] ++; in thread_encoding_proc()
|
D | rdopt.c | 60 PARTITION_INFO partition; member 1930 vpx_memcpy(&best_mode->partition, x->partition_info, sizeof(PARTITION_INFO)); in update_best_mode() 2599 vpx_memcpy(x->partition_info, &best_mode.partition, sizeof(PARTITION_INFO)); in vp8_rd_pick_inter_mode()
|
D | encodeframe.c | 521 inter_b_modes[x->partition->bmi[b].mode] ++; in encode_mb_row()
|