Searched refs:pred_func (Results 1 – 4 of 4) sorted by relevance
328 bool (*pred_func)(struct page_entry*), in GetRandomWithPredicateTag()351 if (!(pred_func)(&pages_[index])) in GetRandomWithPredicateTag()361 if (!(pred_func)(&pages_[index])) { in GetRandomWithPredicateTag()369 if (pred_func == page_is_valid) { in GetRandomWithPredicateTag()388 bool (*pred_func)(struct page_entry*)) { in GetRandomWithPredicate()389 return GetRandomWithPredicateTag(pe, pred_func, kDontCareTag); in GetRandomWithPredicate()
76 bool (*pred_func)(struct page_entry*));81 bool (*pred_func)(struct page_entry*),
627 const int pred_func = CheckMode(dec, dec->imodes_[0]); in VP8ReconstructBlock() local628 VP8PredLuma16[pred_func](y_dst); in VP8ReconstructBlock()642 const int pred_func = CheckMode(dec, dec->uvmode_); in VP8ReconstructBlock() local643 VP8PredChroma8[pred_func](u_dst); in VP8ReconstructBlock()644 VP8PredChroma8[pred_func](v_dst); in VP8ReconstructBlock()
538 const PredictorFunc pred_func = kPredictors[mode]; in GetBestPredictorForTile() local556 predict = pred_func(current_row[col - 1], upper_row + col); in GetBestPredictorForTile()586 const PredictorFunc pred_func = kPredictors[mode]; in CopyTileWithPrediction() local604 predict = pred_func(current_row[col - 1], upper_row + col); in CopyTileWithPrediction()693 PredictorFunc pred_func; in PredictorInverseTransform() local699 pred_func = kPredictors[((*pred_mode_src++) >> 8) & 0xf]; in PredictorInverseTransform()703 pred_func = kPredictors[((*pred_mode_src++) >> 8) & 0xf]; in PredictorInverseTransform()705 pred = pred_func(data[x - 1], data + x - width); in PredictorInverseTransform()