Home
last modified time | relevance | path

Searched refs:y_fractions (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/source/
Drow_msa.cc2861 uint16 y_fractions; in InterpolateRow_MSA() local
2889 y_fractions = (uint16)(y0_fraction + (y1_fraction << 8)); in InterpolateRow_MSA()
2890 y_frac = (v8u16)__msa_fill_h(y_fractions); in InterpolateRow_MSA()