Searched refs:VP8LPredictors (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_neon.c313 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;
H A Dlossless_sse2.c510 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;
H A Dlossless.h32 extern VP8LPredictorFunc VP8LPredictors[16];
H A Dlossless.c617 const VP8LPredictorFunc pred_func = VP8LPredictors[mode];
660 const VP8LPredictorFunc pred_func = VP8LPredictors[mode];
772 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf];
780 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf];
1567 VP8LPredictorFunc VP8LPredictors[16]; variable
1594 memcpy(VP8LPredictors, kPredictorsC, sizeof(VP8LPredictors));
/external/webp/src/dsp/
H A Dlossless_neon.c313 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;
H A Dlossless_sse2.c510 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;
H A Dlossless.h32 extern VP8LPredictorFunc VP8LPredictors[16];
H A Dlossless.c608 const VP8LPredictorFunc pred_func = VP8LPredictors[mode];
651 const VP8LPredictorFunc pred_func = VP8LPredictors[mode];
763 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf];
771 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf];
1558 VP8LPredictorFunc VP8LPredictors[16]; variable
1585 memcpy(VP8LPredictors, kPredictorsC, sizeof(VP8LPredictors));

Completed in 1689 milliseconds