Home
last modified time | relevance | path

Searched refs:offset_r (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/test/
Dcomp_avg_pred_test.h123 const int offset_r = 3 + rnd_.PseudoUniform(h - in_h - 7); in RunCheckOutput() local
125 aom_dist_wtd_comp_avg_pred_c(output, pred8 + offset_r * w + offset_c, in RunCheckOutput()
126 in_w, in_h, ref8 + offset_r * w + offset_c, in RunCheckOutput()
128 test_impl(output2, pred8 + offset_r * w + offset_c, in_w, in_h, in RunCheckOutput()
129 ref8 + offset_r * w + offset_c, in_w, &dist_wtd_comp_params); in RunCheckOutput()
234 const int offset_r = 3 + rnd_.PseudoUniform(h - in_h - 7); in RunCheckOutput() local
239 pred8 + offset_r * w + offset_c, in_w, in_h, sub_x_q3, in RunCheckOutput()
240 sub_y_q3, ref8 + offset_r * w + offset_c, in_w, in RunCheckOutput()
243 pred8 + offset_r * w + offset_c, in_w, in_h, sub_x_q3, in RunCheckOutput()
244 sub_y_q3, ref8 + offset_r * w + offset_c, in_w, in RunCheckOutput()
[all …]
Dav1_convolve_2d_test_util.cc83 const int offset_r = 3 + rnd_.PseudoUniform(h - out_h - 7); in RunCheckOutput() local
85 av1_convolve_2d_sr_c(input + offset_r * w + offset_c, w, output, in RunCheckOutput()
88 test_impl(input + offset_r * w + offset_c, w, output2, in RunCheckOutput()
212 const int offset_r = 3 + rnd_.PseudoUniform(h - out_h - 7); in RunCheckOutput() local
214 av1_dist_wtd_convolve_2d_c(input + offset_r * w + offset_c, w, in RunCheckOutput()
218 test_impl(input + offset_r * w + offset_c, w, output8_2, in RunCheckOutput()
261 const int offset_r = 3 + rnd_.PseudoUniform(h - out_h - 7); in RunCheckOutput() local
263 av1_dist_wtd_convolve_2d_c(input + offset_r * w + offset_c, w, in RunCheckOutput()
267 test_impl(input + offset_r * w + offset_c, w, output8_2, in RunCheckOutput()
340 const int offset_r = 3 + rnd_.PseudoUniform(h - out_h - 7); in RunSpeedTest() local
[all …]
Dhiprec_convolve_test_util.cc117 int offset_r = 3 + rnd_.PseudoUniform(h - out_h - 7); in RunCheckOutput() local
119 av1_wiener_convolve_add_src_c(input + offset_r * w + offset_c, w, output, in RunCheckOutput()
122 test_impl(input + offset_r * w + offset_c, w, output2, out_w, hkernel, 16, in RunCheckOutput()
259 int offset_r = 3 + rnd_.PseudoUniform(h - out_h - 7); in RunCheckOutput() local
262 input_ptr + offset_r * w + offset_c, w, output_ptr, out_w, hkernel, in RunCheckOutput()
264 test_impl(input_ptr + offset_r * w + offset_c, w, output2_ptr, out_w, in RunCheckOutput()
/external/rust/crates/async-task/src/
Draw.rs57 pub(crate) offset_r: usize, field
147 output: p.add(task_layout.offset_r) as *mut T, in from_ptr()
171 let offset_r = offset_union; in task_layout() localVariable
177 offset_r, in task_layout()
/external/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c150 p2_unpacked.offset_r = in v3d40_vir_emit_tex()