| /third_party/ffmpeg/libavcodec/ |
| H A D | msmpeg4enc.c | 441 int val, pred; in ff_msmpeg4_encode_mb() local 498 int pred; in msmpeg4_encode_dc() local
|
| H A D | ituh263dec.c | 272 int ff_h263_decode_motion(MpegEncContext * s, int pred, int f_code) in ff_h263_decode_motion() argument 310 static int h263p_decode_umotion(MpegEncContext * s, int pred) in h263p_decode_umotion() argument [all...] |
| H A D | atrac3plus.c | 638 int i, num_vals, num_bits, pred; in decode_channel_code_tab() local 979 int sb, i, delta, delta_bits, min_val, pred; in decode_gainc_levels() local 1117 int sb, i, delta, delta_bits, min_val, pred, more_than_re in decode_gainc_loc_codes() local 1418 int sb, i, direction, nbits, pred, delta; decode_tones_frequency() local 1478 int mode, sb, j, i, diff, maxdiff, fi, delta, pred; decode_tones_amplitude() local [all...] |
| H A D | ffv1enc.c | 444 int pred = j ? f->initial_states[i][j - 1][k] : 128; in write_extradata() local
|
| H A D | smacker.c | 604 unsigned pred[2], val, val2; in smka_decode_frame() local [all...] |
| H A D | pixlet.c | 359 static void lowpass_prediction(int16_t *dst, int16_t *pred, in lowpass_prediction() argument
|
| /third_party/gn/src/base/containers/ |
| H A D | flat_tree.h | 995 EraseIf(base::internal::flat_tree<Key, Value, GetKeyFromValue, KeyCompare>& container, Predicate pred) EraseIf() argument
|
| H A D | circular_deque.h | 1103 void EraseIf(circular_deque<T>& container, Predicate pred) { in EraseIf() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_legalize.c | 505 struct ir3_block *pred = old_target->physical_predecessors[i]; in remove_unused_block() local 689 struct ir3_block *pred in mark_xvergence_points() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_lower_to_cssa.cpp | 348 uint32_t pred = block_idx; in try_coalesce_copy() local
|
| H A D | aco_statistics.cpp | 406 join_queue(std::deque<int32_t>& queue, const std::deque<int32_t>& pred, int cycle_diff) in join_queue() argument 415 BlockCycleEstimator::join(const BlockCycleEstimator& pred) in join() argument [all...] |
| H A D | aco_insert_NOPs.cpp | 214 handle_raw_hazard_instr(aco_ptr<Instruction>& pred, PhysReg reg, int* nops_needed, uint32_t* mask) in handle_raw_hazard_instr() argument
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_build_util.cpp | 275 BuildUtil::mkSelect(Value *pred, Value *dst, Value *trSrc, Value *flSrc) in mkSelect() argument 312 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred) in mkFlow() argument
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | move-optimizer.cc | 378 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge() local 400 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge() local 476 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | regalloc.c | 581 gpir_node *pred = dep->pred; in regalloc_print_result() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 271 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, unsigned short pred, Constant* LHS, Constant* RHS) CompareConstantExpr() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | decoration_manager.cpp | 56 RemoveDecorationsFrom( uint32_t id, std::function<bool(const Instruction&)> pred) RemoveDecorationsFrom() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | decoration_manager.cpp | 56 RemoveDecorationsFrom( uint32_t id, std::function<bool(const Instruction&)> pred) RemoveDecorationsFrom() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | scheduler.h | 549 wait( marl::lock& lock, const std::chrono::time_point<Clock, Duration>& timeout, const Predicate& pred) wait() argument [all...] |
| /third_party/skia/bench/ |
| H A D | MathBench.cpp | 17 static float sk_fsel(float pred, float result_ge, float result_lt) { in sk_fsel() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | decoration_manager.cpp | 55 RemoveDecorationsFrom( uint32_t id, std::function<bool(const Instruction&)> pred) RemoveDecorationsFrom() argument
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| H A D | elf_imitate.cpp | 852 auto pred = [](DfxSymbol a, DfxSymbol b) { return a.funcVaddr_ == b.funcVaddr_; }; in ParseSymbols() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| H A D | dfx_elf.cpp | 559 auto pred = [](ElfSymbol a, ElfSymbol b) { return a.value == b.value; };
in GetElfSymbols() local 582 auto pred = [](ElfSymbol a, ElfSymbol b) { return a.value == b.value; };
in GetFuncSymbols() local 613 auto pred = [](ElfSymbol a, ElfSymbol b) { return a.value == b.value; };
in GetFuncInfoLazily() local
|
| /third_party/elfutils/libcpu/ |
| H A D | riscv_disasm.c | 591 uint32_t pred = (word >> 20) & 0xf; in riscv_disasm() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_shader_calls.c | 711 rewrite_phis_to_pred(nir_block *block, nir_block *pred) in rewrite_phis_to_pred() argument
|