/external/libxcam/xcore/ |
D | handler_interface.cpp | 51 _params.window.y_end = 0; in reset_parameters() 87 window->y_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() 122 _params.window.y_end = window[i].y_end; in set_window() 130 _params.window.y_end, in set_window() 291 _params.window.y_end = 0; in reset_parameters()
|
/external/libaom/libaom/av1/encoder/ |
D | hash_motion.c | 188 const int y_end = picture->y_crop_height - height + 1; in av1_generate_block_2x2_hash_value() local 194 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_2x2_hash_value() 214 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_2x2_hash_value() 242 const int y_end = picture->y_crop_height - block_size + 1; in av1_generate_block_hash_value() local 251 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_hash_value() 290 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_hash_value() 309 const int y_end = pic_height - block_size + 1; in av1_add_to_hash_map_by_row_with_precal_data() local 320 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_add_to_hash_map_by_row_with_precal_data()
|
/external/webp/src/dsp/ |
D | lossless.c | 197 int y_start, int y_end, in GENERATE_PREDICTOR_ADD() 216 while (y < y_end) { in GENERATE_PREDICTOR_ADD() 288 int y_start, int y_end, in ColorSpaceInverseTransform_C() argument 300 while (y < y_end) { in ColorSpaceInverseTransform_C() 327 TYPE* dst, int y_start, int y_end, int width) { \ 329 for (y = y_start; y < y_end; ++y) { \ 337 int y_start, int y_end, const TYPE* src, \ 347 for (y = y_start; y < y_end; ++y) { \ 361 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
|
D | lossless.h | 83 int y_end, int width); 87 int y_end, int width); 96 const struct VP8LTransform* const transform, int y_start, int y_end,
|
D | lossless_mips_dsp_r2.c | 25 TYPE* dst, int y_start, int y_end, \ 28 for (y = y_start; y < y_end; ++y) { \
|
/external/webp/src/dec/ |
D | frame_dec.c | 434 int y_end = MACROBLOCK_VPOS(mb_y + 1); in FinishRow() local 447 y_end -= extra_y_rows; in FinishRow() 449 if (y_end > io->crop_bottom) { in FinishRow() 450 y_end = io->crop_bottom; // make sure we don't overflow on last row. in FinishRow() 454 if (dec->alpha_data_ != NULL && y_start < y_end) { in FinishRow() 455 io->a = VP8DecompressAlphaRows(dec, io, y_start, y_end - y_start); in FinishRow() 472 if (y_start < y_end) { in FinishRow() 481 io->mb_h = y_end - y_start; in FinishRow()
|
D | io_dec.c | 73 const int y_end = io->mb_y + io->mb_h; in EmitFancyRGB() local 87 for (; y + 2 < y_end; y += 2) { in EmitFancyRGB() 100 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB() 110 if (!(y_end & 1)) { in EmitFancyRGB() 471 const int y_end = p->last_y + lines_left; in EmitRescaledAlphaRGB() local 476 lines_left -= p->emit_alpha_row(p, y_end - lines_left, lines_left); in EmitRescaledAlphaRGB()
|
D | vp8l_dec.c | 717 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument 719 assert(y_start < y_end); in SetCropWindow() 721 if (y_end > io->crop_bottom) { in SetCropWindow() 722 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow() 729 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow() 735 io->mb_h = y_end - y_start; in SetCropWindow()
|
/external/libxcam/modules/isp/ |
D | aiq_handler.cpp | 427 window.y_end > window.y_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() 445 weighted_window.y_end > weighted_window.y_start) { in ensure_ae_metering_mode() 760 uint32_t weighted_grid_height = ((weighted_window.y_end - weighted_window.y_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() 783 ((uint32_t)_params.window_list[win_index].y_end > image_height) || in set_RGBS_weight_grid() 785 (_params.window_list[win_index].y_start >= _params.window_list[win_index].y_end) || in set_RGBS_weight_grid() 787 …((uint32_t)_params.window_list[win_index].y_end - (uint32_t)_params.window_list[win_index].y_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() 872 ((uint32_t)_params.window_list[win_index].y_end > image_height) || in set_hist_weight_grid() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_area_op_test.cc | 107 int64 y_end = ceil(in_y1); in ResizeAreaBaseline() local 118 for (int64 i = y_start; i < y_end; ++i) { in ResizeAreaBaseline()
|
D | resize_area_op.cc | 230 const int64 y_end = ceil(in_y1); in ComputeLoop() local 233 for (int64 i = y_start; i < y_end; ++i) { in ComputeLoop()
|
/external/libxcam/xcore/base/ |
D | xcam_3a_types.h | 125 int32_t y_end; /*!< Y of start point (left-upper corner) */ member
|
/external/webp/src/mux/ |
D | anim_encode.c | 720 const int y_end = (rect->y_offset_ + rect->height_) & ~(block_size - 1); in FlattenSimilarBlocks() local 727 for (j = y_start; j < y_end; j += 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 509 y_end = y_start + ps_part_attr->u1_y_count; in hme_map_mvs_to_grid() 515 y_end = (y_end << shift) >> mv_shift; in hme_map_mvs_to_grid() 521 for(i4_y = y_start; i4_y < y_end; i4_y++) in hme_map_mvs_to_grid()
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 816 int y_end = AOMMIN((h >> sub_log2[1]) - by * (block_size >> sub_log2[1]), in add_block_observations() local 823 for (int y = y_start; y < y_end; ++y) { in add_block_observations()
|