Home
last modified time | relevance | path

Searched refs:SEG_LVL_SKIP (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h33 SEG_LVL_SKIP = 3, // Optional Segment (0,0) + skip mode enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c206 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()
Dvp9_bitstream.c100 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()
Dvp9_quantize.c253 x->skip_block = vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
Dvp9_rdopt.c1458 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()
Dvp9_onyx_if.c338 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()
Dvp9_encodeframe.c924 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/
Dvp9_decodemv.c150 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()