Searched refs:SEG_LVL_SKIP (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_seg_common.h | 33 SEG_LVL_SKIP = 3, // Optional Segment (0,0) + skip mode enumerator
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 206 return vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in get_tx_eob() 316 SEG_LVL_SKIP); in vp9_tokenize_sb()
|
D | vp9_bitstream.c | 100 if (vp9_segfeature_active(&cpi->common.seg, segment_id, SEG_LVL_SKIP)) { in write_skip() 263 (skip || vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)))) { in pack_inter_mode_mvs() 288 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
|
D | vp9_quantize.c | 253 x->skip_block = vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
|
D | vp9_rdopt.c | 1458 if (!vp9_segfeature_active(&cpi->common.seg, segment_id, SEG_LVL_SKIP)) { in cost_mv_ref() 3237 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in vp9_rd_pick_inter_mode_sb() 3381 !vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in vp9_rd_pick_inter_mode_sb() 3473 SEG_LVL_SKIP); in vp9_rd_pick_inter_mode_sb() 3970 } else if (vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP) && in vp9_rd_pick_inter_mode_sub8x8() 4206 SEG_LVL_SKIP); in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_onyx_if.c | 338 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features() 370 vp9_enable_segfeature(seg, 0, SEG_LVL_SKIP); in configure_static_seg_features() 371 vp9_enable_segfeature(seg, 1, SEG_LVL_SKIP); in configure_static_seg_features()
|
D | vp9_encodeframe.c | 924 if (!vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_state() 3491 vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)))) { in encode_superblock()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 150 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip() 445 if (vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()
|