Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dquant.h72 static WEBP_INLINE int IsFlatSource16(const uint8_t* src) { in IsFlatSource16() function
/external/webp/src/enc/
Dquant_enc.c991 int is_flat = IsFlatSource16(it->yuv_in_ + Y_OFF_ENC); in PickBestIntra16()
1259 if (IsFlatSource16(src)) { in RefineUsingDistortion()