Searched refs:limit_bits (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | near_lossless_enc.c | 75 int stride, int limit_bits, uint32_t* copy_buffer, in NearLossless() argument 78 const int limit = 1 << limit_bits; in NearLossless() 96 argb_dst[x] = ClosestDiscretizedArgb(curr_row[x], limit_bits); in NearLossless() 118 const int limit_bits = VP8LNearLosslessBits(quality); in VP8ApplyNearLossless() local 120 assert(limit_bits > 0); in VP8ApplyNearLossless() 121 assert(limit_bits <= MAX_LIMIT_BITS); in VP8ApplyNearLossless() 137 NearLossless(xsize, ysize, picture->argb, stride, limit_bits, copy_buffer, in VP8ApplyNearLossless() 139 for (i = limit_bits - 1; i != 0; --i) { in VP8ApplyNearLossless()
|