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

  /external/libxcam/xcore/base/
xcam_3a_types.h 124 int32_t x_end; /*!< X of end point (right-bottom corner) */ member in struct:_XCam3AWindow
  /external/libxcam/xcore/
handler_interface.cpp 50 _params.window.x_end = 0;
83 XCAM_LOG_DEBUG ("ae set metering mode window [x:%d, y:%d, x_end:%d, y_end:%d, weight:%d]",
86 window->x_end,
114 window[i].x_start, window[i].y_start, window[i].x_end, window[i].y_end, window[i].weight);
121 _params.window.x_end = window[i].x_end;
126 XCAM_LOG_DEBUG ("ae set metering mode window [x:%d, y:%d, x_end:%d, y_end:%d, weight:%d]",
129 _params.window.x_end,
290 _params.window.x_end = 0;
  /external/tensorflow/tensorflow/core/kernels/
resize_area_op_test.cc 115 int64 x_end = ceil(in_x1); local
122 for (int64 j = x_start; j < x_end; ++j) {
  /external/webp/src/enc/
predictor_enc.c 234 int x_start, int x_end, int y, int max_quantization, int exact,
237 PredictBatch(mode, x_start, y, x_end - x_start, current_row, upper_row,
242 for (x = x_start; x < x_end; ++x) {
458 int x_end = x + (1 << bits); local
459 if (x_end > width) x_end = width;
461 mode, x, x_end, y, max_quantization, exact,
463 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/libxcam/modules/isp/
aiq_handler.cpp 426 if (window.x_end > window.x_start &&
441 XCAM_LOG_DEBUG ("ensure_ae_metering_mode weighted_window x_start = %d, y_start = %d, x_end = %d, y_end = %d ",
442 weighted_window.x_start, weighted_window.y_start, weighted_window.x_end, weighted_window.y_end);
444 if (weighted_window.x_end > weighted_window.x_start &&
758 uint32_t weighted_grid_width = ((weighted_window.x_end - weighted_window.x_start + 1) +
776 _params.window_list[win_index].x_end, _params.window_list[win_index].y_end,
781 ((uint32_t)_params.window_list[win_index].x_end > image_width) ||
784 (_params.window_list[win_index].x_start >= _params.window_list[win_index].x_end) ||
786 ((uint32_t)_params.window_list[win_index].x_end - (uint32_t)_params.window_list[win_index].x_start > image_width) ||
864 _params.window_list[win_index].x_end, _params.window_list[win_index].y_end
    [all...]
  /external/webp/src/dsp/
lossless.c 227 int x_end = (x & ~mask) + tile_width; local
228 if (x_end > width) x_end = width;
229 pred_func(in + x, out + x - width, x_end - x, out + x);
230 x = x_end;
  /external/webp/src/mux/
anim_encode.c 722 const int x_end = (rect->x_offset_ + rect->width_) & ~(block_size - 1); local
728 for (i = x_start; i < x_end; i += block_size) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc     [all...]

Completed in 284 milliseconds