Searched refs:fixed_t (Results 1 – 1 of 1) sorted by relevance
164 typedef int16_t fixed_t; // signed type with extra SFIX precision for UV typedef242 static uint8_t clip_8b(fixed_t v) { in clip_8b()281 fixed_t* dst, int uv_w) { in UpdateChroma()291 dst[0 * uv_w] = (fixed_t)(r - W); in UpdateChroma()292 dst[1 * uv_w] = (fixed_t)(g - W); in UpdateChroma()293 dst[2 * uv_w] = (fixed_t)(b - W); in UpdateChroma()342 const fixed_t* prev_uv, in InterpolateTwoRows()343 const fixed_t* cur_uv, in InterpolateTwoRows()344 const fixed_t* next_uv, in InterpolateTwoRows()389 static int ConvertWRGBToYUV(const fixed_y_t* best_y, const fixed_t* best_uv, in ConvertWRGBToYUV()[all …]