Searched refs:vp9_segfeature_active (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_seg_common.h | 52 int vp9_segfeature_active(const struct segmentation *seg,
|
D | vp9_seg_common.c | 28 int vp9_segfeature_active(const struct segmentation *seg, int segment_id, in vp9_segfeature_active() function
|
D | vp9_quant_common.c | 135 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in vp9_get_qindex()
|
D | vp9_loopfilter.c | 269 if (vp9_segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { in vp9_loop_filter_frame_init()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 150 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip() 279 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames() 410 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block() 445 if (vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 206 return vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in get_tx_eob() 315 const int skip_inc = !vp9_segfeature_active(&cm->seg, mbmi->segment_id, in vp9_tokenize_sb()
|
D | vp9_bitstream.c | 100 if (vp9_segfeature_active(&cpi->common.seg, segment_id, SEG_LVL_SKIP)) { in write_skip() 201 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames() 258 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs() 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() 786 const int active = vp9_segfeature_active(seg, i, j); in encode_segmentation()
|
D | vp9_rdopt.c | 1458 if (!vp9_segfeature_active(&cpi->common.seg, segment_id, SEG_LVL_SKIP)) { in cost_mv_ref() 2210 int seg_ref_active = vp9_segfeature_active(&cm->seg, segment_id, in estimate_ref_frame_costs() 3229 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb() 3237 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in vp9_rd_pick_inter_mode_sb() 3245 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { 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() 3472 const int mb_skip_allowed = !vp9_segfeature_active(seg, segment_id, in vp9_rd_pick_inter_mode_sb() 3899 vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in vp9_rd_pick_inter_mode_sub8x8() 3964 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8() 3970 } else if (vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP) && in vp9_rd_pick_inter_mode_sub8x8() [all …]
|
D | vp9_quantize.c | 253 x->skip_block = vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
|
D | vp9_encodeframe.c | 262 !vp9_segfeature_active(seg, 0, SEG_LVL_REF_FRAME) && in set_offsets() 263 vp9_segfeature_active(seg, 1, SEG_LVL_REF_FRAME)) { in set_offsets() 924 if (!vp9_segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_state() 1109 const int seg_ref_active = vp9_segfeature_active(&cm->seg, mbmi->segment_id, in update_stats() 2460 if (vp9_segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags() 3491 vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)))) { in encode_superblock()
|