Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp.c164 typedef int16_t fixed_t; // signed type with extra SFIX precision for UV typedef
227 static uint8_t clip_8b(fixed_t v) { in clip_8b()
267 fixed_t* dst, fixed_y_t* tmp, int len) { in UpdateChroma()
277 dst[0] = (fixed_t)(r - W); in UpdateChroma()
278 dst[1] = (fixed_t)(g - W); in UpdateChroma()
279 dst[2] = (fixed_t)(b - W); in UpdateChroma()
294 static WEBP_INLINE int Filter(const fixed_t* const A, const fixed_t* const B, in Filter()
332 const fixed_t* const prev_uv, in InterpolateTwoRows()
333 const fixed_t* const cur_uv, in InterpolateTwoRows()
334 const fixed_t* const next_uv, in InterpolateTwoRows()
[all …]