HomeSort by relevance Sort by last modified time
    Searched refs:sum_weight (Results 1 - 5 of 5) sorted by null

  /external/libxcam/cl_kernel/
kernel_3d_denoise.cl 49 float2* sum_weight,
110 (*sum_weight).lo = (*sum_weight).lo + weight;
115 (*sum_weight).hi = (*sum_weight).hi + weight;
123 float2* sum_weight,
163 (*sum_weight) = 1.0f;
173 average_slice(ref[0], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
179 average_slice(ref[1], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
182 average_slice((float8)(ref[0].hi, ref[1].lo), *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid)
    [all...]
kernel_3d_denoise_slm.cl 39 float2* sum_weight,
109 (*sum_weight).s0 = (*sum_weight).s0 + weight;
155 (*sum_weight).s1 = (*sum_weight).s1 + weight;
174 float2 sum_weight = {0.0f, 0.0f};
179 weighted_average (input, ref_cache, true, observe_cache, restore, &sum_weight, gain, threshold);
184 weighted_average (restoredPrev, ref_cache, false, observe_cache, restore, &sum_weight, gain, threshold);
187 weighted_average (inputPrev1, ref_cache, false, observe_cache, restore, &sum_weight, gain, threshold);
191 weighted_average (inputPrev2, ref_cache, false, observe_cache, restore, &sum_weight, gain, threshold)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 577 int sum_weight = 0; local
597 sum_weight += *kernal_ptr;
607 dn_val = (sum_val + (sum_weight >> 1)) / sum_weight;
618 int sum_weight = 0; local
640 sum_weight += *kernal_ptr;
650 dn_val = (sum_val + (sum_weight >> 1)) / sum_weight;
    [all...]
vp9_encoder.c 4192 int sum_weight = 0; local
4237 int sum_weight = 0; local
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 678 uint32_t sum_weight = get_weight_total(tg); local
687 if (sum_weight == 0) {

Completed in 1162 milliseconds