OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_scale
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/imgproc/test/
test_color.cpp
639
float
h_scale
= depth == CV_8U ? hue_range*30.f/180 : 60.f;
local
668
dst_row[j] = h*
h_scale
;
678
float
h_scale
= depth == CV_8U ? 180/(hue_range*30.f) : 1.f/60;
local
684
float h = src_row[j]*
h_scale
;
764
float
h_scale
= depth == CV_8U ? 30.f : 60.f;
local
795
dst_row[j] = h*
h_scale
;
805
float
h_scale
= depth == CV_8U ? 1.f/30 : 1.f/60;
local
811
float h = src_row[j]*
h_scale
;
[
all
...]
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp
334
float
h_scale
= ((float)crop_h / (float)dst_h);
local
346
if((w_scale > 1.0f) || (
h_scale
> 1.0f)) {
350
const float h_dscale =
h_scale
;
383
if((w_scale < 1.0f) || (
h_scale
< 1.0f)) {
387
const float h_uscale = 1.0f /
h_scale
;
[
all
...]
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp
360
float
h_scale
= ((float)crop_h / (float)dst_h);
local
371
if((w_scale > 1.0f) || (
h_scale
> 1.0f)) {
375
const float h_dscale =
h_scale
;
408
if((w_scale < 1.0f) || (
h_scale
< 1.0f)) {
412
const float h_uscale = 1.0f /
h_scale
;
[
all
...]
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp
414
float
h_scale
= ((float)crop_h / (float)dst_h);
local
426
if((w_scale > 1.0f) || (
h_scale
> 1.0f)) {
429
const float h_dscale =
h_scale
;
463
if((w_scale < 1.0f) || (
h_scale
< 1.0f)) {
466
const float h_uscale = 1.0f /
h_scale
;
[
all
...]
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp
418
float
h_scale
= ((float)crop_h / (float)dst_h);
local
430
if((w_scale > 1.0f) || (
h_scale
> 1.0f)) {
433
const float h_dscale =
h_scale
;
467
if((w_scale < 1.0f) || (
h_scale
< 1.0f)) {
470
const float h_uscale = 1.0f /
h_scale
;
[
all
...]
Completed in 723 milliseconds