Home
last modified time | relevance | path

Searched refs:SEG_LVL_REF_FRAME (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/av1/common/
Dseg_common.c48 seg->segid_preskip |= (j >= SEG_LVL_REF_FRAME); in calculate_segdata()
Dseg_common.h33 SEG_LVL_REF_FRAME, // Optional Segment reference frame enumerator
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h32 SEG_LVL_REF_FRAME = 2, // Optional Segment reference frame enumerator
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c309 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames()
311 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()
437 return get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME) != INTRA_FRAME; in read_is_inter_block()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1906 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode()
1907 get_segdata(seg, mi->segment_id, SEG_LVL_REF_FRAME) == GOLDEN_FRAME) { in vp9_pick_inter_mode()
1986 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode()
1987 get_segdata(seg, mi->segment_id, SEG_LVL_REF_FRAME) != (int)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()
2393 get_segdata(seg, mi->segment_id, SEG_LVL_REF_FRAME) > 0) in vp9_pick_inter_mode()
2680 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8()
2681 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) in vp9_pick_inter_mode_sub8x8()
Dvp9_bitstream.c206 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames()
209 get_segdata(&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()
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()
3260 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)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()
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()
4102 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)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_encoder.c617 vp9_enable_segfeature(seg, i, SEG_LVL_REF_FRAME); in apply_roi_map()
618 vp9_set_segdata(seg, i, SEG_LVL_REF_FRAME, ref_frame[i]); in apply_roi_map()
1161 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
1162 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
1184 vp9_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features()
1185 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
1188 vp9_clear_segdata(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features()
1189 vp9_set_segdata(seg, 0, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
1190 vp9_clear_segdata(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
1191 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
Dvp9_encodeframe.c2044 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_REF_FRAME); in update_stats()
4328 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags()
/external/v4l2_codec2/vda/
Dvp9_parser.h79 SEG_LVL_REF_FRAME = 2, enumerator
/external/libaom/libaom/av1/decoder/
Ddecodemv.c405 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in read_skip_mode()
923 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames()
925 SEG_LVL_REF_FRAME); in read_ref_frames()
1202 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block()
1203 const int frame = get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in read_is_inter_block()
/external/libaom/libaom/av1/encoder/
Dencoder.c720 av1_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
721 av1_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
743 av1_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features()
744 av1_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
747 av1_clear_segdata(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features()
748 av1_set_segdata(seg, 0, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
749 av1_clear_segdata(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features()
750 av1_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
Dbitstream.c241 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in write_skip_mode()
256 if (!segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_is_inter()
500 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames()
503 get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME)); in write_ref_frames()
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()
11281 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)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()
13741 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) in av1_rd_pick_inter_mode_sb_seg_skip()
13742 mbmi->ref_frame[0] = get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in av1_rd_pick_inter_mode_sb_seg_skip()
Dencodeframe.c923 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in update_stats()