HomeSort by relevance Sort by last modified time
    Searched full:intensity (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/speex/include/speex/
speex_stereo.h 4 @brief Describes the handling for intensity stereo
38 * This describes the Speex intensity stereo encoding/decoding
71 /** Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' */
74 /** Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' */
77 /** Transforms a mono frame into a stereo frame using intensity stereo info */
80 /** Transforms a mono frame into a stereo frame using intensity stereo info */
83 /** Callback handler for intensity stereo info */
speex_callbacks.h 76 /** Intensity stereo information */
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 239 "Ambient Intensity",
243 "Diffuse Intensity",
251 "Light Model Ambient Intensity",
328 * Sets the overall ambient light intensity. This intensity will
333 * @param intensity a floating-point value controlling the overall
334 * ambient light intensity.
336 public void setAmbientIntensity(float intensity) {
337 params[AMBIENT_INTENSITY] = intensity;
341 * Sets the light model ambient intensity. This intensity will b
    [all...]
  /external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_mpeg2_stereo_proc.cpp 52 int32 Start, Location of first element where stereo intensity is applied
294 * mixed blocks processing: intensity bound inside long blocks
296 /* 1. long blocks up to intensity border: Stereo or M/S */
310 sfbTemp = i; /* from that (long) sfb on we have intensity stereo */
320 /* 2. long blocks from intensity border up to sfb band 6: intensity */
338 /* 3. now process all sfb with short blocks (3...12), all in intensity mode */
342 /* first calculate directional factors for intensity stereo,
343 * for all sfb in intensity mode, but only
347 * here we clearly have more than one sfb in intensity mode
    [all...]
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...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_stereo_proc.cpp 52 int32 Start, Location of first element where stereo intensity is applied
294 * mixed blocks processing: intensity bound inside long blocks
296 /* 1. long blocks up to intensity border: Stereo or M/S */
310 sfbTemp = i; /* from that (long) sfb on we have intensity stereo */
320 /* 2. long blocks from intensity border up to sfb band 6: intensity */
338 /* 3. now process all sfb with short blocks (3...12), all in intensity mode */
342 /* first calculate directional factors for intensity stereo,
343 * for all sfb in intensity mode, but only
347 * here we clearly have more than one sfb in intensity mode
    [all...]
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...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
ReverbType.java 79 + " ns, early reflection intensity " + earlyReflectionIntensity //$NON-NLS-1$
81 + " ns, late reflection intensity " + lateReflectionIntensity //$NON-NLS-1$
  /external/opencore/codecs_v2/audio/aac/dec/src/
hufffac.cpp 76 intensity position or noise energy, type Int
97 intensity position and/or noise energy level
108 the function decodes the scalefactors, and/or intensity positions
117 decoded scalefactors and/or intensity positions and/or noise energy
377 Int is_pos; /* intensity stereo position */
443 * intensity positions are dpcm relative to zero
457 * and/or intensity position
475 /* intensity books */
476 /* decode intensity position */
intensity_right.cpp 115 This function applies Intensity Stereo, generating data on the right channel
140 Subpart 4.6.7.2.3 Decoding Process (Intensity Stereo)
307 * The sign of the intensity multiplier obeys the following table...
386 * scalefactor/4 is included, since the intensity
402 * reconstruct right intensity values
  /frameworks/base/media/libstagefright/codecs/aacdec/
hufffac.cpp 76 intensity position or noise energy, type Int
97 intensity position and/or noise energy level
108 the function decodes the scalefactors, and/or intensity positions
117 decoded scalefactors and/or intensity positions and/or noise energy
377 Int is_pos; /* intensity stereo position */
443 * intensity positions are dpcm relative to zero
457 * and/or intensity position
475 /* intensity books */
476 /* decode intensity position */
intensity_right.cpp 115 This function applies Intensity Stereo, generating data on the right channel
140 Subpart 4.6.7.2.3 Decoding Process (Intensity Stereo)
307 * The sign of the intensity multiplier obeys the following table...
386 * scalefactor/4 is included, since the intensity
402 * reconstruct right intensity values
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.c 188 /* Initialize traffic intensity threshold parameters */
194 TRACE4(pCtrlData->hReport, REPORT_SEVERITY_INFORMATION, "\nTraffic Intensity parameters:\nEvents enabled = %d\nuHighThreshold = %d\nuLowThreshold = %d\nTestInterval = %d\n\n", pCtrlData->ctrlDataTrafficIntensityEventsEnabled, pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold, pCtrlData->ctrlDataTrafficIntensityThresholds.uLowThreshold, pCtrlData->ctrlDataTrafficIntensityThresholds.TestInterval);
196 /* Register the traffic intensity events with the traffic monitor */
796 Routine Description: turns ON/OFF traffic intensity notification events
    [all...]
Ctrl.h 119 /* Flag to indicate whether traffic intensity events should be sent or not */
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
Ctrl.c 188 /* Initialize traffic intensity threshold parameters */
194 TRACE4(pCtrlData->hReport, REPORT_SEVERITY_INFORMATION, "\nTraffic Intensity parameters:\nEvents enabled = %d\nuHighThreshold = %d\nuLowThreshold = %d\nTestInterval = %d\n\n", pCtrlData->ctrlDataTrafficIntensityEventsEnabled, pCtrlData->ctrlDataTrafficIntensityThresholds.uHighThreshold, pCtrlData->ctrlDataTrafficIntensityThresholds.uLowThreshold, pCtrlData->ctrlDataTrafficIntensityThresholds.TestInterval);
196 /* Register the traffic intensity events with the traffic monitor */
796 Routine Description: turns ON/OFF traffic intensity notification events
    [all...]
Ctrl.h 119 /* Flag to indicate whether traffic intensity events should be sent or not */
  /external/kernel-headers/original/linux/
console_struct.h 39 unsigned char vc_halfcolor; /* Color for half intensity mode */
  /external/v8/benchmarks/
raytrace.js 200 intensity: 10.0,
202 initialize : function(pos, color, intensity) {
205 this.intensity = (intensity ? intensity : 10.0);
209 if(distance >= intensity) return 0;
211 return Math.pow((intensity - distance) / strength, 0.2);
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 195 intensity: 10.0,
197 initialize : function(pos, color, intensity) {
200 this.intensity = (intensity ? intensity : 10.0);
204 if(distance >= intensity) return 0;
206 return Math.pow((intensity - distance) / strength, 0.2);
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.c 357 WLAN_OS_REPORT(("Traffic Intensity Threshold: %d\n", pMeasurementMgr->trafficIntensityThreshold));
690 /* Ignore requests if traffic intensity is high */
693 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Traffic intensity too high, giving up...\n");
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgr.c 356 WLAN_OS_REPORT(("Traffic Intensity Threshold: %d\n", pMeasurementMgr->trafficIntensityThreshold));
692 /* Ignore requests if traffic intensity is high */
695 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Traffic intensity too high, giving up...\n");
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
Ctrl.h 169 /* Flag to indicate whether traffic intensity events should be sent or not */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Ctrl.c 299 /* Initialize traffic intensity threshold parameters */
306 ("\nTraffic Intensity parameters:\nEvents enabled = %d\nuHighThreshold = %d\nuLowThreshold = %d\nTestInterval = %d\n\n",
312 /* Register the traffic intensity events with the traffic monitor */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
measurementMgr.c 429 WLAN_OS_REPORT(("Traffic Intensity Threshold: %d\n", pMeasurementMgr->trafficIntensityThreshold));
788 /* Ignore requests if traffic intensity is high */
792 ("%s: Traffic intensity too high, giving up...\n", __FUNCTION__));
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 1215 double freq, rotate, saturate, gray, intensity; local
1984 double freq, rotate, saturate, gray, intensity; local
    [all...]

Completed in 430 milliseconds

1 2 3