Searched refs:range (Results 1 - 25 of 54) sorted by relevance

123

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.h24 #define RANGE_FLOAT_TO_FIXEDPOINT(range, x) { \
25 range.mantissa = (long)x; \
26 range.fraction = (long)((float)(x-(long)x)*PRECISION); \
28 #define RANGE_FIXEDPOINT_TO_FLOAT(range, x) { \
29 x = (float)(range.mantissa); \
30 x += ((float)range.fraction/PRECISION); \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dboolhuff.h32 unsigned int range; member in struct:__anon548
70 unsigned int range = br->range; local
85 split = 1 + (((range - 1) * probability) >> 8);
87 range = split;
92 range = br->range - split;
95 shift = vp8_norm[range];
97 range <<= shift;
129 br->range
[all...]
H A Dboolhuff.c47 br->range = 255;
H A Dbitstream.c169 unsigned int range = w->range; local
191 split = 1 + (((range - 1) * pp[i>>1]) >> 8);
197 range = range - split;
201 range = split;
204 shift = vp8_norm[range];
205 range <<= shift;
256 split = 1 + (((range - 1) * proba[i>>1]) >> 8);
262 range
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_writer.h24 unsigned int range; member in struct:__anon653
41 unsigned int range = br->range; local
45 split = 1 + (((range - 1) * probability) >> 8);
47 range = split;
51 range = br->range - split;
54 shift = vp9_norm[range];
56 range <<= shift;
83 br->range
[all...]
H A Dvp9_writer.c17 br->range = 255;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddboolhuff.h47 unsigned int range; member in struct:__anon536
69 unsigned int range; local
71 split = 1 + (((br->range - 1) * probability) >> 8);
81 range = split;
85 range = br->range - split;
91 register unsigned int shift = vp8_norm[range];
92 range <<= shift;
98 br->range = range;
[all...]
H A Ddetokenize.c61 int split = (br->range + 1) >> 1;
70 br->range = split;
75 br->range = br->range-split;
79 br->range +=br->range;
H A Ddboolhuff.c24 br->range = 255;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_reader.h36 unsigned int range; member in struct:__anon602
52 unsigned int range; local
53 unsigned int split = (r->range * prob + (256 - prob)) >> CHAR_BIT;
63 range = split;
66 range = r->range - split;
72 register unsigned int shift = vp9_norm[range];
73 range <<= shift;
79 r->range = range;
[all...]
H A Dvp9_reader.c29 r->range = 255;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dacm_random.h49 int PseudoUniform(int range) { argument
50 return random_.Generate(range);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm68 sub r7, r5, #1 ; range-1
71 mul r6, r4, r7 ; ((range-1) * probability)
74 add r4, r7, r6, lsr #8 ; 1 + (((range-1) * probability) >> 8)
77 subne r4, r5, r4 ; if (bit) range = range-split
79 ; Counting the leading zeros is used to normalize range.
86 lsl r5, r4, r6 ; range <<= shift
148 sub r7, r5, #1 ; range-1
150 mov r4, r7, lsl #7 ; ((range-1) * 128)
153 add r4, r7, r4, lsr #8 ; 1 + (((range
[all...]
H A Dvp8_packtokens_armv5.asm85 sub r7, r5, #1 ; range-1
91 mul r6, r4, r7 ; ((range-1) * pp[i>>1]))
99 add r4, r7, r6, lsr #8 ; 1 + (((range-1) * pp[i>>1]) >> 8)
102 subcs r4, r5, r4 ; if (bb) range = range-split
104 ; Counting the leading zeros is used to normalize range.
111 lsl r5, r4, r6 ; range <<= shift
193 sub r7, r5, #1 ; range-1
195 mul r6, r4, r7 ; (range-1) * pp[i>>1]
200 add r4, r7, r6, lsr #8 ; split = 1 + (((range
[all...]
H A Dvp8_packtokens_mbrow_armv5.asm106 sub r7, r5, #1 ; range-1
112 mul r6, r4, r7 ; ((range-1) * pp[i>>1]))
120 add r4, r7, r6, lsr #8 ; 1 + (((range-1) * pp[i>>1]) >> 8)
123 subcs r4, r5, r4 ; if (bb) range = range-split
125 ; Counting the leading zeros is used to normalize range.
132 lsl r5, r4, r6 ; range <<= shift
214 sub r7, r5, #1 ; range-1
216 mul r6, r4, r7 ; (range-1) * pp[i>>1]
221 add r4, r7, r6, lsr #8 ; split = 1 + (((range
[all...]
H A Dvp8_packtokens_partitions_armv5.asm135 sub r7, r5, #1 ; range-1
141 mul r6, r4, r7 ; ((range-1) * pp[i>>1]))
149 add r4, r7, r6, lsr #8 ; 1 + (((range-1) * pp[i>>1]) >> 8)
152 subcs r4, r5, r4 ; if (bb) range = range-split
154 ; Counting the leading zeros is used to normalize range.
161 lsl r5, r4, r6 ; range <<= shift
243 sub r7, r5, #1 ; range-1
245 mul r6, r4, r7 ; (range-1) * pp[i>>1]
250 add r4, r7, r6, lsr #8 ; split = 1 + (((range
[all...]
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h30 #define KEY_EXP_BRACKETING_RANGE "exp-bracketing-range"
32 #define KEY_TEMP_BRACKETING_POS "temporal-bracketing-range-positive"
33 #define KEY_TEMP_BRACKETING_NEG "temporal-bracketing-range-negative"
146 const char *range; member in struct:fps_ranges_t
151 const char *range; member in struct:fpsConst_Ranges_t
157 const char *range; member in struct:fpsConst_RangesSec_t
/hardware/intel/common/libva/va/
H A Dva_dec_vp8.h53 /* partition 0 "range" */
54 unsigned char range; member in struct:_VABoolCoderContextVPX
59 * it is the number of remaining bits in 'value' for decoding, range [0, 7].
232 * all Q indexs should be clipped to be range [0, 127]
H A Dva_vpp.h381 * Valid range is 0.0 to 1.0 inclusive.
388 * Valid range is 0.0 to 1.0 inclusive.
396 * Valid range is 0.0 to 1.0 inclusive.
715 * range flag and so on.
718 * The range_flag bit is used to indicate that the range flag of color-space conversion.
719 * -\ref VA_SOURCE_RANGE_FULL(Full range): Y/Cb/Cr is in [0, 255].It is
722 * -\ref VA_SOURCE_RANGE_FULL(Reduced range): Y is in [16, 235] and Cb/Cr
925 * \brief Default filter cap specification (single range value).
932 VAProcFilterValueRange range; member in struct:_VAProcFilterCap
946 VAProcFilterValueRange range; member in struct:_VAProcFilterCapColorBalance
954 VAProcFilterValueRange range; member in struct:_VAProcFilterCapTotalColorCorrection
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.h282 #define RANGE_FLOAT_TO_FIXEDPOINT(range, x) { \
283 range.mantissa = (long)x; \
284 range.fraction = (long)((float)(x-(long)x)*PRECISION); \
286 #define RANGE_FIXEDPOINT_TO_FLOAT(range, x) { \
287 x = (float)(range.mantissa); \
288 x += ((float)range.fraction/PRECISION); \
549 inv_error_t inv_set_gyro_calibration(float range, signed char *orientation);
550 inv_error_t inv_set_accel_calibration(float range,
552 inv_error_t inv_set_compass_calibration(float range,
H A Dmldl_cfg_mpu.c96 MPL_LOGD("slave_accel->range.mantissa= %02x\n", (int)mldl_cfg->accel->range.mantissa);
97 MPL_LOGD("slave_accel->range.fraction= %02x\n", (int)mldl_cfg->accel->range.fraction);
112 MPL_LOGD("slave_compass->range.mantissa= %02x\n", (int)mldl_cfg->compass->range.mantissa);
113 MPL_LOGD("slave_compass->range.fraction= %02x\n", (int)mldl_cfg->compass->range.fraction);
128 MPL_LOGD("slave_pressure->range.mantissa= %02x\n", (int)mldl_cfg->pressure->range
[all...]
/hardware/intel/img/psb_video/src/
H A Dvsp_VPP.c970 denoise_cap->range.min_value = MIN_VPP_PARAM;
971 denoise_cap->range.max_value = MAX_VPP_PARAM;
972 denoise_cap->range.default_value = MIN_VPP_PARAM;
973 denoise_cap->range.step = STEP_VPP_PARAM;
978 deblock_cap->range.min_value = MIN_VPP_PARAM;
979 deblock_cap->range.max_value = MAX_VPP_PARAM;
980 deblock_cap->range.default_value = MIN_VPP_PARAM;
981 deblock_cap->range.step = STEP_VPP_PARAM;
987 sharpen_cap->range.min_value = MIN_VPP_PARAM;
988 sharpen_cap->range
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_tapify.py43 for y in range(blocksize) :
44 for x in range(blocksize) :
62 for y in range(16) :
63 for x in range(16) :
92 for i in range(lc,c-1) :
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp172 adjust_to_range(VAProcFilterValueRange *range, float value) argument
174 if (value < range->min_value || value > range->max_value){
175 printf("Value: %f exceed range: (%f ~ %f), force to use default: %f \n",
176 value, range->min_value, range->max_value, range->default_value);
177 return range->default_value;
227 /* fill Y plane, the luma values of some pixels is in the range of min_luma~max_luma,
229 * exceeding the range wil
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dall_builds.py57 my_configs = zip(configs, range(len(configs)))

Completed in 561 milliseconds

123