Home
last modified time | relevance | path

Searched refs:dist0 (Results 1 - 7 of 7) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_pick_best_endpoint_format.cpp167 vfloat dist0 = (uncor_amod0 + param * uncor_bs0) - data_r; in compute_error_squared_rgb_single_partition() local
171 haccumulate(uncor_errv0, dist0 * dist0); in compute_error_squared_rgb_single_partition()
180 dist0 = (param * samec_bs0) - data_r; in compute_error_squared_rgb_single_partition()
184 haccumulate(uncor_errv0, dist0 * dist0); in compute_error_squared_rgb_single_partition()
189 dist0 = rgbl_amod0 + data_rgb_0; in compute_error_squared_rgb_single_partition()
193 haccumulate(rgbl_errv0, dist0 * dist0); in compute_error_squared_rgb_single_partition()
198 dist0 in compute_error_squared_rgb_single_partition()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c301 JLONG dist0, dist1, dist2; in update_box() local
383 dist0 = ((c0max - c0min) << C0_SHIFT) * C0_SCALE; in update_box()
386 boxp->volume = dist0 * dist0 + dist1 * dist1 + dist2 * dist2; in update_box()
767 JLONG dist0, dist1; /* initial distance values */ in find_best_colors() local
794 dist0 = inc0 * inc0; in find_best_colors()
796 dist0 += inc1 * inc1; in find_best_colors()
798 dist0 += inc2 * inc2; in find_best_colors()
808 dist1 = dist0; in find_best_colors()
826 dist0 in find_best_colors()
[all...]
/third_party/skia/tools/viewer/
H A DTouchGesture.cpp314 double dist0 = sqrt(dx*dx + dy*dy); in computePinch() local
320 double scale = dist1 / dist0; in computePinch()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c396 float dist0 = v0[0][0] * v0[0][0] + v0[0][1] * v0[0][1]; in do_triangle_ccw() local
399 if (dist0 > dist1 && dist1 < dist2) { in do_triangle_ccw()
419 } else if (dist0 > dist2) { in do_triangle_ccw()
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1357 SkScalar dist0 = currEdge->computeCrossingDistance(prevPrevEdge); in SkOffsetSimplePolygon() local
1360 if (dist0 < 0 && dist1 < 0) { in SkOffsetSimplePolygon()
1384 if (dist0 < dist1) { in SkOffsetSimplePolygon()
/third_party/ffmpeg/libavcodec/
H A Drv34.c1714 int dist0 = GET_PTS_DIFF(r->cur_pts, r->last_pts); in ff_rv34_decode_frame() local
1721 if (FFMAX(dist0, dist1) > refdist) in ff_rv34_decode_frame()
1724 r->mv_weight1 = (dist0 << 14) / refdist; in ff_rv34_decode_frame()
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py1053 insertSymbol, copySymbol, dist0 = self.splitSymbol(index)

Completed in 14 milliseconds