Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dwebpinfo.c245 #define GET_SIGNED_BITS(v, n) \ macro
276 if (bit) GET_SIGNED_BITS(quantizer[i], 7); in ParseLossySegmentHeader()
281 if (bit) GET_SIGNED_BITS(filter_strength[i], 6); in ParseLossySegmentHeader()
423 if (bit) GET_SIGNED_BITS(dq_y1_dc, 4); in ParseLossyHeader()
425 if (bit) GET_SIGNED_BITS(dq_y2_dc, 4); in ParseLossyHeader()
427 if (bit) GET_SIGNED_BITS(dq_y2_ac, 4); in ParseLossyHeader()
429 if (bit) GET_SIGNED_BITS(dq_uv_dc, 4); in ParseLossyHeader()
431 if (bit) GET_SIGNED_BITS(dq_uv_ac, 4); in ParseLossyHeader()

Completed in 6 milliseconds