Searched defs:dist1 (Results 1 - 16 of 16) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_is.h | 40 float dist1; /* From original coeffs */ member
|
H A D | aacenc_is.c | 45 float dist1 = 0.0f, dist2 = 0.0f; in ff_aac_is_encoding_err() local
|
H A D | aacenc_ltp.c | 183 float dist1 = 0.0f, dist2 = 0.0f; in ff_aac_search_for_ltp() local
|
H A D | aacenc_pred.c | 259 float dist1, dist2, dist_spec_err = 0.0f; in ff_aac_search_for_pred() local
|
H A D | aaccoder.c | 585 float dist1 = 0.0f, dist2 = 0.0f, noise_amp; in search_for_pns() local 801 float dist1 = 0.0f, dist2 = 0.0f; in search_for_ms() local
|
H A D | rv34.c | 1715 int dist1 = GET_PTS_DIFF(r->next_pts, r->cur_pts); in ff_rv34_decode_frame() local
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_pick_best_endpoint_format.cpp | 168 vfloat dist1 = (uncor_amod1 + param * uncor_bs1) - data_g; in compute_error_squared_rgb_single_partition() local [all...] |
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.cpp | 318 double dist1 = sqrt(dx*dx + dy*dy); in computePinch() local
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aaccoder_mips.c | 2383 float dist1 = 0.0f, dist2 = 0.0f; in search_for_ms_mips() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_tri.c | 397 float dist1 = v1[0][0] * v1[0][0] + v1[0][1] * v1[0][1]; in do_triangle_ccw() local
|
/third_party/skia/tests/ |
H A D | PathOpsAngleIdeas.cpp | 776 double dist1 = v1.length() * m; in mDistance() local
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afcjk.c | 2057 FT_Pos dist1, dist2, span; in af_cjk_hint_edges() local
|
H A D | aflatin.c | 3359 FT_Pos dist1, dist2, span, delta; in af_latin_hint_edges() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 301 JLONG dist0, dist1, dist2; in update_box() local 767 JLONG dist0, dist1; /* initial distance values */ in find_best_colors() local
|
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 1358 SkScalar dist1 = prevEdge->computeCrossingDistance(currNextEdge); in SkOffsetSimplePolygon() local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.cpp | 973 void ShaderCore::dist1(Float4 &dst, const Vector4f &src0, const Vector4f &src1, bool pp) in dist1() function in sw::ShaderCore
|
Completed in 32 milliseconds