Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 25 of 66) sorted by relevance

123

/hardware/google/graphics/common/libhwc2.1/
Dpixel-display.cpp205 bool Display::runMediator(const RoiRect &roi, const Weight &weight, const HistogramPos &pos, in runMediator() argument
208 histogram::HistogramMediator::HistogramConfig pendingConfig(roi, weight, pos); in runMediator()
215 if (mMediator.setRoiWeightThreshold(roi, weight, pos) != HistogramErrorCode::NONE) { in runMediator()
244 ndk::ScopedAStatus Display::histogramSample(const RoiRect &roi, const Weight &weight, in histogramSample() argument
272 if ((weight.weightR + weight.weightG + weight.weightB) != (histogram::WEIGHT_SUM)) { in histogramSample()
274 ALOGE("histogram error, BAD_WEIGHT(%d, %d, %d)\n", weight.weightR, weight.weightG, in histogramSample()
275 weight.weightB); in histogramSample()
289 runMediator(roiCaled, weight, pos, histogrambuffer); in histogramSample()
Dhistogram_mediator.cpp76 const RoiRect &roi, const Weight &weight, const HistogramPos &pos) { in setRoiWeightThreshold() argument
81 mIDLHistogram->setHistogramWeights(weight.weightR, weight.weightG, weight.weightB); in setRoiWeightThreshold()
Dpixel-display.h58 ndk::ScopedAStatus histogramSample(const RoiRect &roi, const Weight &weight, HistogramPos pos,
84 bool runMediator(const RoiRect &roi, const Weight &weight, const HistogramPos &pos,
Dhistogram_mediator.h63 HistogramErrorCode setRoiWeightThreshold(const RoiRect &roi, const Weight &weight,
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp303 unsigned int weight[4]; in init_decimation_info_2d() local
304 weight[3] = (prod + 8) >> 4; in init_decimation_info_2d()
305 weight[1] = x_weight_frac - weight[3]; in init_decimation_info_2d()
306 weight[2] = y_weight_frac - weight[3]; in init_decimation_info_2d()
307 weight[0] = 16 - x_weight_frac - y_weight_frac + weight[3]; in init_decimation_info_2d()
311 if (weight[i] != 0) in init_decimation_info_2d()
314 wb.weights_of_texel[texel][wb.weight_count_of_texel[texel]] = static_cast<uint8_t>(weight[i]); in init_decimation_info_2d()
317 …ghts_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t>(weight[i]); in init_decimation_info_2d()
496 int weight[4]; in init_decimation_info_3d() local
572 weight[0] = w0; in init_decimation_info_3d()
[all …]
Dastcenc_ideal_endpoints_and_weights.cpp868 vfloat weight(ei.weights + i); in compute_ideal_weights_for_decimation() local
869 storea(weight, dec_weight_ideal_value + i); in compute_ideal_weights_for_decimation()
898 vfloat weight = loada(di.weights_flt[j] + i); in compute_ideal_weights_for_decimation() local
905 vfloat contrib_weight = weight * weight_error_scale; in compute_ideal_weights_for_decimation()
921 vfloat weight = bilinear_infill_vla_2(di, dec_weight_ideal_value, i); in compute_ideal_weights_for_decimation() local
922 storea(weight, infilled_weights + i); in compute_ideal_weights_for_decimation()
929 vfloat weight = bilinear_infill_vla(di, dec_weight_ideal_value, i); in compute_ideal_weights_for_decimation() local
930 storea(weight, infilled_weights + i); in compute_ideal_weights_for_decimation()
1048 vint weight = select(ixli, ixhi, mask); in compute_quantized_weights_for_decimation() local
1053 vint scn = pack_low_bytes(weight); in compute_quantized_weights_for_decimation()
[all …]
Dastcenc_percentile_tables.cpp1190 unsigned int weight = (item >> 11) & 0x1F; in get_2d_percentile_table() local
1191 accum += weight; in get_2d_percentile_table()
Dastcenc_decompress_symbolic.cpp313 vint4 weight = select(vint4(plane1_weights[tix]), vint4(plane2_weights[tix]), plane2_mask); in decompress_symbolic_block() local
314 vint4 color = lerp_color_int(decode_mode, ep0, ep1, weight); in decompress_symbolic_block()
374 vint4 weight = select(vint4(plane1_weights[i]), vint4(plane2_weights[i]), plane2_mask); in compute_symbolic_block_difference_2plane() local
375 vint4 colori = lerp_color_int(config.profile, ep0, ep1, weight); in compute_symbolic_block_difference_2plane()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.css5 font-weight: normal;
11 font-weight: bold;
17 font-weight: normal;
23 font-weight: bold;
29 font-weight: normal;
35 font-weight: bold;
41 font-weight: bold;
47 font-weight: normal;
53 font-weight: normal;
59 font-weight: bold;
[all …]
Dkatex.min.css1weight:400;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(fonts/KaTeX_Caligrap…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dkhronos.css42 b, strong { font-weight: bold; }
134 …amily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-styl…
176 ….qlist > .title, .hdlist > .title { line-height: 1.4; color: black; font-weight: 300; margin-top: …
187 p { font-family: Noto, sans-serif; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bo…
191 …ck > .content > .title, h4, h5, h6 { font-family: Noto, sans-serif; font-weight: normal; font-styl…
211 strong, b { font-weight: bold; line-height: inherit; }
215 code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #2…
235 dl dt { margin-bottom: 0.3em; font-weight: bold; }
254 .vcard .fn { font-weight: bold; font-size: 0.9375em; }
256 .vevent .summary { font-weight: bold; }
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc52 … computes a weighted average for all texels covered by the box, with the weight for each texel pro…
202 | sampler2DArray weight) | sums the results to produce the output |
342 …` instruction takes two image parameters: the _weight image_ which holds weight values, and the _s…
365 is extended to provide weight filter parameters.
396 in the region. Note that since the weight values are application-defined,
419 two vertical phases and two horizontal phases, and that the weight texture
432 weight encoding, or `VK_IMAGE_VIEW_TYPE_2D_ARRAY` which indicates
433 non-separable weight encoding as described below.
437 shader change to designate separable versus non-separable weight image.
441 For a non-separable weight filtering, the view will be type
[all …]
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/5/com/google/hardware/pixel/display/
DIDisplay.aidl50 …re.graphics.common.Rect roi, in com.google.hardware.pixel.display.Weight weight, in com.google.har… in histogramSample() argument
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/6/com/google/hardware/pixel/display/
DIDisplay.aidl50 …re.graphics.common.Rect roi, in com.google.hardware.pixel.display.Weight weight, in com.google.har… in histogramSample() argument
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/7/com/google/hardware/pixel/display/
DIDisplay.aidl50 …re.graphics.common.Rect roi, in com.google.hardware.pixel.display.Weight weight, in com.google.har… in histogramSample() argument
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/8/com/google/hardware/pixel/display/
DIDisplay.aidl50 …re.graphics.common.Rect roi, in com.google.hardware.pixel.display.Weight weight, in com.google.har… in histogramSample() argument
/hardware/google/camera/common/hal/utils/
Dzoom_ratio_mapper.cc310 updated_regions[i].weight = regions[i].weight; in UpdateWeightedRects()
315 updated_regions[i].weight); in UpdateWeightedRects()
/hardware/google/interfaces/display/com/google/hardware/pixel/display/
DIDisplay.aidl172 HistogramErrorCode histogramSample(in Rect roi, in Weight weight, in HistogramPos pos, in histogramSample() argument
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/10/com/google/hardware/pixel/display/
DIDisplay.aidl50 …re.graphics.common.Rect roi, in com.google.hardware.pixel.display.Weight weight, in com.google.har… in histogramSample() argument
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/9/com/google/hardware/pixel/display/
DIDisplay.aidl50 …re.graphics.common.Rect roi, in com.google.hardware.pixel.display.Weight weight, in com.google.har… in histogramSample() argument
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/11/com/google/hardware/pixel/display/
DIDisplay.aidl50 …re.graphics.common.Rect roi, in com.google.hardware.pixel.display.Weight weight, in com.google.har… in histogramSample() argument
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/12/com/google/hardware/pixel/display/
DIDisplay.aidl50 …re.graphics.common.Rect roi, in com.google.hardware.pixel.display.Weight weight, in com.google.har… in histogramSample() argument
/hardware/google/interfaces/display/aidl_api/com.google.hardware.pixel.display/current/com/google/hardware/pixel/display/
DIDisplay.aidl50 …re.graphics.common.Rect roi, in com.google.hardware.pixel.display.Weight weight, in com.google.har… in histogramSample() argument

123