Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c257 static fixed_y_t clip_y(int y) { in clip_y()
276 static WEBP_INLINE void UpdateW(const fixed_y_t* src, fixed_y_t* dst, int w) { in UpdateW()
287 static void UpdateChroma(const fixed_y_t* src1, const fixed_y_t* src2, in UpdateChroma()
307 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray()
324 return ((fixed_y_t)a << SFIX) | SHALF; in UpLift()
456 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch in PreprocessARGB()
457 fixed_y_t* const best_y_base = SAFE_ALLOC(w, h, fixed_y_t); in PreprocessARGB()
458 fixed_y_t* const target_y_base = SAFE_ALLOC(w, h, fixed_y_t); in PreprocessARGB()
459 fixed_y_t* const best_rgb_y = SAFE_ALLOC(w, 2, fixed_y_t); in PreprocessARGB()
463 fixed_y_t* best_y = best_y_base; in PreprocessARGB()
[all …]

Completed in 6 milliseconds