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

/external/webp/src/enc/
H A Dpicture_csp.c170 typedef int16_t fixed_t; // signed type with extra TFIX precision for UV typedef
256 static uint8_t clip_8b(fixed_t v) {
265 static fixed_y_t clip_fixed_t(fixed_t v) {
303 fixed_t* dst, fixed_y_t* tmp, int len) {
309 dst[0] = (fixed_t)FixedYToW((int)(r - W));
310 dst[1] = (fixed_t)FixedYToW((int)(g - W));
311 dst[2] = (fixed_t)FixedYToW((int)(b - W));
324 static WEBP_INLINE int Filter(const fixed_t* const A, const fixed_t* const B,
363 const fixed_t* cons
[all...]

Completed in 51 milliseconds