Searched refs:y_diff (Results 1 – 7 of 7) sorted by relevance
98 const int y_diff = (height_out - height) / 2; in depthconcatenate_layer() local104 …t_element = b * out_stride_z * depth_out + depth_offset * out_stride_z + y_diff * width_out + x_di… in depthconcatenate_layer()
648 FT_Int x_diff, y_diff; in bsdf_init_distance_map() local700 y_diff = worker->rows - (int)source->rows; in bsdf_init_distance_map()703 y_diff /= 2; in bsdf_init_distance_map()739 s_j = t_j - y_diff; in bsdf_init_distance_map()784 s_j = t_j - y_diff; in bsdf_init_distance_map()
559 int y_diff = 0; in vp9_apply_temporal_filter_c() local581 y_diff += y_diff_sse[row * (int)block_width + col]; in vp9_apply_temporal_filter_c()586 u_mod += y_diff; in vp9_apply_temporal_filter_c()587 v_mod += y_diff; in vp9_apply_temporal_filter_c()730 const int y_diff = y_diff_sse[sub_row * y_diff_stride + sub_col]; in vp9_highbd_apply_temporal_filter_c() local732 u_mod += y_diff; in vp9_highbd_apply_temporal_filter_c()733 v_mod += y_diff; in vp9_highbd_apply_temporal_filter_c()
268 const int y_diff = y_diff_ptr[sub_row * y_diff_stride + sub_col]; in ApplyReferenceFilter() local270 u_mod += y_diff; in ApplyReferenceFilter()271 v_mod += y_diff; in ApplyReferenceFilter()
872 static float pythDistance(float x_diff, float y_diff) { in pythDistance() argument873 return sqrt(pow(x_diff, 2.0f) + pow(y_diff, 2.0f)); in pythDistance()
4496 double y_diff = y_bar - ue->y_bar; in DumpReliable() local4497 double dist = sqrt((x_diff * x_diff) + (y_diff * y_diff)); in DumpReliable()