Home
last modified time | relevance | path

Searched refs:segfeature_active (Results 1 – 19 of 19) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecodemv.c399 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip_mode()
405 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in read_skip_mode()
406 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_skip_mode()
422 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip()
610 if (mbmi->skip || segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in av1_read_tx_type()
923 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames()
927 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in read_ref_frames()
928 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_ref_frames()
1202 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block()
1207 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_is_inter_block()
[all …]
/external/libaom/libaom/av1/encoder/
Dtokenize.h66 return segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in av1_get_tx_eob()
Dbitstream.c218 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip()
233 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip_mode()
241 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in write_skip_mode()
242 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_skip_mode()
256 if (!segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_is_inter()
257 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_is_inter()
500 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames()
504 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in write_ref_frames()
505 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_ref_frames()
821 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in av1_write_tx_type()
[all …]
Dav1_quantize.c746 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
Dencodeframe.c652 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in pick_sb_modes()
923 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in update_stats()
1326 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_stats()
4768 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_sb_row()
5931 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP); in encode_superblock()
Drdopt.c6844 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs()
11280 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in init_mode_skip_mask()
11289 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in init_mode_skip_mask()
11806 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) return 1; in inter_mode_compatible_skip()
13135 !segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in av1_rd_pick_inter_mode_sb()
13630 !segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in av1_nonrd_pick_inter_mode_sb()
13733 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in av1_rd_pick_inter_mode_sb_seg_skip()
13741 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) in av1_rd_pick_inter_mode_sb_seg_skip()
Dencodetxb.c1940 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h52 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() function
Dvp9_quant_common.c198 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in vp9_get_qindex()
Dvp9_loopfilter.c270 if (segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { in vp9_loop_filter_frame_init()
/external/libaom/libaom/av1/common/
Dseg_common.h62 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() function
Dquant_common.c230 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in av1_get_qindex()
Dav1_loopfilter.c477 if (segfeature_active(&cm->seg, segment_id, seg_lf_feature_id)) { in get_filter_level()
553 if (segfeature_active(seg, seg_id, seg_lf_feature_id)) { in av1_loop_filter_frame_init()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c181 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip()
309 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames()
436 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block()
708 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c100 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip()
206 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames()
264 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs()
293 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
795 const int active = segfeature_active(seg, i, j); in encode_segmentation()
Dvp9_pickmode.c1906 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode()
1986 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode()
2009 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_pick_inter_mode()
2081 if (!segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME)) { in vp9_pick_inter_mode()
2392 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode()
2680 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8()
Dvp9_quantize.c314 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
Dvp9_rdopt.c2206 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs()
3259 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb()
3269 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb()
3452 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sb()
3866 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip()
4087 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sub8x8()
4101 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8()
4107 } else if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c2000 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes()
2044 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_REF_FRAME); in update_stats()
2071 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in update_stats()
3863 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP) && in rd_pick_partition()
4259 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_rd_sb_row()
4328 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags()
4450 else if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes()
5302 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_nonrd_sb_row()
6082 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP); in encode_superblock()