OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:product_val
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vpx_scale/generic/
bicubic_scaler.c
284
int
product_val
= 0;
local
358
product_val
= 0;
361
if (
product_val
> g_b_scaler.nw)
362
product_val
-= g_b_scaler.nw;
364
phase_offset_int = (fixed_mult *
product_val
) >> 16;
371
product_val
+= d_w;
377
product_val
= 0;
380
if (
product_val
> g_b_scaler.nh)
381
product_val
-= g_b_scaler.nh;
383
phase_offset_int = (fixed_mult *
product_val
) >> 16
[
all
...]
Completed in 60 milliseconds