OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:d_h
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vpx_scale/generic/
bicubic_scaler.c
305
int gcd_w, gcd_h, gcd_h_uv, d_w,
d_h
, d_h_uv;
local
339
d_h
= in_height / gcd_h;
409
product_val +=
d_h
;
444
phase_offset = (float)((i *
d_h
) % g_nh) / (float)g_nh;
477
g_b_scaler.l_h[i] = (i *
d_h
) / g_b_scaler.nh;
/external/libvpx/vpx/
vpx_image.h
107
unsigned int
d_h
; /**< Displayed image height */
member in struct:vpx_image
162
* \param[in]
d_h
Height of the image
172
unsigned int
d_h
,
186
* \param[in]
d_h
Height of the image
197
unsigned int
d_h
,
Completed in 4138 milliseconds