HomeSort by relevance Sort by last modified time
    Searched refs:x_end (Results 1 - 4 of 4) sorted by null

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

Completed in 721 milliseconds