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.c164 typedef int16_t fixed_t; // signed type with extra SFIX precision for UV typedef
253 static uint8_t clip_8b(fixed_t v) { in clip_8b()
288 fixed_t* dst, int uv_w) { in UpdateChroma()
298 dst[0 * uv_w] = (fixed_t)(r - W); in UpdateChroma()
299 dst[1 * uv_w] = (fixed_t)(g - W); in UpdateChroma()
300 dst[2 * uv_w] = (fixed_t)(b - W); in UpdateChroma()
349 const fixed_t* prev_uv, in InterpolateTwoRows()
350 const fixed_t* cur_uv, in InterpolateTwoRows()
351 const fixed_t* next_uv, in InterpolateTwoRows()
396 static int ConvertWRGBToYUV(const fixed_y_t* best_y, const fixed_t* best_uv, in ConvertWRGBToYUV()
[all …]