/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 399 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip_mode() 405 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in read_skip_mode() 406 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_skip_mode() 422 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip() 610 if (mbmi->skip || segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in av1_read_tx_type() 923 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames() 927 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in read_ref_frames() 928 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_ref_frames() 1202 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block() 1207 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_is_inter_block() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 66 return segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in av1_get_tx_eob()
|
D | bitstream.c | 218 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip() 233 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip_mode() 241 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in write_skip_mode() 242 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_skip_mode() 256 if (!segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_is_inter() 257 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_is_inter() 500 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames() 504 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in write_ref_frames() 505 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_ref_frames() 821 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in av1_write_tx_type() [all …]
|
D | av1_quantize.c | 746 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
|
D | encodeframe.c | 652 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in pick_sb_modes() 923 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in update_stats() 1326 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_stats() 4768 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_sb_row() 5931 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP); in encode_superblock()
|
D | rdopt.c | 6844 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() 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() 13733 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in av1_rd_pick_inter_mode_sb_seg_skip() 13741 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) in av1_rd_pick_inter_mode_sb_seg_skip()
|
D | encodetxb.c | 1940 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.h | 52 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() function
|
D | vp9_quant_common.c | 198 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in vp9_get_qindex()
|
D | vp9_loopfilter.c | 270 if (segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) { in vp9_loop_filter_frame_init()
|
/external/libaom/libaom/av1/common/ |
D | seg_common.h | 62 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() function
|
D | quant_common.c | 230 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in av1_get_qindex()
|
D | av1_loopfilter.c | 477 if (segfeature_active(&cm->seg, segment_id, seg_lf_feature_id)) { in get_filter_level() 553 if (segfeature_active(seg, seg_id, seg_lf_feature_id)) { in av1_loop_filter_frame_init()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 181 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() 708 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 100 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() 264 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs() 293 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs() 795 const int active = segfeature_active(seg, i, j); in encode_segmentation()
|
D | vp9_pickmode.c | 1906 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 1986 if (segfeature_active(seg, mi->segment_id, SEG_LVL_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() 2680 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8()
|
D | vp9_quantize.c | 314 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
|
D | vp9_rdopt.c | 2206 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() 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() 3866 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip() 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() 4107 } else if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 2000 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes() 2044 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_REF_FRAME); in update_stats() 2071 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in update_stats() 3863 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP) && in rd_pick_partition() 4259 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_rd_sb_row() 4328 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags() 4450 else if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes() 5302 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_nonrd_sb_row() 6082 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP); in encode_superblock()
|