Home
last modified time | relevance | path

Searched refs:pinput (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dfilters_msa.c98 static WEBP_INLINE void PredictLineGradient(const uint8_t* pinput, in PredictLineGradient() argument
110 const v16u8 src0 = LD_UB(pinput); in PredictLineGradient()
121 pinput += 16; in PredictLineGradient()
127 poutput[w] = pinput[w] - (pred < 0 ? 0 : pred > 255 ? 255 : pred); in PredictLineGradient()
/external/libxml2/
Dparser.c12575 xmlParserInputPtr pinput = NULL; in xmlIOParseDTD() local
12605 pinput = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlIOParseDTD()
12606 if (pinput == NULL) { in xmlIOParseDTD()
12616 if (xmlPushInput(ctxt, pinput) < 0) { in xmlIOParseDTD()
12625 pinput->filename = NULL; in xmlIOParseDTD()
12626 pinput->line = 1; in xmlIOParseDTD()
12627 pinput->col = 1; in xmlIOParseDTD()
12628 pinput->base = ctxt->input->cur; in xmlIOParseDTD()
12629 pinput->cur = ctxt->input->cur; in xmlIOParseDTD()
12630 pinput->free = NULL; in xmlIOParseDTD()