Searched defs:x_end (Results 1 – 3 of 3) sorted by relevance
229 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
225 int x_end = (x & ~mask) + tile_width; in GENERATE_PREDICTOR_ADD() local
721 const int x_end = (rect->x_offset_ + rect->width_) & ~(block_size - 1); in FlattenSimilarBlocks() local