Searched defs:coefficients (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vpx_scale/dm642/
H A Dbicubic_scaler_c64.c85 // lines up so that a dot product with the coefficients can be
139 double coefficients; local
145 coefficients = _amemd8_const(&c_w[phase_offset_w*4]);
151 sum_high = _dotp2(_hi(coefficients), hbuf_high);
152 sum_low = _dotp2(_lo(coefficients), hbuf_low);

Completed in 16 milliseconds