Home
last modified time | relevance | path

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

/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.c269 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in vp9_get_qindex()
Dvp9_loopfilter.c271 if (segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { in vp9_loop_filter_frame_init()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c189 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip()
328 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames()
465 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block()
513 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c487 return segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in get_tx_eob()
620 const int skip_inc = !segfeature_active(&cm->seg, mbmi->segment_id, in vp9_tokenize_sb()
Dvp9_bitstream.c96 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip()
210 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames()
268 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs()
297 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
797 const int active = segfeature_active(seg, i, j); in encode_segmentation()
Dvp9_quantize.c342 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
Dvp9_rdopt.c2076 int seg_ref_active = segfeature_active(&cm->seg, segment_id, in estimate_ref_frame_costs()
3023 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb()
3033 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb()
3211 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in vp9_rd_pick_inter_mode_sb()
3624 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip()
3835 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in vp9_rd_pick_inter_mode_sub8x8()
3860 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8()
3866 } else if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c1247 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes()
1291 const int seg_ref_active = segfeature_active(&cm->seg, mbmi->segment_id, in update_stats()
1317 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_stats()
2801 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_rd_sb_row()
2861 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags()
2935 else if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes()
3575 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_nonrd_sb_row()
4138 const int seg_skip = segfeature_active(&cm->seg, mbmi->segment_id, in encode_superblock()
Dvp9_pickmode.c1723 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8()