Home | History | Annotate | Download | only in dsp

Lines Matching refs:VP8LPredictors

617     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];
1599 memcpy(VP8LPredictors, kPredictorsC, sizeof(VP8LPredictors));