Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c167 typedef int16_t fixed_t; // signed type with extra SFIX precision for UV typedef
257 static uint8_t clip_8b(fixed_t v) { in clip_8b()
292 fixed_t* dst, int uv_w) { in UpdateChroma()
302 dst[0 * uv_w] = (fixed_t)(r - W); in UpdateChroma()
303 dst[1 * uv_w] = (fixed_t)(g - W); in UpdateChroma()
304 dst[2 * uv_w] = (fixed_t)(b - W); in UpdateChroma()
353 const fixed_t* prev_uv, in InterpolateTwoRows()
354 const fixed_t* cur_uv, in InterpolateTwoRows()
355 const fixed_t* next_uv, in InterpolateTwoRows()
400 static int ConvertWRGBToYUV(const fixed_y_t* best_y, const fixed_t* best_uv, in ConvertWRGBToYUV()
[all …]