Home
last modified time | relevance | path

Searched refs:len3 (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_temperature.cpp234 real64 len3 = sqrt (uu3 * uu3 + vv3 * vv3); in Get_xy_coord() local
236 uu3 /= len3; in Get_xy_coord()
237 vv3 /= len3; in Get_xy_coord()
H A Ddng_string.cpp1631 uint32 len3 = strlenAsUint32 (new_string); in Replace() local
1633 if (len2 == len3) in Replace()
1638 len3); in Replace()
1642 else if (len2 > len3) in Replace()
1647 len3); in Replace()
1650 char *d = fData.Buffer_char () + match_offset + len3; in Replace()
1667 SafeUint32Add (SafeUint32Add (len1 - len2, len3), 1)); in Replace()
1678 if (len3) in Replace()
1683 len3); in Replace()
1689 strncpy (tempBuffer.Buffer_char () + match_offset + len3, in Replace()
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DLzcompCompress.java167 int len3 = findMatch(here + len1 - 1, dist3, gain3, costPerByte3); in makeCopyDecision()
168 if (len3 > len2 && costPerByte3[0] < costPerByte2[0]) { in makeCopyDecision()
172 int cost1B = lenBitCount + distBitCount + costPerByte3[0] * len3; in makeCopyDecision()
174 if ((cost1A / (len1 + len2)) > (cost1B / (len1 - 1 + len3))) { in makeCopyDecision()
/third_party/lame/libmp3lame/
H A Dtables.h58 size_t len3;
/third_party/ffmpeg/libavcodec/
H A Dmdct15.c170 const int len4 = s->len4, len3 = len4 * 3, len8 = len4 >> 1; in mdct15() local
181 tmp.im = -src[ len3 + k] - src[1*len3 - 1 - k]; in mdct15()
184 tmp.im = src[-len4 + k] - src[1*len3 - 1 - k]; in mdct15()
/third_party/ffmpeg/libavutil/
H A Dtx_template.c977 const int len3 = len2 * 3; in ff_tx_mdct_sr_fwd() local
987 tmp.im = FOLD(-src[ len3 + k], -src[1*len3 - 1 - k]); in ff_tx_mdct_sr_fwd()
990 tmp.im = FOLD( src[-len2 + k], -src[1*len3 - 1 - k]); in ff_tx_mdct_sr_fwd()
1222 const int len3 = len4 * 3; \
1234 tmp.im = FOLD(-src[ len3 + k], -src[1*len3 - 1 - k]); \
1237 tmp.im = FOLD( src[-len4 + k], -src[1*len3 - 1 - k]); \
/third_party/ffmpeg/libavformat/
H A Dasfdec_f.c532 int len1, len2, len3, len4, len5; in asf_read_content_desc() local
536 len3 = avio_rl16(pb); in asf_read_content_desc()
541 get_tag(s, "copyright", 0, len3, 32); in asf_read_content_desc()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.hpp269 void len3(Float4 &dst, const Vector4f &src, bool pp = false);
H A DVertexProgram.cpp271 case Shader::OPCODE_LEN3: len3(d.x, s0, pp); break; in program()
H A DPixelProgram.cpp251 case Shader::OPCODE_LEN3: len3(d.x, s0, pp); break; in applyShader()
H A DShaderCore.cpp963 void ShaderCore::len3(Float4 &dst, const Vector4f &src, bool pp) in len3() function in sw::ShaderCore

Completed in 18 milliseconds