Home
last modified time | relevance | path

Searched refs:near (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/third_party/ffmpeg/libavcodec/
Djpegls.c35 state->twonear = state->near * 2 + 1; in ff_jpegls_init_state()
76 s->T1 = iso_clip(factor * (basic_t1 - 2) + 2 + 3 * s->near, in ff_jpegls_reset_coding_parameters()
77 s->near + 1, s->maxval); in ff_jpegls_reset_coding_parameters()
79 s->T2 = iso_clip(factor * (basic_t2 - 3) + 3 + 5 * s->near, in ff_jpegls_reset_coding_parameters()
82 s->T3 = iso_clip(factor * (basic_t3 - 4) + 4 + 7 * s->near, in ff_jpegls_reset_coding_parameters()
88 s->T1 = iso_clip(FFMAX(2, basic_t1 / factor + 3 * s->near), in ff_jpegls_reset_coding_parameters()
89 s->near + 1, s->maxval); in ff_jpegls_reset_coding_parameters()
91 s->T2 = iso_clip(FFMAX(3, basic_t2 / factor + 5 * s->near), in ff_jpegls_reset_coding_parameters()
94 s->T3 = iso_clip(FFMAX(4, basic_t3 / factor + 7 * s->near), in ff_jpegls_reset_coding_parameters()
Djpeglsenc.c70 map = !state->near && !k && (2 * state->B[Q] <= -state->N[Q]); in ls_encode_regular()
162 if ((FFABS(D0) <= state->near) && in ls_encode_line()
163 (FFABS(D1) <= state->near) && in ls_encode_line()
164 (FFABS(D2) <= state->near)) { in ls_encode_line()
169 while (x < w && (FFABS(R(in, x) - RUNval) <= state->near)) { in ls_encode_line()
178 RItype = FFABS(Ra - Rb) <= state->near; in ls_encode_line()
185 if (state->near) { in ls_encode_line()
187 err = (state->near + err) / state->twonear; in ls_encode_line()
189 err = -(state->near - err) / state->twonear; in ls_encode_line()
228 if (state->near) { in ls_encode_line()
[all …]
Djpeglsdec.c168 if (!state->near && !k && (2 * state->B[Q] <= -state->N[Q])) in ls_get_code_regular()
248 if ((FFABS(D0) <= state->near) && in ls_decode_line()
249 (FFABS(D1) <= state->near) && in ls_decode_line()
250 (FFABS(D2) <= state->near)) { in ls_decode_line()
292 RItype = (FFABS(Ra - Rb) <= state->near) ? 1 : 0; in ls_decode_line()
298 if (state->near && RItype) { in ls_decode_line()
332 if (state->near) { in ls_decode_line()
333 if (pred < -state->near) in ls_decode_line()
335 else if (pred > state->maxval + state->near) in ls_decode_line()
348 int ff_jpegls_decode_picture(MJpegDecodeContext *s, int near, in ff_jpegls_decode_picture() argument
[all …]
Djpegls.h35 #undef near /* This file uses struct member 'near' which in windows.h is defined as empty. */
41 int near, twonear; member
64 if (v < -s->near) in ff_jpegls_quantize()
68 if (v <= s->near) in ff_jpegls_quantize()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_transform.hpp182 T near,
201 T near,
220 T near,
235 T near,
250 T near,
265 T near,
282 T near,
299 T near,
316 T near,
328 T fovy, T aspect, T near);
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_depth_clamp.txt40 with six faces, two of which are the near and far clip planes.
41 Clipping to the near and far planes of the clip volume ensures that
47 clipping the primitive to the near or far clip volume planes (side
48 clip volume planes clip normally). Without the near and far clip
50 can proceed normally if we ignore the near and far clip planes.
54 defy the window space depth range (effectively what near and far
59 functionality is useful to obviate the need for near plane capping
64 Similar situations at the near clip plane can be avoided at the
65 near clip plane where apparently solid objects can be "seen through"
66 if they intersect the near clip plane.
[all …]
/third_party/openGLES/extensions/NV/
DNV_depth_clamp.txt37 with six faces, two of which are the near and far clip planes.
38 Clipping to the near and far planes of the clip volume ensures that
44 clipping the primitive to the near or far clip volume planes (side
45 clip volume planes clip normally). Without the near and far clip
47 can proceed normally if we ignore the near and far clip planes.
51 defy the window space depth range (effectively what near and far
56 functionality is useful to obviate the need for near plane capping
61 Similar situations at the near clip plane can be avoided at the
62 near clip plane where apparently solid objects can be "seen through"
63 if they intersect the near clip plane.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_depth_clamp.txt37 with six faces, two of which are the near and far clip planes.
38 Clipping to the near and far planes of the clip volume ensures that
44 clipping the primitive to the near or far clip volume planes (side
45 clip volume planes clip normally). Without the near and far clip
47 can proceed normally if we ignore the near and far clip planes.
51 defy the window space depth range (effectively what near and far
56 functionality is useful to obviate the need for near plane capping
61 Similar situations at the near clip plane can be avoided at the
62 near clip plane where apparently solid objects can be "seen through"
63 if they intersect the near clip plane.
[all …]
/third_party/openGLES/extensions/AMD/
DAMD_depth_clamp_separate.txt38 the clamping of the depth value for both the near and far plane.
68 or disable depth clamping at the near and far planes, respectively. If near
70 view volume clipping. Effectively, there is no near plane. Likewise, if far
72 volume clipping, effectively removing the near plane."
76 at both the near and far planes."
91 clamping at the near plane is enabled, [0, max(n,f)] if clamping at the
93 both the near and far planes, where n and f are the current near and far
125 …| | | | | at the near plane | …
131 the near and the far plane. Querying DEPTH_CLAMP will return TRUE if DEPTH_CLAMP_NEAR_AMD _or_
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_depth_clamp_separate.txt38 the clamping of the depth value for both the near and far plane.
68 or disable depth clamping at the near and far planes, respectively. If near
70 view volume clipping. Effectively, there is no near plane. Likewise, if far
72 volume clipping, effectively removing the near plane."
76 at both the near and far planes."
91 clamping at the near plane is enabled, [0, max(n,f)] if clamping at the
93 both the near and far planes, where n and f are the current near and far
125 …| | | | | at the near plane | …
131 the near and the far plane. Querying DEPTH_CLAMP will return TRUE if DEPTH_CLAMP_NEAR_AMD _or_
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_depth_clamp.txt41 with six faces, two of which are the near and far clip planes.
42 Clipping to the near and far planes of the clip volume ensures that
48 clipping the primitive to the near or far clip volume planes (side
49 clip volume planes clip normally). Without the near and far clip
51 can proceed normally if we ignore the near and far clip planes.
55 defy the window space depth range (effectively what near and far
60 functionality is useful to obviate the need for near plane capping
65 Similar situations at the near clip plane can be avoided at the
66 near clip plane where apparently solid objects can be "seen through"
67 if they intersect the near clip plane.
[all …]
/third_party/openGLES/extensions/ARB/
DARB_depth_clamp.txt51 with six faces, two of which are the near and far clip planes.
52 Clipping to the near and far planes of the clip volume ensures that
58 clipping the primitive to the near or far clip volume planes (side
59 clip volume planes clip normally). Without the near and far clip
61 can proceed normally if we ignore the near and far clip planes.
65 defy the window space depth range (effectively what near and far
70 functionality is useful to obviate the need for near plane capping
75 Similar situations at the near clip plane can be avoided at the
76 near clip plane where apparently solid objects can be "seen through"
77 if they intersect the near clip plane.
[all …]
/third_party/flutter/skia/src/utils/
DSk3D.cpp41 bool Sk3Perspective(SkMatrix44* dst, float near, float far, float angle) { in Sk3Perspective() argument
42 SkASSERT(far > near); in Sk3Perspective()
44 float denomInv = sk_ieee_float_divide(1, far - near); in Sk3Perspective()
51 dst->set(2, 2, (far + near) * denomInv); in Sk3Perspective()
52 dst->set(2, 3, 2 * far * near * denomInv); in Sk3Perspective()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djdsample-avx2.asm75 jz near .return
79 jz near .return
180 ja near .columnloop
182 jnz near .columnloop_last
191 jg near .rowloop
250 jz near .return
254 jz near .return
528 ja near .columnloop
530 jnz near .columnloop_last
540 jg near .rowloop
[all …]
Djcsample-sse2.asm55 jz near .return
97 jle near .return
166 jg near .rowloop
211 jz near .return
253 jle near .return
327 jae near .columnloop
329 jnz near .columnloop_r8
338 jg near .rowloop
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djdsample-avx2.asm77 jz near .return
81 jz near .return
182 ja near .columnloop
184 jnz near .columnloop_last
193 jg near .rowloop
252 jz near .return
256 jz near .return
530 ja near .columnloop
532 jnz near .columnloop_last
542 jg near .rowloop
[all …]
Djcsample-sse2.asm57 jz near .return
99 jle near .return
168 jg near .rowloop
213 jz near .return
255 jle near .return
329 jae near .columnloop
331 jnz near .columnloop_r8
340 jg near .rowloop
/third_party/libjpeg-turbo/simd/i386/
Djdsample-avx2.asm75 jz near .return
79 jz near .return
180 ja near .columnloop
182 jnz near .columnloop_last
191 jg near .rowloop
250 jz near .return
254 jz near .return
528 ja near .columnloop
530 jnz near .columnloop_last
540 jg near .rowloop
[all …]
Djcsample-sse2.asm55 jz near .return
97 jle near .return
166 jg near .rowloop
211 jz near .return
253 jle near .return
327 jae near .columnloop
329 jnz near .columnloop_r8
338 jg near .rowloop
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcsample-sse2.asm53 jz near .return
94 jle near .return
160 jg near .rowloop
198 jz near .return
239 jle near .return
310 jae near .columnloop
312 jnz near .columnloop_r8
321 jg near .rowloop
Djcsample-avx2.asm54 jz near .return
95 jle near .return
168 jnz near .columnloop_r24
177 jg near .rowloop
216 jz near .return
257 jle near .return
346 jae near .columnloop
348 jnz near .columnloop_r24
357 jg near .rowloop
/third_party/libjpeg-turbo/simd/x86_64/
Djcsample-sse2.asm52 jz near .return
93 jle near .return
159 jg near .rowloop
197 jz near .return
238 jle near .return
309 jae near .columnloop
311 jnz near .columnloop_r8
320 jg near .rowloop
Djcsample-avx2.asm53 jz near .return
94 jle near .return
167 jnz near .columnloop_r24
176 jg near .rowloop
215 jz near .return
256 jle near .return
345 jae near .columnloop
347 jnz near .columnloop_r24
356 jg near .rowloop
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcsample-sse2.asm54 jz near .return
95 jle near .return
161 jg near .rowloop
199 jz near .return
240 jle near .return
311 jae near .columnloop
313 jnz near .columnloop_r8
322 jg near .rowloop
Djcsample-avx2.asm55 jz near .return
96 jle near .return
169 jnz near .columnloop_r24
178 jg near .rowloop
217 jz near .return
258 jle near .return
347 jae near .columnloop
349 jnz near .columnloop_r24
358 jg near .rowloop

12345678910>>...25