Searched refs:SEG_LVL_REF_FRAME (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.h | 32 SEG_LVL_REF_FRAME = 2, // Optional Segment reference frame enumerator
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 330 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames() 332 SEG_LVL_REF_FRAME); in read_ref_frames() 467 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block() 468 return get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME) != INTRA_FRAME; in read_is_inter_block()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 209 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames() 212 get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME)); in write_ref_frames() 267 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs()
|
D | vp9_rdopt.c | 2109 SEG_LVL_REF_FRAME); in estimate_ref_frame_costs() 3056 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb() 3057 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) { in vp9_rd_pick_inter_mode_sb() 3066 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb() 3244 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in vp9_rd_pick_inter_mode_sb() 3869 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in vp9_rd_pick_inter_mode_sub8x8() 3884 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8() 3885 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) { in vp9_rd_pick_inter_mode_sub8x8() 3890 } else if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encoder.c | 551 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 552 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 574 vp9_enable_segfeature(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features() 575 vp9_enable_segfeature(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 578 vp9_clear_segdata(seg, 0, SEG_LVL_REF_FRAME); in configure_static_seg_features() 579 vp9_set_segdata(seg, 0, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features() 580 vp9_clear_segdata(seg, 1, SEG_LVL_REF_FRAME); in configure_static_seg_features() 581 vp9_set_segdata(seg, 1, SEG_LVL_REF_FRAME, ALTREF_FRAME); in configure_static_seg_features()
|
D | vp9_pickmode.c | 1744 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8() 1745 get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) in vp9_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 1293 SEG_LVL_REF_FRAME); in update_stats() 2878 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags()
|