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

  /external/webp/src/dsp/
lossless_neon.c 340 VP8LPredictors[5] = Predictor5;
341 VP8LPredictors[6] = Predictor6;
342 VP8LPredictors[7] = Predictor7;
343 VP8LPredictors[8] = Predictor8;
344 VP8LPredictors[9] = Predictor9;
345 VP8LPredictors[10] = Predictor10;
346 VP8LPredictors[11] = Predictor11;
347 VP8LPredictors[12] = Predictor12;
348 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 38 milliseconds