Searched refs:fixed_t (Results 1 – 1 of 1) sorted by relevance
170 typedef int16_t fixed_t; // signed type with extra TFIX precision for UV typedef256 static uint8_t clip_8b(fixed_t v) { in clip_8b()265 static fixed_y_t clip_fixed_t(fixed_t v) { in clip_fixed_t()303 fixed_t* dst, fixed_y_t* tmp, int len) { in UpdateChroma()309 dst[0] = (fixed_t)FixedYToW((int)(r - W)); in UpdateChroma()310 dst[1] = (fixed_t)FixedYToW((int)(g - W)); in UpdateChroma()311 dst[2] = (fixed_t)FixedYToW((int)(b - W)); in UpdateChroma()324 static WEBP_INLINE int Filter(const fixed_t* const A, const fixed_t* const B, in Filter()363 const fixed_t* const prev_uv, in InterpolateTwoRows()364 const fixed_t* const cur_uv, in InterpolateTwoRows()[all …]