Searched refs:pred_func (Results 1 – 3 of 3) sorted by relevance
150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow() local151 VP8PredLuma16[pred_func](y_dst); in ReconstructRow()161 const int pred_func = CheckMode(mb_x, mb_y, block->uvmode_); in ReconstructRow() local162 VP8PredChroma8[pred_func](u_dst); in ReconstructRow()163 VP8PredChroma8[pred_func](v_dst); in ReconstructRow()
223 const VP8LPredictorAddSubFunc pred_func = in GENERATE_PREDICTOR_ADD() local227 pred_func(in + x, out + x - width, x_end - x, out + x); in GENERATE_PREDICTOR_ADD()
242 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetResidual() local252 predict = pred_func(current_row[x - 1], upper_row + x); in GetResidual()
Completed in 8 milliseconds