Home | History | Annotate | Download | only in encoder

Lines Matching defs:segment_id

1651                                      int segment_id,
1655 int seg_ref_active = vp9_segfeature_active(&cm->seg, segment_id,
2559 unsigned char segment_id = mbmi->segment_id;
2593 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize];
2602 estimate_ref_frame_costs(cm, xd, segment_id, ref_costs_single, ref_costs_comp,
2652 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) &&
2653 vp9_get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) {
2662 if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) {
2827 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME))
3210 unsigned char segment_id = mbmi->segment_id;
3225 estimate_ref_frame_costs(cm, xd, segment_id, ref_costs_single, ref_costs_comp,
3235 assert(vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP));
3319 unsigned char segment_id = mbmi->segment_id;
3358 estimate_ref_frame_costs(cm, xd, segment_id, ref_costs_single, ref_costs_comp,
3431 rd_opt->threshes[segment_id][bsize][ref_index],
3443 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME))
3468 if (vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME) &&
3469 vp9_get_segdata(seg, segment_id, SEG_LVL_REF_FRAME) != (int)ref_frame) {
3474 } else if (!vp9_segfeature_active(seg, segment_id, SEG_LVL_REF_FRAME)) {
3540 rd_opt->threshes[segment_id][bsize][THR_LAST] :
3541 rd_opt->threshes[segment_id][bsize][THR_ALTR];
3543 rd_opt->threshes[segment_id][bsize][THR_GOLD] : this_rd_thresh;