Home
last modified time | relevance | path

Searched defs:pred_func (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Dcfa.h262 get_blocks_func pred_func) { in TraversalRoots()
304 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dcfa.h262 get_blocks_func pred_func) { in TraversalRoots()
304 get_blocks_func succ_func, get_blocks_func pred_func) { in ComputeAugmentedCFG()
/external/webp/src/dec/
Dframe_dec.c150 const int pred_func = CheckMode(mb_x, mb_y, block->imodes_[0]); in ReconstructRow() local
161 const int pred_func = CheckMode(mb_x, mb_y, block->uvmode_); in ReconstructRow() local
/external/tensorflow/tensorflow/core/kernels/data/
Dfilter_dataset_op_test.cc27 FunctionDefHelper::AttrValueWrapper pred_func, in FilterDatasetParams()
/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.cpp276 auto pred_func = [](const BasicBlock* b) { return b->predecessors(); }; in ComputeAugmentedCFG() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp276 auto pred_func = [](const BasicBlock* b) { return b->predecessors(); }; in ComputeAugmentedCFG() local
/external/webp/src/dsp/
Dlossless.c228 const VP8LPredictorAddSubFunc pred_func = in GENERATE_PREDICTOR_ADD() local
/external/webp/src/enc/
Dpredictor_enc.c242 const VP8LPredictorFunc pred_func = VP8LPredictors[mode]; in GetResidual() local