Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.c96 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in vp9_get_qindex()
Dvp9_seg_common.h52 int vp9_segfeature_active(const struct segmentation *seg,
Dvp9_seg_common.c28 int vp9_segfeature_active(const struct segmentation *seg, int segment_id, in vp9_segfeature_active() function
Dvp9_loopfilter.c269 if (vp9_segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { in vp9_loop_filter_frame_init()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c149 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip()
278 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames()
409 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block()
449 if (vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c197 return vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in get_tx_eob()
308 const int skip_inc = !vp9_segfeature_active(&cm->seg, mbmi->segment_id, in vp9_tokenize_sb()
Dvp9_bitstream.c98 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip()
198 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames()
255 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs()
260 (skip || vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)))) { in pack_inter_mode_mvs()
285 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs()
784 const int active = vp9_segfeature_active(seg, i, j); in encode_segmentation()
Dvp9_rdopt.c1638 int seg_ref_active = vp9_segfeature_active(&cm->seg, segment_id, in estimate_ref_frame_costs()
2592 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb()
2601 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb()
3133 assert(vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip()
3339 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in vp9_rd_pick_inter_mode_sub8x8()
3367 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8()
3374 } else if (!vp9_segfeature_active(seg, segment_id, in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_quantize.c379 x->skip_block = vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
Dvp9_encodeframe.c596 if (!vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_state()
780 if (vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes()
806 const int seg_ref_active = vp9_segfeature_active(&cm->seg, mbmi->segment_id, in update_stats()
2551 if (vp9_segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags()
2613 if (vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes()
3547 const int seg_skip = vp9_segfeature_active(&cm->seg, mbmi->segment_id, in encode_superblock()