Searched defs:range (Results 1 - 25 of 34) sorted by relevance

12

/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/decoder/
H A Ddboolhuff.h47 unsigned int range; member in struct:__anon1070
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...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dboolhuff.h32 unsigned int range; member in struct:__anon1082
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 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...]
H A Donyx_if.c517 * Valid range for abs values is:
519 * Valid range for delta values are:
663 * range
798 /* Convert speed to continuous range, with clamping */
1642 /* active values should only be modified if out of new range */
3675 * the maximum key frame interval. Here force the Q to a range
3833 /* Limit Q range for the adaptive loop. */
4064 /* Limit Q range for the adaptive loop. */
4145 /* Is the projected frame size out of range and are we allowed
4155 /* Frame size out of permitted range
5476 const int range = 63; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_reader.h36 unsigned int range; member in struct:__anon1136
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...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_writer.h24 unsigned int range; member in struct:__anon1187
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_mcomp.c155 * TODO: Currently, since sub-pixel search range here is -3 ~ 3, copy 22 rows x
466 int range) {
467 return ((row - range) >= x->mv_row_min) &
468 ((row + range) <= x->mv_row_max) &
469 ((col - range) >= x->mv_col_min) &
470 ((col + range) <= x->mv_col_max);
526 // adjust ref_mv to make sure it is within MV range
903 int range = 64; local
924 start_row = MAX(-range, x->mv_row_min - ref_row);
925 start_col = MAX(-range,
465 check_bounds(const MACROBLOCK *x, int row, int col, int range) argument
[all...]
/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/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp612 status_t OMXCameraAdapter::startBracketing(int range) argument
649 mBracketingRange = range;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp35 struct range { struct in namespace:qhwc
69 mutable range r;
172 // 2. Scaling is within range
488 // The requested scale is out of the range the hardware
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp31 struct range { struct in namespace:qhwc
65 mutable range r;
393 // The requested scale is out of the range the hardware
/hardware/qcom/display/msm8998/include/
H A Dcolor_metadata.h134 ColorRange range; member in struct:ColorMetaData
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCapture.cpp988 status_t OMXCameraAdapter::startBracketing(int range) argument
1025 mBracketingRange = range;
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp1493 status_t BaseCameraAdapter::startBracketing(int range) argument
/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/bsp/intel/peripheral/libmraa/src/glob/
H A Dglob.c47 * The [!...] convention to negate a range is supported (SysV, Posix, ksh).
1017 int range = 0; local
1031 range = 1;
1035 if (range)
/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/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp35 struct range { struct in namespace:qhwc
69 mutable range r;
310 // 2. Scaling is within range
864 // The requested scale is out of the range the hardware
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.cpp35 struct range { struct in namespace:qhwc
69 mutable range r;
398 // 2. Scaling is within range
1041 // The requested scale is out of the range the hardware
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp35 struct range { struct in namespace:qhwc
69 mutable range r;
314 // 2. Scaling is within range
917 // The requested scale is out of the range the hardware
/hardware/ti/omap4-aah/camera/
H A DBaseCameraAdapter.cpp1668 status_t BaseCameraAdapter::startBracketing(int range) argument
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_app.c1433 int setFPSRange(mm_camera_test_obj_t *test_obj, cam_fps_range_t range) argument
1444 CAM_INTF_PARM_FPS_RANGE, range)) {
1445 LOGE("FPS range parameter not added to batch\n");
1457 range.min_fps,
1458 range.max_fps);
1883 cam_fps_range_t range = *(( cam_fps_range_t * )in_data); local
1884 rc = setFPSRange(&handle->test_obj, range);
2306 LOGH("preview fps range: min=%f, max=%f.",
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_app.c1475 int setFPSRange(mm_camera_test_obj_t *test_obj, cam_fps_range_t range) argument
1486 CAM_INTF_PARM_FPS_RANGE, range)) {
1487 LOGE("FPS range parameter not added to batch\n");
1499 range.min_fps,
1500 range.max_fps);
2467 LOGH("preview fps range: min=%f, max=%f.",

Completed in 1007 milliseconds

12