• Home
  • Raw
  • Download

Lines Matching refs:ppc

38     CUVIDVP9PICPARAMS *ppc = &pp->CodecSpecific.vp9;  in nvdec_vp9_start_frame()  local
108 ppc->mbModeLfDelta[i] = h->h.lf_delta.mode[i]; in nvdec_vp9_start_frame()
111 ppc->mbRefLfDelta[i] = h->h.lf_delta.ref[i]; in nvdec_vp9_start_frame()
114 ppc->mb_segment_tree_probs[i] = h->h.segmentation.prob[i]; in nvdec_vp9_start_frame()
117 ppc->activeRefIdx[i] = h->h.refidx[i]; in nvdec_vp9_start_frame()
118 ppc->segment_pred_probs[i] = h->h.segmentation.pred_prob[i]; in nvdec_vp9_start_frame()
119 ppc->refFrameSignBias[i + 1] = h->h.signbias[i]; in nvdec_vp9_start_frame()
123 ppc->segmentFeatureEnable[i][0] = h->h.segmentation.feat[i].q_enabled; in nvdec_vp9_start_frame()
124 ppc->segmentFeatureEnable[i][1] = h->h.segmentation.feat[i].lf_enabled; in nvdec_vp9_start_frame()
125 ppc->segmentFeatureEnable[i][2] = h->h.segmentation.feat[i].ref_enabled; in nvdec_vp9_start_frame()
126 ppc->segmentFeatureEnable[i][3] = h->h.segmentation.feat[i].skip_enabled; in nvdec_vp9_start_frame()
128 ppc->segmentFeatureData[i][0] = h->h.segmentation.feat[i].q_val; in nvdec_vp9_start_frame()
129 ppc->segmentFeatureData[i][1] = h->h.segmentation.feat[i].lf_val; in nvdec_vp9_start_frame()
130 ppc->segmentFeatureData[i][2] = h->h.segmentation.feat[i].ref_val; in nvdec_vp9_start_frame()
131 ppc->segmentFeatureData[i][3] = 0; in nvdec_vp9_start_frame()
137 ppc->colorSpace = 0; in nvdec_vp9_start_frame()
140 ppc->colorSpace = 1; in nvdec_vp9_start_frame()
143 ppc->colorSpace = 2; in nvdec_vp9_start_frame()
146 ppc->colorSpace = 3; in nvdec_vp9_start_frame()
149 ppc->colorSpace = 4; in nvdec_vp9_start_frame()
152 ppc->colorSpace = 5; in nvdec_vp9_start_frame()
155 ppc->colorSpace = 6; in nvdec_vp9_start_frame()
158 ppc->colorSpace = 7; in nvdec_vp9_start_frame()