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

  /external/webp/src/dsp/
lossless.c 213 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf];
221 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf];
561 VP8LPredictorFunc VP8LPredictors[16];
584 VP8LPredictors[0] = Predictor0;
585 VP8LPredictors[1] = Predictor1;
586 VP8LPredictors[2] = Predictor2;
587 VP8LPredictors[3] = Predictor3;
588 VP8LPredictors[4] = Predictor4;
589 VP8LPredictors[5] = Predictor5;
590 VP8LPredictors[6] = Predictor6
    [all...]
lossless_mips_dsp_r2.c     [all...]
lossless_sse2.c 349 VP8LPredictors[5] = Predictor5;
350 VP8LPredictors[6] = Predictor6;
351 VP8LPredictors[7] = Predictor7;
352 VP8LPredictors[8] = Predictor8;
353 VP8LPredictors[9] = Predictor9;
354 VP8LPredictors[10] = Predictor10;
355 VP8LPredictors[11] = Predictor11;
356 VP8LPredictors[12] = Predictor12;
357 VP8LPredictors[13] = Predictor13;
lossless.h 36 extern VP8LPredictorFunc VP8LPredictors[16];
lossless_enc.c 578 const VP8LPredictorFunc pred_func = VP8LPredictors[mode];
631 low_effort ? VP8LPredictors[kPredLowEffort] : NULL;
653 pred_func = VP8LPredictors[mode];
    [all...]

Completed in 1802 milliseconds