• Home
  • Raw
  • Download

Lines Matching refs:restore

48                           float8* restore,
109 (*restore).lo = mad(weight, ref.lo, (*restore).lo);
114 (*restore).hi = mad(weight, ref.hi, (*restore).hi);
122 float8* restore,
162 (*restore) = (*observe);
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_i…
188 average_slice(ref[0], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
194 average_slice(ref[1], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
198 …average_slice((float8)(ref[0].hi, ref[1].lo), *observe, restore, sum_weight, gain, threshold, sg_i…
205 average_slice(ref[0], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
211 average_slice(ref[1], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
214 …average_slice((float8)(ref[0].hi, ref[1].lo), *observe, restore, sum_weight, gain, threshold, sg_i…
225 float8 restore = 0.0f;
234 …weighted_average (input, ref_cache, true, &observe, &restore, &sum_weight, gain, threshold, sg_id,…
237 …weighted_average (restoredPrev, ref_cache, false, &observe, &restore, &sum_weight, gain, threshold…
240 …weighted_average (inputPrev1, ref_cache, false, &observe, &restore, &sum_weight, gain, threshold, …
244 …weighted_average (inputPrev2, ref_cache, false, &observe, &restore, &sum_weight, gain, threshold, …
248 restore.lo = restore.lo / sum_weight.lo;
249 restore.hi = restore.hi / sum_weight.hi;
267 convert_uint4(as_ushort4(convert_uchar8(restore))));