HomeSort by relevance Sort by last modified time
    Searched full:fixed_t (Results 1 - 1 of 1) sorted by null

  /external/webp/src/enc/
picture_csp_enc.c 164 typedef int16_t fixed_t; // signed type with extra SFIX precision for UV typedef
242 static uint8_t clip_8b(fixed_t v) {
281 fixed_t* dst, int uv_w) {
291 dst[0 * uv_w] = (fixed_t)(r - W);
292 dst[1 * uv_w] = (fixed_t)(g - W);
293 dst[2 * uv_w] = (fixed_t)(b - W);
342 const fixed_t* prev_uv,
343 const fixed_t* cur_uv,
344 const fixed_t* next_uv,
389 static int ConvertWRGBToYUV(const fixed_y_t* best_y, const fixed_t* best_uv
    [all...]

Completed in 226 milliseconds