Home | History | Annotate | Download | only in jni

Lines Matching full:unsigned

9 static unsigned Select(unsigned a, unsigned b, unsigned c) {
18 static unsigned Predictor11(unsigned left, const unsigned* const top) {
19 const unsigned pred = Select(top[0], left, top[-1]);
23 typedef unsigned (*VP8LPredictorFunc)(unsigned left, const unsigned* const top);