Home
last modified time | relevance | path

Searched refs:y_diff (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DDepthConcatenateLayer.cpp98 const int y_diff = (height_out - height) / 2; in depthconcatenate_layer() local
104 …t_element = b * out_stride_z * depth_out + depth_offset * out_stride_z + y_diff * width_out + x_di… in depthconcatenate_layer()
/external/freetype/src/sdf/
Dftbsdf.c648 FT_Int x_diff, y_diff; in bsdf_init_distance_map() local
700 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()
/external/libvpx/vp9/encoder/
Dvp9_temporal_filter.c559 int y_diff = 0; in vp9_apply_temporal_filter_c() local
581 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() local
732 u_mod += y_diff; in vp9_highbd_apply_temporal_filter_c()
733 v_mod += y_diff; in vp9_highbd_apply_temporal_filter_c()
/external/libvpx/test/
Dyuv_temporal_filter_test.cc268 const int y_diff = y_diff_ptr[sub_row * y_diff_stride + sub_col]; in ApplyReferenceFilter() local
270 u_mod += y_diff; in ApplyReferenceFilter()
271 v_mod += y_diff; in ApplyReferenceFilter()
/external/libultrahdr/lib/src/
Dgainmapmath.cpp872 static float pythDistance(float x_diff, float y_diff) { in pythDistance() argument
873 return sqrt(pow(x_diff, 2.0f) + pow(y_diff, 2.0f)); in pythDistance()
/external/cronet/stable/third_party/ced/src/compact_enc_det/
Dcompact_enc_det.cc4496 double y_diff = y_bar - ue->y_bar; in DumpReliable() local
4497 double dist = sqrt((x_diff * x_diff) + (y_diff * y_diff)); in DumpReliable()
/external/cronet/tot/third_party/ced/src/compact_enc_det/
Dcompact_enc_det.cc4496 double y_diff = y_bar - ue->y_bar; in DumpReliable() local
4497 double dist = sqrt((x_diff * x_diff) + (y_diff * y_diff)); in DumpReliable()