HomeSort by relevance Sort by last modified time
    Searched refs:VP8LPredictorFunc (Results 1 - 5 of 5) 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];
lossless.c 206 VP8LPredictorFunc pred_func;
561 VP8LPredictorFunc VP8LPredictors[16];
lossless_enc.c 541 static WEBP_INLINE uint32_t Predict(VP8LPredictorFunc pred_func,
578 const VP8LPredictorFunc pred_func = VP8LPredictors[mode];
630 VP8LPredictorFunc pred_func =
    [all...]

Completed in 52 milliseconds