Searched refs:patch_loc (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_patch.cpp | 99 int patch_loc; in test_simple_patch() local 101 patch_loc = i + 2 * (j + 2 * (k + 4 * l)); in test_simple_patch() 103 patch_loc = l + 7 * (k + 4 * (j + 2 * i)); in test_simple_patch() 108 VERIFY_IS_EQUAL(tensor(i,j+x,k+y,l), twod_patch(0,x,y,0,patch_loc)); in test_simple_patch() 110 VERIFY_IS_EQUAL(tensor(i,j+x,k+y,l), twod_patch(patch_loc,0,x,y,0)); in test_simple_patch() 144 int patch_loc; in test_simple_patch() local 146 patch_loc = i + 2 * (j + 2 * (k + 3 * l)); in test_simple_patch() 148 patch_loc = l + 3 * (k + 3 * (j + 2 * i)); in test_simple_patch() 154 VERIFY_IS_EQUAL(tensor(i,j+x,k+y,l+z), threed_patch(0,x,y,z,patch_loc)); in test_simple_patch() 156 VERIFY_IS_EQUAL(tensor(i,j+x,k+y,l+z), threed_patch(patch_loc,0,x,y,z)); in test_simple_patch()
|
/external/libaom/libaom/av1/encoder/ |
D | global_motion.c | 729 int cur_width, cur_height, cur_stride, cur_loc, patch_loc, patch_center; in compute_flow_field() local 746 patch_loc = i * cur_stride + j; in compute_flow_field() 747 patch_center = patch_loc + PATCH_CENTER * cur_stride + PATCH_CENTER; in compute_flow_field() 750 frm_pyr->level_dx_buffer + cur_loc + patch_loc, in compute_flow_field() 751 frm_pyr->level_dy_buffer + cur_loc + patch_loc, j, in compute_flow_field()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 147 unsigned patch_loc = var->data.location - VARYING_SLOT_PATCH0; in st_nir_assign_var_locations() local 148 if (processed_patch_locs & (1 << patch_loc)) in st_nir_assign_var_locations() 151 processed_patch_locs |= (1 << patch_loc); in st_nir_assign_var_locations()
|