Home | History | Annotate | Download | only in src

Lines Matching refs:pPriv

135 static void psb_setup_coeffs(struct psb_texture_s * pPriv);
139 static void psb_select_transfermatrix(struct psb_texture_s * pPriv,
717 psb_setup_coeffs(struct psb_texture_s * pPriv)
730 psb_select_transfermatrix(pPriv, &transfer_matrix,
741 bright_off = pPriv->brightness.Value;
742 fContrast = (pPriv->contrast.Value + 100) / 100.0;
747 pPriv->hue.Value * Degree,
748 pPriv->saturation.Value / 100.0);
760 &pPriv->coeffs.rY, &pPriv->coeffs.rU,
761 &pPriv->coeffs.rV, &pPriv->coeffs.rConst,
762 &pPriv->coeffs.rShift);
775 &pPriv->coeffs.gY, &pPriv->coeffs.gU,
776 &pPriv->coeffs.gV, &pPriv->coeffs.gConst,
777 &pPriv->coeffs.gShift);
790 &pPriv->coeffs.bY, &pPriv->coeffs.bU,
791 &pPriv->coeffs.bV, &pPriv->coeffs.bConst,
792 &pPriv->coeffs.bShift);
822 psb_select_transfermatrix(struct psb_texture_s * pPriv,
863 switch (pPriv->src_nominalrange) {
913 switch (pPriv->dst_nominalrange) {
937 switch (pPriv->video_transfermatrix) {
953 if (1 /*pPriv->sVideoDesc.SampleWidth < 720 */) { /* TODO, width selection */