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

  /external/chromium_org/third_party/libwebp/dsp/
lossless_neon.c 313 VP8LPredictors[5] = Predictor5;
314 VP8LPredictors[6] = Predictor6;
315 VP8LPredictors[7] = Predictor7;
316 VP8LPredictors[8] = Predictor8;
317 VP8LPredictors[9] = Predictor9;
318 VP8LPredictors[10] = Predictor10;
319 VP8LPredictors[11] = Predictor11;
320 VP8LPredictors[12] = Predictor12;
321 VP8LPredictors[13] = Predictor13;
lossless_sse2.c 510 VP8LPredictors[5] = Predictor5;
511 VP8LPredictors[6] = Predictor6;
512 VP8LPredictors[7] = Predictor7;
513 VP8LPredictors[8] = Predictor8;
514 VP8LPredictors[9] = Predictor9;
515 VP8LPredictors[10] = Predictor10;
516 VP8LPredictors[11] = Predictor11;
517 VP8LPredictors[12] = Predictor12;
518 VP8LPredictors[13] = Predictor13;
lossless.h 32 extern VP8LPredictorFunc VP8LPredictors[16];
lossless.c 617 const VP8LPredictorFunc pred_func = VP8LPredictors[mode];
660 const VP8LPredictorFunc pred_func = VP8LPredictors[mode];
    [all...]

Completed in 40 milliseconds