Searched refs:pred_func (Results 1 – 5 of 5) sorted by relevance
/external/stressapptest/src/ |
D | finelock_queue.cc | 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()
|
D | finelock_queue.h | 76 bool (*pred_func)(struct page_entry*)); 81 bool (*pred_func)(struct page_entry*),
|
/external/webp/src/dec/ |
D | frame_dec.c | 150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow() local 151 VP8PredLuma16[pred_func](y_dst); in ReconstructRow() 161 const int pred_func = CheckMode(mb_x, mb_y, block->uvmode_); in ReconstructRow() local 162 VP8PredChroma8[pred_func](u_dst); in ReconstructRow() 163 VP8PredChroma8[pred_func](v_dst); in ReconstructRow()
|
/external/webp/src/dsp/ |
D | lossless.c | 225 const VP8LPredictorAddSubFunc pred_func = in GENERATE_PREDICTOR_ADD() local 229 pred_func(in + x, out + x - width, x_end - x, out + x); in GENERATE_PREDICTOR_ADD()
|
/external/webp/src/enc/ |
D | predictor_enc.c | 240 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetResidual() local 250 predict = pred_func(current_row[x - 1], upper_row + x); in GetResidual()
|