HomeSort by relevance Sort by last modified time
    Searched refs:pinput (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
filters_msa.c 98 static WEBP_INLINE void PredictLineGradient(const uint8_t* pinput,
110 const v16u8 src0 = LD_UB(pinput);
121 pinput += 16;
127 poutput[w] = pinput[w] - (pred < 0 ? 0 : pred > 255 ? 255 : pred);
  /external/libxml2/
parser.c 12839 xmlParserInputPtr pinput = NULL; local
    [all...]

Completed in 423 milliseconds