Searched refs:x_end (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/enc/ |
D | predictor_enc.c | 229 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() argument 232 PredictBatch(mode, x_start, y, x_end - x_start, current_row, upper_row, in GetResidual() 237 for (x = x_start; x < x_end; ++x) { in GetResidual() 438 int x_end = x + (1 << bits); in CopyImageWithPrediction() local 439 if (x_end > width) x_end = width; in CopyImageWithPrediction() 441 mode, x, x_end, y, max_quantization, exact, in CopyImageWithPrediction() 443 x = x_end; in CopyImageWithPrediction()
|
/external/webp/src/dsp/ |
D | lossless.c | 225 int x_end = (x & ~mask) + tile_width; in GENERATE_PREDICTOR_ADD() local 226 if (x_end > width) x_end = width; in GENERATE_PREDICTOR_ADD() 227 pred_func(in + x, out + x - width, x_end - x, out + x); in GENERATE_PREDICTOR_ADD() 228 x = x_end; in GENERATE_PREDICTOR_ADD()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | plot_bars.sh | 31 x_end=3.75 44 echo "set xrange[$x_start:$x_end]"
|
/external/webp/src/mux/ |
D | anim_encode.c | 721 const int x_end = (rect->x_offset_ + rect->width_) & ~(block_size - 1); in FlattenSimilarBlocks() local 727 for (i = x_start; i < x_end; i += block_size) { in FlattenSimilarBlocks()
|