/external/libaom/av1/decoder/ |
D | decodemv.c | 424 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip_mode() 430 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in read_skip_mode() 431 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_skip_mode() 447 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in read_skip_txfm() 634 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) in av1_read_tx_type() 945 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_ref_frames() 949 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in read_ref_frames() 950 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_ref_frames() 1224 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block() 1229 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in read_is_inter_block() [all …]
|
/external/libvpx/vp9/common/ |
D | vp9_seg_common.h | 57 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/av1/common/ |
D | seg_common.h | 61 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 | 90 if (segfeature_active(&cm->seg, segment_id, seg_lf_feature_id)) { in av1_get_filter_level() 164 if (segfeature_active(seg, seg_id, seg_lf_feature_id)) { in av1_loop_filter_frame_init()
|
/external/libaom/av1/encoder/ |
D | tokenize.h | 101 return segfeature_active(seg, segment_id, SEG_LVL_SKIP) ? 0 : eob_max; in av1_get_tx_eob()
|
D | bitstream.c | 224 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip() 239 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)) { in write_skip_mode() 247 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME) || in write_skip_mode() 248 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_skip_mode() 263 if (!segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_is_inter() 264 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_is_inter() 504 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in write_ref_frames() 508 } else if (segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP) || in write_ref_frames() 509 segfeature_active(&cm->seg, segment_id, SEG_LVL_GLOBALMV)) { in write_ref_frames() 815 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in av1_write_tx_type() [all …]
|
D | partition_search.c | 395 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP); in encode_superblock() 925 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in pick_sb_modes() 967 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in update_stats() 1302 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in update_stats() 1479 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in encode_b() 1506 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in encode_b() 2104 segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_REF_FRAME); in encode_b_nonrd() 2285 if (segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) { in pick_sb_modes_nonrd()
|
D | rdopt.c | 744 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs() 3794 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in init_mode_skip_mask() 3803 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in init_mode_skip_mask() 4233 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) return 1; in inter_mode_compatible_skip() 6089 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in av1_rd_pick_inter_mode() 6195 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in av1_rd_pick_inter_mode_sb_seg_skip() 6203 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) in av1_rd_pick_inter_mode_sb_seg_skip()
|
D | encodetxb.c | 510 !segfeature_active(&cm->seg, mbmi->segment_id, SEG_LVL_SKIP)) {
|
D | nonrd_pickmode.c | 613 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_single_ref_frame_costs() 2583 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && 3480 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && 3525 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) {
|
D | av1_quantize.c | 790 x->seg_skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in av1_init_plane_quantizers()
|
D | encodeframe.c | 1164 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_sb_row()
|
/external/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() 438 if (segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) { in read_is_inter_block() 707 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in read_inter_block_mode_info()
|
/external/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 | 275 x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP); in vp9_init_plane_quantizers()
|
D | vp9_pickmode.c | 1984 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 2083 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 2107 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_pick_inter_mode() 2193 if (!segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME)) { in vp9_pick_inter_mode() 2510 if (segfeature_active(seg, mi->segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode() 2816 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 2373 segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME); in estimate_ref_frame_costs() 3450 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sb() 3460 if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sb() 3644 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sb() 4089 assert(segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP)); in vp9_rd_pick_inter_mode_sb_seg_skip() 4309 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) continue; in vp9_rd_pick_inter_mode_sub8x8() 4323 if (segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) && in vp9_rd_pick_inter_mode_sub8x8() 4329 } else if (!segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) { in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 2050 if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in rd_pick_sb_modes() 2095 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_REF_FRAME); in update_stats() 2122 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) { in update_stats() 4124 !segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP) && in rd_pick_partition() 4503 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_rd_sb_row() 4573 if (segfeature_active(&cpi->common.seg, 1, SEG_LVL_REF_FRAME)) { in check_dual_ref_flags() 4695 else if (segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP)) in nonrd_pick_sb_modes() 5542 seg_skip = segfeature_active(seg, segment_id, SEG_LVL_SKIP); in encode_nonrd_sb_row() 6433 segfeature_active(&cm->seg, mi->segment_id, SEG_LVL_SKIP); in encode_superblock()
|