/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc.c | 62 static void CollectHistogram_C(const uint8_t* ref, const uint8_t* pred, in CollectHistogram_C() argument
|
H A D | lossless.c | 132 const uint32_t pred = Average3(left, top[0], top[1]); in VP8LPredictor5_C() local 136 const uint32_t pred = Average2(left, top[-1]); in VP8LPredictor6_C() local 140 const uint32_t pred = Average2(left, top[0]); in VP8LPredictor7_C() local 144 const uint32_t pred = Average2(top[-1], top[0]); in VP8LPredictor8_C() local 149 const uint32_t pred = Average2(top[0], top[1]); in VP8LPredictor9_C() local 154 const uint32_t pred = Average4(left, top[-1], top[0], top[1]); VP8LPredictor10_C() local 158 const uint32_t pred = Select(top[0], left, top[-1]); VP8LPredictor11_C() local 162 const uint32_t pred = ClampedAddSubtractFull(left, top[0], top[-1]); VP8LPredictor12_C() local 166 const uint32_t pred = ClampedAddSubtractHalf(left, top[0], top[-1]); VP8LPredictor13_C() local 306 const uint32_t* pred = pred_row; ColorSpaceInverseTransform_C() local [all...] |
H A D | lossless_enc_sse2.c | 474 __m128i avg, pred, res; in PredictorSub5_SSE2() local 560 const __m128i pred = _mm_or_si128(A, B); // pred in PredictorSub11_SSE2() local 590 const __m128i pred = _mm_packus_epi16(pred_lo, pred_hi); PredictorSub12_SSE2() local 620 const __m128i pred = _mm_packus_epi16(A4, A4); PredictorSub13_SSE2() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container.h | 171 bool c_all_of(const C& c, Pred&& pred) { in c_all_of() argument 182 bool c_any_of(const C& c, Pred&& pred) { in c_any_of() argument 193 bool c_none_of(const C& c, Pred&& pred) { in c_none_of() argument 226 container_algorithm_internal::ContainerIter<C> c_find_if(C& c, Pred&& pred) { in c_find_if() argument 237 c_find_if_not(C& c, Pred&& pred) c_find_if_not() argument 260 c_find_end( Sequence1& sequence, Sequence2& subsequence, BinaryPredicate&& pred) c_find_end() argument 286 c_find_first_of( C1& container, C2& options, BinaryPredicate&& pred) c_find_first_of() argument 309 c_adjacent_find( Sequence& sequence, BinaryPredicate&& pred) c_adjacent_find() argument 333 c_count_if( const C& c, Pred&& pred) c_count_if() argument 369 c_mismatch(C1& c1, C2& c2, BinaryPredicate pred) c_mismatch() argument 413 c_equal(const C1& c1, const C2& c2, BinaryPredicate&& pred) c_equal() argument 437 c_is_permutation(const C1& c1, const C2& c2, BinaryPredicate&& pred) c_is_permutation() argument 461 c_search( Sequence1& sequence, Sequence2& subsequence, BinaryPredicate&& pred) c_search() argument 486 c_search_n( Sequence& sequence, Size count, T&& value, BinaryPredicate&& pred) c_search_n() argument 522 c_copy_if(const InputSequence& input, OutputIterator output, Pred&& pred) c_copy_if() argument 631 c_replace_if(C& c, Pred&& pred, T&& new_value) c_replace_if() argument 657 c_replace_copy_if(const C& c, OutputIterator result, Pred&& pred, T&& new_value) c_replace_copy_if() argument 731 c_remove_copy_if(const C& c, OutputIterator result, Pred&& pred) c_remove_copy_if() argument 752 c_unique_copy(const C& c, OutputIterator result, BinaryPredicate&& pred) c_unique_copy() argument 829 c_is_partitioned(const C& c, Pred&& pred) c_is_partitioned() argument 842 c_partition(C& c, Pred&& pred) c_partition() argument 856 c_stable_partition(C& c, Pred&& pred) c_stable_partition() argument 871 c_partition_copy( const C& c, OutputIterator1 out_true, OutputIterator2 out_false, Pred&& pred) c_partition_copy() argument 885 c_partition_point(C& c, Pred&& pred) c_partition_point() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationUtil.hpp | 369 static std::vector<T> sorted (const std::vector<T>& unsorted, P pred) in sorted() argument
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 441 int r_index, u_index, pred; in power_pmu_bhrb_read() local
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | lbr.c | 841 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-book3s.c | 494 int r_index, u_index, pred; in power_pmu_bhrb_read() local
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit.h | 592 static inline u32 rv_fence(u8 pred, u8 succ) in rv_fence() argument
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 2608 keybuf_pred_fn *pred; member 2655 bch_refill_keybuf(struct cache_set *c, struct keybuf *buf, struct bkey *end, keybuf_pred_fn *pred) bch_refill_keybuf() argument 2755 bch_keybuf_next_rescan(struct cache_set *c, struct keybuf *buf, struct bkey *end, keybuf_pred_fn *pred) bch_keybuf_next_rescan() argument
|
/kernel/linux/linux-5.10/include/media/davinci/ |
H A D | isif.h | 400 __u8 pred; member
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_filter.c | 103 struct filter_pred *pred; member 705 filter_pred_string(struct filter_pred *pred, void *event) filter_pred_string() argument 717 filter_pchar(struct filter_pred *pred, char *str) filter_pchar() argument 730 filter_pred_pchar(struct filter_pred *pred, void *event) filter_pred_pchar() argument 743 filter_pred_pchar_user(struct filter_pred *pred, void *event) filter_pred_pchar_user() argument 765 filter_pred_strloc(struct filter_pred *pred, void *event) filter_pred_strloc() argument 781 filter_pred_cpu(struct filter_pred *pred, void *event) filter_pred_cpu() argument 807 filter_pred_comm(struct filter_pred *pred, void *event) filter_pred_comm() argument 816 filter_pred_none(struct filter_pred *pred, void *event) filter_pred_none() argument 933 filter_build_regex(struct filter_pred *pred) filter_build_regex() argument 982 struct filter_pred *pred = prog[i].pred; filter_match_preds() local 1229 struct filter_pred *pred = NULL; parse_pred() local 2069 ftrace_function_check_pred(struct filter_pred *pred) ftrace_function_check_pred() argument 2087 ftrace_function_set_filter_pred(struct filter_pred *pred, struct function_filter_data *data) ftrace_function_set_filter_pred() argument 2134 struct filter_pred *pred = prog[i].pred; ftrace_function_set_filter() local 2276 test_pred_visited_fn(struct filter_pred *pred, void *event) test_pred_visited_fn() argument 2292 struct filter_pred *pred = prog[i].pred; update_pred_fn() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | isp2400_input_system_local.h | 342 mipi_predictor_t pred[N_MIPI_FORMAT_CUSTOM]; member
|
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/ |
H A D | rkvdec-vp9.c | 74 u8 pred[3]; member
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | lbr.c | 761 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.c | 2629 keybuf_pred_fn *pred; member 2676 bch_refill_keybuf(struct cache_set *c, struct keybuf *buf, struct bkey *end, keybuf_pred_fn *pred) bch_refill_keybuf() argument 2776 bch_keybuf_next_rescan(struct cache_set *c, struct keybuf *buf, struct bkey *end, keybuf_pred_fn *pred) bch_keybuf_next_rescan() argument
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_filter.c | 153 struct filter_pred *pred; member 200 static void free_predicate(struct filter_pred *pred) in free_predicate() argument 837 filter_pred_string(struct filter_pred *pred, void *event) filter_pred_string() argument 849 filter_pchar(struct filter_pred *pred, char *str) filter_pchar() argument 862 filter_pred_pchar(struct filter_pred *pred, void *event) filter_pred_pchar() argument 875 filter_pred_pchar_user(struct filter_pred *pred, void *event) filter_pred_pchar_user() argument 897 filter_pred_strloc(struct filter_pred *pred, void *event) filter_pred_strloc() argument 919 filter_pred_strrelloc(struct filter_pred *pred, void *event) filter_pred_strrelloc() argument 936 filter_pred_cpu(struct filter_pred *pred, void *event) filter_pred_cpu() argument 962 filter_pred_cpu_cpumask(struct filter_pred *pred, void *event) filter_pred_cpu_cpumask() argument 970 filter_pred_cpumask(struct filter_pred *pred, void *event) filter_pred_cpumask() argument 981 filter_pred_cpumask_cpu(struct filter_pred *pred, void *event) filter_pred_cpumask_cpu() argument 992 filter_pred_comm(struct filter_pred *pred, void *event) filter_pred_comm() argument 1002 filter_pred_function(struct filter_pred *pred, void *event) filter_pred_function() argument 1124 filter_build_regex(struct filter_pred *pred) filter_build_regex() argument 1161 test_pred_visited_fn(struct filter_pred *pred, void *event) test_pred_visited_fn() argument 1186 struct filter_pred *pred = prog[i].pred; filter_match_preds() local 1434 filter_pred_fn_call(struct filter_pred *pred, void *event) filter_pred_fn_call() argument 1505 struct filter_pred *pred = NULL; parse_pred() local 2525 ftrace_function_check_pred(struct filter_pred *pred) ftrace_function_check_pred() argument 2543 ftrace_function_set_filter_pred(struct filter_pred *pred, struct function_filter_data *data) ftrace_function_set_filter_pred() argument 2590 struct filter_pred *pred = prog[i].pred; ftrace_function_set_filter() local 2732 test_pred_visited_fn(struct filter_pred *pred, void *event) test_pred_visited_fn() argument 2748 struct filter_pred *pred = prog[i].pred; update_pred_fn() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | g2meet.c | 505 uint32_t N, W, NW, pred; in epic_decode_pixel_pred() local
|
H A D | mjpegdec.c | 1153 int pred, dc; in ljpeg_decode_rgb_scan() local 1290 int pred, dc; in ljpeg_decode_yuv_scan() local 1361 int pred; ljpeg_decode_yuv_scan() local [all...] |
H A D | j2kenc.c | 139 int pred; member
|
H A D | mpeg12dec.c | 113 static int mpeg_decode_motion(MpegEncContext *s, int fcode, int pred) in mpeg_decode_motion() argument
|
H A D | wmalosslessdec.c | 626 static void mclms_update(WmallDecodeCtx *s, int icoef, int *pred) in mclms_update() argument 668 static void mclms_predict(WmallDecodeCtx *s, int icoef, int *pred) in mclms_predict() argument 692 int icoef, pred[WMALL_MAX_CHANNEL in revert_mclms() local 807 int ich, pred, i, j; revert_acfilter() local [all...] |
H A D | snowenc.c | 615 IDWTELEM *pred= (IDWTELEM*)s->m.sc.obmc_scratchpad + plane_index*block_size*block_size*4; in get_block_rd() local
|
H A D | snow.h | 195 int pred; member
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_spill.c | 256 const struct ir3_block *pred = block->predecessors[i]; in compute_block_next_distance() local 1335 struct ir3_block *pred = block->predecessors[pred_idx]; in is_live_in_pred() local 1360 struct ir3_block *pred = block->predecessors[pred_idx]; in read_live_in() local 1393 struct ir3_block *pred = block->predecessors[i]; in spill_live_in() local 1411 struct ir3_block *pred = block->predecessors[i]; spill_live_ins() local 1463 struct ir3_block *pred = block->predecessors[pred_idx]; live_in_rewrite() local 1494 struct ir3_block *pred = block->predecessors[i]; reload_live_in() local 1536 struct ir3_block *pred = block->predecessors[i]; add_live_in_phi() local 1576 struct ir3_block *pred = block->predecessors[i]; add_live_in_phi() local 1632 struct ir3_block *pred = block->predecessors[i]; rewrite_phi() local 1724 struct ir3_block *pred = block->predecessors[pred_idx]; record_pred_live_out() local 1743 struct ir3_block *pred = block->predecessors[i]; record_pred_live_outs() local [all...] |