Searched refs:a_i (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vpx_scale/generic/
H A Dbicubic_scaler.c40 static int a_i = 0.6 * 65536; variable
55 v1 = (a_i * t) >> 16;
59 v2 = (a_i * t) >> 16;
76 v1 = (a_i * t) >> 16;
80 v2 = two - (a_i >> 3);
87 v3 = three - (2 * (a_i >> 3));
109 v2 = three - (a_i >> 3);
115 v3 = two - (a_i >> 3);
132 v1 = (a_i * t) >> 16;
135 v2 = 2 * (a_i >>
[all...]

Completed in 116 milliseconds