Searched defs:near (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/angle/src/common/
H A Dplatform.h63 # undef near macro
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.c132 int_mv *mvlist, int_mv *nearest, int_mv *near) {
140 *near = mvlist[1];
146 int_mv *nearest, int_mv *near) {
157 near->as_int = 0;
161 near->as_int = mv_list[1].as_int;
168 near->as_int = mv_list[n].as_int;
182 near->as_int = candidates[n].as_int;
131 vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist, int_mv *nearest, int_mv *near) argument
143 vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd, const TileInfo *const tile, int block, int ref, int mi_row, int mi_col, int_mv *nearest, int_mv *near) argument
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DInitialize.cpp562 TField *near = new TField(new TType(EbtFloat, EbpHigh, EvqGlobal, 1), NewPoolTString("near"), zeroSourceLoc); local
565 fields->push_back(near);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dgraw_util.h189 float near, float far)
191 float z = near;
194 float half_depth = (far - near) / 2.0f;
186 graw_util_viewport(struct graw_info *info, float x, float y, float width, float height, float near, float far) argument
H A Dquad-sample.c63 float near, float far)
68 float half_depth = ((float)far - (float)near) / 2.0f;
61 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dshader-leak.c53 float near, float far)
58 float half_depth = ((float)far - (float)near) / 2.0f;
51 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dtri-gs.c54 float near, float far)
59 float half_depth = ((float)far - (float)near) / 2.0f;
52 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dtri-instanced.c83 float near, float far)
88 float half_depth = ((float)far - (float)near) / 2.0f;
81 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dfs-test.c177 float near, float far)
182 float half_depth = ((float)far - (float)near) / 2.0f;
175 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dgs-test.c210 float near, float far)
215 float half_depth = ((float)far - (float)near) / 2.0f;
208 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dvs-test.c121 float near, float far)
126 float half_depth = ((float)far - (float)near) / 2.0f;
119 set_viewport( float x, float y, float width, float height, float near, float far) argument
/external/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h189 float near, float far)
191 float z = near;
194 float half_depth = (far - near) / 2.0f;
186 graw_util_viewport(struct graw_info *info, float x, float y, float width, float height, float near, float far) argument
H A Dquad-sample.c63 float near, float far)
68 float half_depth = ((float)far - (float)near) / 2.0f;
61 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dshader-leak.c53 float near, float far)
58 float half_depth = ((float)far - (float)near) / 2.0f;
51 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dtri-gs.c54 float near, float far)
59 float half_depth = ((float)far - (float)near) / 2.0f;
52 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dtri-instanced.c83 float near, float far)
88 float half_depth = ((float)far - (float)near) / 2.0f;
81 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dfs-test.c177 float near, float far)
182 float half_depth = ((float)far - (float)near) / 2.0f;
175 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dgs-test.c210 float near, float far)
215 float half_depth = ((float)far - (float)near) / 2.0f;
208 set_viewport( float x, float y, float width, float height, float near, float far) argument
H A Dvs-test.c121 float near, float far)
126 float half_depth = ((float)far - (float)near) / 2.0f;
119 set_viewport( float x, float y, float width, float height, float near, float far) argument
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Decho_cancellation.c107 const float* near,
115 const float* near,
761 const float* near,
793 if (near != out) {
794 memcpy(out, near, sizeof(*out) * num_samples);
828 &near[FRAME_LEN * i],
760 ProcessExtended(aecpc_t* self, const float* near, const float* near_high, float* out, float* out_high, int16_t num_samples, int16_t reported_delay_ms, int32_t skew) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c307 int_mv *mvlist, int_mv *nearest, int_mv *near) {
315 *near = mvlist[1];
321 int_mv *nearest, int_mv *near) {
332 near->as_int = 0;
336 near->as_int = mv_list[1].as_int;
343 near->as_int = mv_list[n].as_int;
357 near->as_int = candidates[n].as_int;
306 vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist, int_mv *nearest, int_mv *near) argument
318 vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd, const TileInfo *const tile, int block, int ref, int mi_row, int mi_col, int_mv *nearest, int_mv *near) argument
/external/ceres-solver/internal/ceres/
H A Drotation_test.cc92 bool near = true; local
95 near = false;
100 if (near) {
104 near = true;
107 near = false;
112 if (near) {
551 // Takes a bunch of random axis/angle values near zero, converts them
651 // near singularity points.
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp382 const float near = 0.0f; local
391 std::fill(DE_ARRAY_BEGIN(dst.quad.depth), DE_ARRAY_END(dst.quad.depth), ((far-near)/2.0f) * src.params.depth + (near+far)/2.0f);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp382 const float near = 0.0f; local
391 std::fill(DE_ARRAY_BEGIN(dst.quad.depth), DE_ARRAY_END(dst.quad.depth), ((far-near)/2.0f) * src.params.depth + (near+far)/2.0f);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2521 milliseconds

12