Searched refs:VP8LPredictors (Results 1 – 4 of 4) sorted by relevance
340 VP8LPredictors[5] = Predictor5; in VP8LDspInitNEON()341 VP8LPredictors[6] = Predictor6; in VP8LDspInitNEON()342 VP8LPredictors[7] = Predictor7; in VP8LDspInitNEON()343 VP8LPredictors[8] = Predictor8; in VP8LDspInitNEON()344 VP8LPredictors[9] = Predictor9; in VP8LDspInitNEON()345 VP8LPredictors[10] = Predictor10; in VP8LDspInitNEON()346 VP8LPredictors[11] = Predictor11; in VP8LDspInitNEON()347 VP8LPredictors[12] = Predictor12; in VP8LDspInitNEON()348 VP8LPredictors[13] = Predictor13; in VP8LDspInitNEON()
510 VP8LPredictors[5] = Predictor5; in VP8LDspInitSSE2()511 VP8LPredictors[6] = Predictor6; in VP8LDspInitSSE2()512 VP8LPredictors[7] = Predictor7; in VP8LDspInitSSE2()513 VP8LPredictors[8] = Predictor8; in VP8LDspInitSSE2()514 VP8LPredictors[9] = Predictor9; in VP8LDspInitSSE2()515 VP8LPredictors[10] = Predictor10; in VP8LDspInitSSE2()516 VP8LPredictors[11] = Predictor11; in VP8LDspInitSSE2()517 VP8LPredictors[12] = Predictor12; in VP8LDspInitSSE2()518 VP8LPredictors[13] = Predictor13; in VP8LDspInitSSE2()
617 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetBestPredictorForTile()660 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in CopyTileWithPrediction()772 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf]; in PredictorInverseTransform()780 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf]; in PredictorInverseTransform()1567 VP8LPredictorFunc VP8LPredictors[16]; variable1599 memcpy(VP8LPredictors, kPredictorsC, sizeof(VP8LPredictors)); in VP8LDspInit()
32 extern VP8LPredictorFunc VP8LPredictors[16];