/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 64 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() 257 if (!segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_is_inter() 258 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_is_inter() 489 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames() 493 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in write_ref_frames() 494 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_ref_frames() 800 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in av1_write_tx_type() [all …]
|
D | nonrd_pickmode.c | 295 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_single_ref_frame_costs() 354 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in estimate_comp_ref_frame_costs() 1621 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && 1719 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && 1761 if (!segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME)) {
|
D | rdopt.c | 746 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs() 3344 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in init_mode_skip_mask() 3353 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in init_mode_skip_mask() 3675 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) return 1; in inter_mode_compatible_skip() 4961 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in av1_rd_pick_inter_mode_sb() 5078 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in av1_rd_pick_inter_mode_sb_seg_skip() 5086 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) in av1_rd_pick_inter_mode_sb_seg_skip()
|
D | encodeframe.c | 849 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in pick_sb_modes() 1093 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in update_stats() 1421 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_stats() 1635 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in encode_b() 1662 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in encode_b() 4954 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_sb_row() 6310 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP); in encode_superblock()
|
D | av1_quantize.c | 729 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
|
D | encodetxb.c | 2034 !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/decoder/ |
D | decodemv.c | 421 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip_mode() 427 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in read_skip_mode() 428 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_skip_mode() 444 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip() 629 if (mbmi->skip || segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in av1_read_tx_type() 938 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames() 942 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in read_ref_frames() 943 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_ref_frames() 1215 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block() 1220 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_is_inter_block() [all …]
|
/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 | 219 if (segfeature_active(seg, segment_id, SEG_LVL_ALT_Q)) { in av1_get_qindex()
|
D | av1_loopfilter.c | 84 if (segfeature_active(&cm->seg, segment_id, seg_lf_feature_id)) { in av1_get_filter_level() 160 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() 705 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 | 105 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip() 211 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames() 269 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) in pack_inter_mode_mvs() 298 if (!segfeature_active(seg, segment_id, SEG_LVL_SKIP)) { in pack_inter_mode_mvs() 800 const int active = segfeature_active(seg, i, j); in encode_segmentation()
|
D | vp9_quantize.c | 314 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
|
D | vp9_pickmode.c | 1977 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 2077 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 2100 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_pick_inter_mode() 2186 if (!segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME)) { in vp9_pick_inter_mode() 2503 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 2810 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 2349 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs() 3426 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb() 3436 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb() 3619 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sb() 4064 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip() 4285 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sub8x8() 4299 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8() 4305 } else if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 2077 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes() 2122 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_REF_FRAME); in update_stats() 2149 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in update_stats() 4041 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP) && in rd_pick_partition() 4452 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_rd_sb_row() 4529 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags() 4651 else if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes() 5487 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_nonrd_sb_row() 6375 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP); in encode_superblock()
|