/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filters_neon.c | 68 const int16_t* y_start = x_start + i; in WebRtcIsacfix_AutocorrNeon() local 71 y_v = vld1q_s16(y_start); in WebRtcIsacfix_AutocorrNeon() 81 y_start += 8; in WebRtcIsacfix_AutocorrNeon() 87 int16x4_t y2_v = vld1_s16(y_start); in WebRtcIsacfix_AutocorrNeon() 91 y_start += 4; in WebRtcIsacfix_AutocorrNeon() 102 prod_tail += *x_start * *y_start; in WebRtcIsacfix_AutocorrNeon() 104 ++y_start; in WebRtcIsacfix_AutocorrNeon()
|
/external/webp/src/dsp/ |
D | lossless.c | 197 int y_start, int y_end, in GENERATE_PREDICTOR_ADD() 200 if (y_start == 0) { // First Row follows the L (mode=1) mode. in GENERATE_PREDICTOR_ADD() 205 ++y_start; in GENERATE_PREDICTOR_ADD() 209 int y = y_start; in GENERATE_PREDICTOR_ADD() 288 int y_start, int y_end, in ColorSpaceInverseTransform_C() argument 296 int y = y_start; 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) { \ [all …]
|
D | lossless.h | 82 uint32_t* dst, int y_start, 86 uint8_t* dst, int y_start, 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/libxcam/xcore/ |
D | handler_interface.cpp | 49 _params.window.y_start = 0; in reset_parameters() 85 window->y_start, 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() 120 _params.window.y_start = window[i].y_start; in set_window() 128 _params.window.y_start, in set_window() 289 _params.window.y_start = 0; in reset_parameters()
|
/external/webp/src/dec/ |
D | frame_dec.c | 433 int y_start = MACROBLOCK_VPOS(mb_y); in FinishRow() local 436 y_start -= extra_y_rows; 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() 461 if (y_start < io->crop_top) { in FinishRow() 462 const int delta_y = io->crop_top - y_start; in FinishRow() 463 y_start = io->crop_top; in FinishRow() 472 if (y_start < y_end) { in FinishRow() 479 io->mb_y = y_start - io->crop_top; in FinishRow() 481 io->mb_h = y_end - y_start; in FinishRow()
|
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() 724 if (y_start < io->crop_top) { in SetCropWindow() 725 const int delta = io->crop_top - y_start; in SetCropWindow() 726 y_start = io->crop_top; in SetCropWindow() 729 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow() 733 io->mb_y = y_start - io->crop_top; in SetCropWindow() 735 io->mb_h = y_end - y_start; in SetCropWindow()
|
/external/libaom/libaom/av1/encoder/ |
D | hash_motion.h | 66 int block_size, int x_start, int y_start); 70 int block_size, int x_start, int y_start);
|
D | hash_motion.c | 338 int block_size, int x_start, int y_start) { in av1_hash_is_horizontal_perfect() argument 340 const uint8_t *p = picture->y_buffer + y_start * stride + x_start; in av1_hash_is_horizontal_perfect() 367 int block_size, int x_start, int y_start) { in av1_hash_is_vertical_perfect() argument 369 const uint8_t *p = picture->y_buffer + y_start * stride + x_start; in av1_hash_is_vertical_perfect()
|
D | global_motion.c | 380 int y_start) { in get_subcolumn() argument 383 col[i] = ref[(i + y_start) * stride + x]; in get_subcolumn()
|
/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() 775 … _params.window_list[win_index].x_start, _params.window_list[win_index].y_start, in set_RGBS_weight_grid() 782 (_params.window_list[win_index].y_start < 0) || 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 ….window_list[win_index].y_end - (uint32_t)_params.window_list[win_index].y_start > image_height)) { in set_RGBS_weight_grid() 794 ((_params.window_list[win_index].y_start + (vert_pixels_per_gird >> 1)) in set_RGBS_weight_grid() 818 … (weighted_window.y_start + (vert_pixels_per_gird >> 1)) / vert_pixels_per_gird * rgbs_grid_width; in set_RGBS_weight_grid() [all …]
|
/external/webrtc/talk/media/base/ |
D | yuvframegenerator.cc | 282 int y_start, in DrawBlockRectangle() argument 288 for (int y = y_start; y < y_start + height; y++) { in DrawBlockRectangle()
|
D | yuvframegenerator.h | 88 int y_start,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_area_op_test.cc | 106 int64 y_start = floor(in_y); in ResizeAreaBaseline() local 118 for (int64 i = y_start; i < y_end; ++i) { in ResizeAreaBaseline()
|
D | resize_area_op.cc | 229 const int64 y_start = floor(in_y); in ComputeLoop() local 233 for (int64 i = y_start; i < y_end; ++i) { in ComputeLoop()
|
/external/libxcam/cl_kernel/ |
D | kernel_bayer_pipe.cl | 61 int index, __read_only image2d_t input, uint input_height, int x_start, int y_start 67 int y0 = get_shared_pos_y (index) + y_start; 357 int y_start = get_group_id (1) * WORKGROUP_CELL_HEIGHT; 366 x_start - SLM_CELL_X_OFFSET, y_start - SLM_CELL_Y_OFFSET); 382 …(input_x + x_start) * PIXEL_PER_CELL / 4, (input_y + y_start) * PIXEL_PER_CELL, has_denoise, SLM_d…
|
/external/libxcam/xcore/base/ |
D | xcam_3a_types.h | 123 int32_t y_start; /*!< Y of start point (left-upper corner) */ member
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 160 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in build_inter_predictors() local 175 scaled_buffer_offset(x_start + x, y_start + y, pre_buf->stride, sf); in build_inter_predictors()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 1734 int y_start = 0; in verify() local 1743 y_start = 1 /* px */; in verify() 1749 y_start = 1 /* px */; in verify() 1755 y_start = 5 /* px */; in verify() 1761 y_start = 5 /* px */; in verify() 1776 y = y_start + instance_id * 7 /* pixel block size */; in verify() 1784 y = y_start + instance_id * 7 /* pixel block size */; in verify()
|
/external/icu/icu4c/source/data/translit/ |
D | Latn_Kana.txt | 76 $y_start = [ヤユヨやゆよ] ; 275 y } y ↔ ッ } $y_start;
|
/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 508 y_start = ps_part_attr->u1_y_start; in hme_map_mvs_to_grid() 509 y_end = y_start + ps_part_attr->u1_y_count; in hme_map_mvs_to_grid() 514 y_start = (y_start << shift) >> mv_shift; in hme_map_mvs_to_grid() 517 ps_grid_node_tmp = ps_grid_node + y_start * i4_stride; 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/webp/src/mux/ |
D | anim_encode.c | 719 const int y_start = (rect->y_offset_ + block_size) & ~(block_size - 1); in FlattenSimilarBlocks() local 727 for (j = y_start; j < y_end; j += block_size) { in FlattenSimilarBlocks()
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 812 int y_start = in add_block_observations() local 823 for (int y = y_start; y < y_end; ++y) { in add_block_observations()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 590 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in dec_build_inter_predictors() local 599 y0_16 = (y_start + y) << SUBPEL_BITS; in dec_build_inter_predictors() 608 y0 = sf->scale_value_y(y_start + y, sf); in dec_build_inter_predictors()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1515 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in encode_inter_mb_segment() local 1519 pre += scaled_buffer_offset(x_start + w, y_start + h, y_stride, sf); in encode_inter_mb_segment()
|