Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 25 of 28) sorted by relevance

12

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dtransform.inl19 GLM_FUNC_QUALIFIER tmat4x4<T, P> scale(tvec3<T, P> const & v) function
Dtransform2.inl110 GLM_FUNC_QUALIFIER tmat4x4<T, P> scaleBias(T scale, T bias)
121 GLM_FUNC_QUALIFIER tmat4x4<T, P> scaleBias(tmat4x4<T, P> const& m, T scale, T bias) argument
Dmatrix_transform_2d.inl38 GLM_FUNC_QUALIFIER tmat3x3<T, P> scale( function
Dmatrix_decompose.inl19 GLM_FUNC_QUALIFIER tvec3<T, P> scale(tvec3<T, P> const& v, T desiredLength) function
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_quantize.cpp112 float scale = 1.0f / 257.0f; in quantize_rgb() local
173 float scale = 1.0f / 257.0f; in quantize_rgba() local
202 float scale = 1.0f / 257.0f; in try_quantize_rgb_blue_contract() local
277 float scale = 1.0f / 257.0f; in try_quantize_rgba_blue_contract() local
308 float scale = 1.0f / 257.0f; in try_quantize_rgb_delta() local
422 float scale = 1.0f / 257.0f; in try_quantize_rgb_delta_blue_contract() local
563 float scale = 1.0f / 257.0f; in try_quantize_alpha_delta() local
633 float scale = 1.0f / 257.0f; in try_quantize_luminance_alpha_delta() local
792 float scale = 1.0f / 257.0f; in quantize_rgbs() local
833 float scale = 1.0f / 257.0f; in quantize_rgbs_alpha() local
[all …]
Dastcenc_color_unquantize.cpp218 uint8_t scale = unquant_color(quant_level, scaleq); in rgb_scale_alpha_unpack() local
246 int scale = unquant_color(quant_level, scaleq); in rgb_scale_unpack() local
410 int scale = v3 & 0x1F; in hdr_rgbo_unpack() local
902 uint8_t scale = input[3]; in unpack_color_endpoints() local
Dastcenc_ideal_endpoints_and_weights.cpp171 float scale = 1.0f / length; in compute_ideal_colors_and_weights_1_comp() local
303 float scale = 1.0f / length; in compute_ideal_colors_and_weights_2_comp() local
452 float scale = 1.0f / length; in compute_ideal_colors_and_weights_3_comp() local
574 float scale = 1.0f / length; in compute_ideal_colors_and_weights_4_comp() local
963 vfloat scale = weight_error_scale * contrib_weight; in compute_ideal_weights_for_decimation() local
1011 float scale = 1.0f / rscale; in compute_quantized_weights_for_decimation() local
1264 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_1plane() local
1493 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_2planes() local
Dastcenc_integer_sequence.cpp389 uint8_t scale; member
Dastcenc_find_best_partitioning.cpp240 float scale = 1.0f / static_cast<float>(partition_texel_count[i]); in kmeans_update() local
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c249 float scale; in inv_read_q16() local
270 static short scale, offset; in inv_read_temp_q16() local
Dinv_sysfs_utils.h34 const char *scale; //Gyro scale member
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c255 float scale; in inv_read_q16() local
276 static short scale, offset; in inv_read_temp_q16() local
Dinv_sysfs_utils.h40 const char *scale; //Gyro scale member
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp391 GLfloat scale[2]; in drawImpl() local
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.cpp243 double scale; in convertGroupToPacket() local
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dand_constructor.c73 float scale = 2.f; in inv_constructor_setup() local
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp91 const mat4 scale = mat4::scale(vec4(mTransform & Transform::FLIP_H ? -1.0f : 1.0f, in toRenderEngineLayerSettings() local
/hardware/interfaces/audio/aidl/vts/
DVtsHalHapticGeneratorTargetTest.cpp388 for (HapticGenerator::VibratorScale scale : kScaleValues) { in TEST_P() local
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Diio_utils.h70 float scale; member
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Diio_utils.h72 float scale; member
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Diio_utils.h72 float scale; member
/hardware/interfaces/graphics/composer/aidl/libhwc_aidl_test/
DReadback.cpp100 const ::android::mat4 scale = ::android::mat4::scale(::android::vec4( in toRenderEngineLayerSettings() local
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp191 float scale = effect.scale; in performVendorEffect() local
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp399 float scale = 0.0f; in TEST_P() local
443 float scale = 0.5f; in TEST_P() local
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_transform.inl79 GLM_FUNC_QUALIFIER tmat4x4<T, P> scale(tmat4x4<T, P> const & m, tvec3<T, P> const & v) function

12