Searched refs:pred_func (Results 1 – 2 of 2) sorted by relevance
617 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetBestPredictorForTile() local635 predict = pred_func(current_row[col - 1], upper_row + col); in GetBestPredictorForTile()660 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in CopyTileWithPrediction() local678 predict = pred_func(current_row[col - 1], upper_row + col); in CopyTileWithPrediction()765 VP8LPredictorFunc pred_func; in PredictorInverseTransform() local772 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf]; in PredictorInverseTransform()774 const uint32_t pred = pred_func(data[x - 1], data + x - width); in PredictorInverseTransform()780 pred_func = VP8LPredictors[((*pred_mode_src++) >> 8) & 0xf]; in PredictorInverseTransform()782 const uint32_t pred = pred_func(data[x - 1], data + x - width); in PredictorInverseTransform()
783 const int pred_func = CheckMode(mb_x, mb_y, in ReconstructRow() local785 VP8PredLuma16[pred_func](y_dst); in ReconstructRow()795 const int pred_func = CheckMode(mb_x, mb_y, block->uvmode_); in ReconstructRow() local796 VP8PredChroma8[pred_func](u_dst); in ReconstructRow()797 VP8PredChroma8[pred_func](v_dst); in ReconstructRow()