HomeSort by relevance Sort by last modified time
    Searched defs:VP8LPredictorFunc (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/b16355858/jni/
sample.c 3 typedef unsigned (*VP8LPredictorFunc)(unsigned left, const unsigned* const top);
4 extern const VP8LPredictorFunc kPredictorsC[];
sample_lib.c 23 typedef unsigned (*VP8LPredictorFunc)(unsigned left, const unsigned* const top);
25 const VP8LPredictorFunc kPredictorsC[] = {
  /external/webp/src/dsp/
lossless.h 35 typedef uint32_t (*VP8LPredictorFunc)(uint32_t left, const uint32_t* const top);
36 extern VP8LPredictorFunc VP8LPredictors[16];

Completed in 70 milliseconds