/external/libxcam/xcore/ |
D | handler_interface.cpp | 50 _params.window.x_end = 0; in reset_parameters() 86 window->x_end, in set_window() 114 … window[i].x_start, window[i].y_start, window[i].x_end, window[i].y_end, window[i].weight); in set_window() 121 _params.window.x_end = window[i].x_end; in set_window() 129 _params.window.x_end, in set_window() 290 _params.window.x_end = 0; in reset_parameters()
|
/external/libaom/libaom/av1/encoder/ |
D | hash_motion.c | 187 const int x_end = picture->y_crop_width - width + 1; in av1_generate_block_2x2_hash_value() local 195 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_generate_block_2x2_hash_value() 215 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_generate_block_2x2_hash_value() 241 const int x_end = picture->y_crop_width - block_size + 1; in av1_generate_block_hash_value() local 252 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_generate_block_hash_value() 291 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_generate_block_hash_value() 308 const int x_end = pic_width - block_size + 1; in av1_add_to_hash_map_by_row_with_precal_data() local 319 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_add_to_hash_map_by_row_with_precal_data()
|
D | rd.c | 923 const double x_end = 16.5; in av1_model_rd_curvfit() local 928 (void)x_end; in av1_model_rd_curvfit() 931 xqr = AOMMIN(xqr, x_end - x_step - epsilon); in av1_model_rd_curvfit()
|
/external/webp/src/enc/ |
D | predictor_enc.c | 236 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() argument 239 PredictBatch(mode, x_start, y, x_end - x_start, current_row, upper_row, in GetResidual() 244 for (x = x_start; x < x_end; ++x) { in GetResidual() 460 int x_end = x + (1 << bits); in CopyImageWithPrediction() local 461 if (x_end > width) x_end = width; in CopyImageWithPrediction() 463 mode, x, x_end, y, max_quantization, exact, in CopyImageWithPrediction() 465 x = x_end; in CopyImageWithPrediction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PlaceSafepoints/ |
D | libcall.ll | 26 %x_end = phi double [%x_exp, %loop] 27 ret double %x_end
|
/external/libxcam/modules/isp/ |
D | aiq_handler.cpp | 426 if (window.x_end > window.x_start && in ensure_ae_metering_mode() 442 … weighted_window.x_start, weighted_window.y_start, weighted_window.x_end, weighted_window.y_end); in ensure_ae_metering_mode() 444 if (weighted_window.x_end > weighted_window.x_start && in ensure_ae_metering_mode() 758 uint32_t weighted_grid_width = ((weighted_window.x_end - weighted_window.x_start + 1) + in set_RGBS_weight_grid() 776 _params.window_list[win_index].x_end, _params.window_list[win_index].y_end, in set_RGBS_weight_grid() 781 ((uint32_t)_params.window_list[win_index].x_end > image_width) || in set_RGBS_weight_grid() 784 (_params.window_list[win_index].x_start >= _params.window_list[win_index].x_end) || in set_RGBS_weight_grid() 786 …((uint32_t)_params.window_list[win_index].x_end - (uint32_t)_params.window_list[win_index].x_start… in set_RGBS_weight_grid() 864 _params.window_list[win_index].x_end, _params.window_list[win_index].y_end, in set_hist_weight_grid() 870 ((uint32_t)_params.window_list[win_index].x_end > image_width) || in set_hist_weight_grid() [all …]
|
/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/tensorflow/tensorflow/core/kernels/ |
D | resize_area_op_test.cc | 115 int64 x_end = ceil(in_x1); in ResizeAreaBaseline() local 122 for (int64 j = x_start; j < x_end; ++j) { in ResizeAreaBaseline()
|
/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/libxcam/xcore/base/ |
D | xcam_3a_types.h | 124 int32_t x_end; /*!< X of end point (right-bottom corner) */ member
|
/external/webp/src/mux/ |
D | anim_encode.c | 722 const int x_end = (rect->x_offset_ + rect->width_) & ~(block_size - 1); in FlattenSimilarBlocks() local 728 for (i = x_start; i < x_end; i += block_size) { in FlattenSimilarBlocks()
|
/external/libhevc/encoder/ |
D | hme_utils.c | 455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y; in hme_map_mvs_to_grid() local 507 x_end = x_start + ps_part_attr->u1_x_count; in hme_map_mvs_to_grid() 513 x_end = (x_end << shift) >> mv_shift; in hme_map_mvs_to_grid() 523 for(i4_x = x_start; i4_x < x_end; i4_x++) in hme_map_mvs_to_grid()
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 818 int x_end = AOMMIN( in add_block_observations() local 824 for (int x = x_start; x < x_end; ++x) { in add_block_observations()
|