Home
last modified time | relevance | path

Searched refs:segfeature_active (Results 1 – 9 of 9) 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.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/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()
730 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()
263 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs()
292 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
794 const int active = segfeature_active(seg, i, j); in encode_segmentation()
Dvp9_quantize.c302 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
Dvp9_rdopt.c2209 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs()
3109 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb()
3119 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb()
3295 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sb()
3705 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip()
3920 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sub8x8()
3934 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8()
3940 } else if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c1745 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes()
1786 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_REF_FRAME); in update_stats()
1811 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in update_stats()
3069 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP) && in rd_pick_partition()
3375 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_rd_sb_row()
3435 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags()
3521 else if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes()
4149 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_nonrd_sb_row()
4798 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP); in encode_superblock()
Dvp9_pickmode.c2341 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8()