Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DCameraHalUtilClasses.cpp154 ssize_t weight) in checkArea() argument
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { in checkArea()
162 if ( ( CameraArea::WEIGHT_MIN > weight ) || ( CameraArea::WEIGHT_MAX < weight ) ) { in checkArea()
163 CAMHAL_LOGEB("Camera area weight is invalid %d", weight); in checkArea()
212 ssize_t top, left, bottom, right, weight; in parseAreas() local
290 weight = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); in parseAreas()
300 ret = checkArea(top, left, bottom, right, weight); in parseAreas()
305 currentArea = new CameraArea(top, left, bottom, right, weight); in parseAreas()
311 ( int ) weight); in parseAreas()
/hardware/ti/omap4-aah/camera/
DCameraHalUtilClasses.cpp152 ssize_t weight) in checkArea() argument
156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { in checkArea()
160 if ( ( CameraArea::WEIGHT_MIN > weight ) || ( CameraArea::WEIGHT_MAX < weight ) ) { in checkArea()
161 CAMHAL_LOGEB("Camera area weight is invalid %d", weight); in checkArea()
210 ssize_t top, left, bottom, right, weight; in parseAreas() local
288 weight = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); in parseAreas()
298 ret = checkArea(top, left, bottom, right, weight); in parseAreas()
303 currentArea = new CameraArea(top, left, bottom, right, weight); in parseAreas()
309 ( int ) weight); in parseAreas()
/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ssim.c97 int lumamask, double *weight) { in vp9_calc_ssim() argument
115 *weight = 1; in vp9_calc_ssim()
Dvp9_mcomp.h37 const int *mvjcost, int *mvcost[2], int weight);
Dvp9_onyx_if.c69 double *weight);
3268 double frame_ssim2 = 0, weight = 0; local
3284 frame_ssim2 = vp9_calc_ssim(orig, recon, 1, &weight);
3286 cpi->summed_quality += frame_ssim2 * weight;
3287 cpi->summed_weights += weight;
3289 frame_ssim2 = vp9_calc_ssim(orig, &cm->post_proc_buffer, 1, &weight);
3291 cpi->summedp_quality += frame_ssim2 * weight;
3292 cpi->summedp_weights += weight;
Dvp9_mcomp.c75 const int *mvjcost, int *mvcost[2], int weight) { in vp9_mv_bit_cost() argument
78 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7); in vp9_mv_bit_cost()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dssim.c179 double *weight in vp8_calc_ssim() argument
199 *weight = 1; in vp8_calc_ssim()
Dfirstpass.c797 double weight = 0.0; in vp8_first_pass() local
804 weight = simple_weight(cpi->Source); in vp8_first_pass()
807 if (weight < 0.1) in vp8_first_pass()
808 weight = 0.1; in vp8_first_pass()
810 fps.ssim_weighted_pred_err = fps.coded_error * weight; in vp8_first_pass()
Donyx_if.c81 double *weight
5304 double weight = 0; in vp8_get_compressed_data() local
5332 &cm->post_proc_buffer, 1, &weight); in vp8_get_compressed_data()
5334 cpi->summed_quality += frame_ssim2 * weight; in vp8_get_compressed_data()
5335 cpi->summed_weights += weight; in vp8_get_compressed_data()
5351 cpi->sum_ssim[i] += frame_ssim2 * weight; in vp8_get_compressed_data()
5352 cpi->sum_weights[i] += weight; in vp8_get_compressed_data()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h137 size_t weight) : mTop(top), in CameraArea() argument
141 mWeight(weight) {} in CameraArea()
176 ssize_t weight);
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h193 size_t weight) : mTop(top), in CameraArea() argument
197 mWeight(weight) {} in CameraArea()
232 ssize_t weight);
/hardware/intel/img/psb_video/src/
Dtng_hostheader.h63 IMG_INT32 weight[3][2]; member
Dtng_hostheader.c2895 …SlHParams.luma_weight_l0[0] = pWeightedSetup ? pWeightedSetup->weight[0][0] … in tng__H264_prepare_slice_header()
2898 …SlHParams.chromaB_weight_l0[0] = pWeightedSetup ? pWeightedSetup->weight[1][0] … in tng__H264_prepare_slice_header()
2900 …SlHParams.chromaR_weight_l0[0] = pWeightedSetup ? pWeightedSetup->weight[2][0] … in tng__H264_prepare_slice_header()
2903 …SlHParams.luma_weight_l0[1] = pWeightedSetup ? pWeightedSetup->weight[0][1] … in tng__H264_prepare_slice_header()
2906 …SlHParams.chromaB_weight_l0[1] = pWeightedSetup ? pWeightedSetup->weight[1][1] … in tng__H264_prepare_slice_header()
2908 …SlHParams.chromaR_weight_l0[1] = pWeightedSetup ? pWeightedSetup->weight[2][1] … in tng__H264_prepare_slice_header()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HWI.h143 static void convertToRegions(cam_rect_t rect, int32_t* region, int weight);
DQCamera3HWI.cpp4577 convertToRegions(hAeRegions->rect, aeRegions, hAeRegions->weight); in translateFromHalMetadata()
4613 convertToRegions(hAfRegions->rect, afRegions, hAfRegions->weight); in translateFromHalMetadata()
5219 int32_t *region, int weight) in convertToRegions() argument
5225 if (weight > -1) { in convertToRegions()
5226 region[4] = weight; in convertToRegions()
5251 roi.weight = frame_settings.find(tag).data.i32[4]; in convertFromRegions()
5283 if (roi->weight == 0) { in resetIfNeededROI()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h791 int32_t weight; /* weight of the area, valid for focusing/metering areas */ member
936 int32_t weight[MAX_ROI]; member
/hardware/qcom/camera/
DQCamera_Intf.h795 int weight[MAX_ROI]; member
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMX3A.cpp587 size_t top, left, width, height, weight; in setFocusMode() local
696 size_t top, left, width, height, weight; in getFocusMode() local
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMX3A.cpp781 size_t top, left, width, height, weight; in setFocusMode() local
890 size_t top, left, width, height, weight; in getFocusMode() local
/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.cpp7519 areas[0].weight == 0) { in setFocusAreas()
7547 af_roi_value.weight[i] = areas[i].weight; in setFocusAreas()
7608 areas[0].weight == 0) { in setMeteringAreas()
10336 pAreas[index].weight = values[4]; in parseCameraAreaString()
10365 areas[0].weight == 0) { in validateCameraAreas()
10396 if (areas[i].weight < 1 || areas[i].weight > 1000) { in validateCameraAreas()