Home | History | Annotate | Download | only in encoder

Lines Matching defs:xd

368     MACROBLOCKD *xd = &x->e_mbd;
372 if (xd->segmentation_enabled)
375 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA)
376 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id];
380 QIndex = cpi->common.base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id];
397 xd->dequant_y1_dc[0] = 1;
398 xd->dequant_y1[0] = cpi->common.Y1dequant[QIndex][0];
399 xd->dequant_y2[0] = cpi->common.Y2dequant[QIndex][0];
400 xd->dequant_uv[0] = cpi->common.UVdequant[QIndex][0];
404 xd->dequant_y1_dc[i] =
405 xd->dequant_y1[i] = cpi->common.Y1dequant[QIndex][1];
406 xd->dequant_y2[i] = cpi->common.Y2dequant[QIndex][1];
407 xd->dequant_uv[i] = cpi->common.UVdequant[QIndex][1];
415 x->e_mbd.block[i].dequant = xd->dequant_y1;
417 x->e_mbd.block[i].dequant = xd->dequant_uv;
418 x->e_mbd.block[24].dequant = xd->dequant_y2;