Home
last modified time | relevance | path

Searched defs:x_end (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dpredictor_enc.c229 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual()
438 int x_end = x + (1 << bits); in CopyImageWithPrediction() local
/external/webp/src/dsp/
Dlossless.c225 int x_end = (x & ~mask) + tile_width; in GENERATE_PREDICTOR_ADD() local
/external/webp/src/mux/
Danim_encode.c721 const int x_end = (rect->x_offset_ + rect->width_) & ~(block_size - 1); in FlattenSimilarBlocks() local