HomeSort by relevance Sort by last modified time
    Searched full:intensity (Results 26 - 50 of 472) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mapi/glapi/gen/
ARB_texture_float.xml 20 since LUMINANCE/INTENSITY/ALPHA formats were deprecated. -->
  /external/opencv3/doc/tutorials/imgproc/imgtrans/laplace_operator/
laplace_operator.markdown 16 that in the edge area, the pixel intensity shows a "jump" or a high variation of intensity.
17 Getting the first derivative of the intensity, we observed that an edge is characterized by a
116 approximately well defined (except in areas in which the intensity are very similar, i.e. around
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 45 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; local
46 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = intensity;
48 buf[yuvTexOffsetU + (y * yuvTexStrideU) + x] = intensity;
57 + x * 2 + 1] = intensity;
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.cpp 242 if (mParams.params.pa_params.intensity != data.hsicData.intensity) {
244 "Intensity has changed from %d to %d",
245 mParams.params.pa_params.intensity,
246 data.hsicData.intensity);
262 mParams.params.pa_params.intensity = data.hsicData.intensity;
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 236 if (mParams.params.pa_params.intensity != data.hsicData.intensity) {
238 "Intensity has changed from %d to %d",
239 mParams.params.pa_params.intensity,
240 data.hsicData.intensity);
256 mParams.params.pa_params.intensity = data.hsicData.intensity;
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 108 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; local
109 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = intensity;
111 buf[yuvTexOffsetU + (y * yuvTexStrideU) + x] = intensity;
113 buf[yuvTexOffsetV + (y * yuvTexStrideV) + x] = intensity;
118 buf[yuvTexOffsetV + ((y*2+1) * yuvTexStrideV) + x*2 + 1] = intensity;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_stereo_proc.cpp 42 int32 Start, Location of first element where stereo intensity is applied
61 int32 Start, Location of first element where stereo intensity is applied
317 * mixed blocks processing: intensity bound inside long blocks
319 /* 1. long blocks up to intensity border: not intensity */
335 /* from that sfb on intensity stereo */
347 /* 2. long blocks from intensity border up to sfb band 8: intensity */
351 /* Start of intensity stereo of remaining sfc bands: */
370 /* 3. short blocks from sfbcnt to last sfb do intensity stereo *
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c     [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
bricked.rs 57 int intensity = 0xFFFF & rsGetElementAt_short(volume, px, py, pz);
58 uchar op = rsGetElementAt_uchar(opacity, intensity);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
results_holder.h 41 float intensity; // radius member in struct:local_field_t
107 inv_error_t inv_set_local_magnetic_field(float intensity, float inclination, float declination);
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/res/values/
strings.xml 19 <string name="bw">Min/Max Color Intensity</string>
  /developers/samples/android/media/MediaEffects/Application/src/main/res/values/
strings.xml 19 <string name="bw">Min/Max Color Intensity</string>
  /development/samples/HelloEffects/res/values/
strings.xml 20 <string name="bw">Min/Max Color Intensity</string>
  /development/samples/browseable/MediaEffects/res/values/
strings.xml 19 <string name="bw">Min/Max Color Intensity</string>
  /external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/
py_features_harris.markdown 15 In last chapter, we saw that corners are regions in the image with large variation in intensity in
19 difference in intensity for a displacement of \f$(u,v)\f$ in all directions. This is expressed as below:
21 \f[E(u,v) = \sum_{x,y} \underbrace{w(x,y)}_\text{window function} \, [\underbrace{I(x+u,y+v)}_\text{shifted intensity}-\underbrace{I(x,y)}_\text{intensity}]^2\f]
  /external/opencv3/doc/py_tutorials/py_imgproc/py_filtering/
py_filtering.markdown 128 whether pixels have almost same intensity. It doesn't consider whether pixel is an edge pixel or
133 for blurring while gaussian function of intensity difference make sure only those pixels with
134 similar intensity to central pixel is considered for blurring. So it preserves the edges since
135 pixels at edges will have large intensity variation.
  /external/opencv3/doc/tutorials/features2d/trackingmotion/harris_detector/
harris_detector.markdown 47 intensity.
54 - \f$I(x,y)\f$ is the intensity at \f$(x,y)\f$
55 - \f$I(x+u,y+v)\f$ is the intensity at the moved window \f$(x+u,y+v)\f$
57 in intensity. Hence, we have to maximize the equation above, specifically the term:
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.cpp 41 // z - the distance at which the intensity starts falling off (e.g., the start of the table)
66 fragBuilder->codeAppendf("float intensity = ");
70 fragBuilder->codeAppendf("%s = src * intensity;\n", args.fOutputColor );
80 // z - the distance at which the intensity starts falling off (e.g., the start of the table)
  /hardware/bsp/intel/peripheral/libupm/src/apds9002/
apds9002.h 47 * This sensor transforms luminous intensity to output analog values.
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 38 int32_t intensity; member in struct:HSICData_t
  /external/aac/libAACenc/src/
intensity.cpp 87 contents/description: intensity stereo processing
91 #include "intensity.h"
107 /* the maximum allowed change of the intensity direction (unit: IS scale) - scaled with factor 0.25 - */
147 FIXP_DBL direction_deviation_thresh; /*!< The maximum allowed change of the intensity direction (unit: IS scale) */
197 description: Initialization of intensity parameters
223 description: Prepares intensity decision
283 /* delimitate intensity scale value to representable range */
292 /* don't do intensity if
429 description: Finalizes intensity decision
535 description: Intensity stereo processing too
    [all...]
  /external/libopus/celt/
bands.h 92 * @param intensity First band to use intensity stereo
103 int shortBlocks, int spread, int dual_stereo, int intensity, int *tf_res,
rate.c 250 int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits,
387 /* Code the intensity and dual stereo parameters. */
392 *intensity = IMIN(*intensity, codedBands);
393 ec_enc_uint(ec, *intensity-start, codedBands+1-start);
396 *intensity = start+ec_dec_uint(ec, codedBands+1-start);
399 *intensity = 0;
400 if (*intensity <= start)
448 den=(C*N+ ((C==2 && N>2 && !*dual_stereo && j<*intensity) ? 1 : 0));
526 int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo
    [all...]
  /external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/
py_contour_properties.markdown 5 Diameter, Mask image, Mean Intensity etc. More features can be found at [Matlab regionprops
91 8. Mean Color or Mean Intensity
94 Here, we can find the average color of an object. Or it can be average intensity of the object in

Completed in 1292 milliseconds

12 3 4 5 6 7 8 91011>>