/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filters_neon.c | 38 const int16_t* x_start = x; in WebRtcIsacfix_AutocorrNeon() local 39 const int16_t* x_end0 = x_start + n; in WebRtcIsacfix_AutocorrNeon() 40 while (x_start < x_end0) { in WebRtcIsacfix_AutocorrNeon() 41 x0_v = vld1_s16(x_start); in WebRtcIsacfix_AutocorrNeon() 44 x_start += 4; in WebRtcIsacfix_AutocorrNeon() 66 x_start = x; in WebRtcIsacfix_AutocorrNeon() 67 x_end0 = x_start + n - i - rest; in WebRtcIsacfix_AutocorrNeon() 68 const int16_t* y_start = x_start + i; in WebRtcIsacfix_AutocorrNeon() 69 while (x_start < x_end0) { in WebRtcIsacfix_AutocorrNeon() 70 x1_v = vld1q_s16(x_start); in WebRtcIsacfix_AutocorrNeon() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 268 const int64 x_start, const int16 ys_ilerp, in OutputLerp8x8x1() argument 278 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x1() 279 &xs.upper[x_start], &xs.ilerp[x_start], y_lerpsx); in OutputLerp8x8x1() 281 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start), x0x7); in OutputLerp8x8x1() 284 for (int x = x_start; x < x_start + 8; ++x) { in OutputLerp8x8x1() 294 const int64 x_start, const int16 ys_ilerp, in OutputLerp8x8x3() argument 304 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x3() 305 &xs.upper[x_start], &xs.ilerp[x_start], y_lerpsx); in OutputLerp8x8x3() 307 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start * 3), x0c0x2c1); in OutputLerp8x8x3() 311 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x3() [all …]
|
D | resize_area_op_test.cc | 114 int64 x_start = floor(in_x); 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 | 30 x_start=1 44 echo "set xrange[$x_start:$x_end]" 87 abscissa=$(echo $x_start + 0.5 + 0.5*$box_width | bc) 171 x_bar=$(echo $x_start + 0.5 + 0.5*$box_width | bc) 178 (( $(bc <<< "$x_bar < $x_start + 1.5 - 0.5*$tcp_space") == 1 )) && \ 179 (( $(bc <<< "$x_bar + $box_width > $x_start + 1.5 + 0.5*$tcp_space") \ 208 x_bar=$(echo $x_start + 0.5 + 0.5*$box_width | bc) 215 (( $(bc <<< "$x_bar < $x_start + 1.5 - 0.5*$tcp_space") == 1 )) && \ 216 (( $(bc <<< "$x_bar + $box_width > $x_start + 1.5 \ 239 x_error_line=$(echo $x_start + 0.5 + 0.5*$box_width | bc) [all …]
|
/external/libxcam/xcore/ |
D | handler_interface.cpp | 48 _params.window.x_start = 0; in reset_parameters() 84 window->x_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() 119 _params.window.x_start = window[i].x_start; in set_window() 127 _params.window.x_start, in set_window() 288 _params.window.x_start = 0; in reset_parameters()
|
/external/webp/src/enc/ |
D | predictor_enc.c | 68 static WEBP_INLINE void PredictBatch(int mode, int x_start, int y, in PredictBatch() argument 71 if (x_start == 0) { in PredictBatch() 79 ++x_start; in PredictBatch() 85 VP8LPredictorsSub[1](current + x_start, NULL, num_pixels, out); in PredictBatch() 87 VP8LPredictorsSub[mode](current + x_start, upper + x_start, num_pixels, in PredictBatch() 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() 288 out[x - x_start] = residual; in GetResidual()
|
/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 | rd.c | 922 const double x_start = -15.5; in av1_model_rd_curvfit() local 930 xqr = AOMMAX(xqr, x_start + x_step + epsilon); in av1_model_rd_curvfit() 932 const double x = (xqr - x_start) / x_step; in av1_model_rd_curvfit()
|
/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() 775 … _params.window_list[win_index].x_start, _params.window_list[win_index].y_start, in set_RGBS_weight_grid() 780 (_params.window_list[win_index].x_start < 0) || 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 …s.window_list[win_index].x_end - (uint32_t)_params.window_list[win_index].x_start > image_width) || in set_RGBS_weight_grid() 792 rgbs_grid_index = (_params.window_list[win_index].x_start + in set_RGBS_weight_grid() 817 rgbs_grid_index = (weighted_window.x_start + (hor_pixels_per_grid >> 1)) / hor_pixels_per_grid + in set_RGBS_weight_grid() [all …]
|
/external/webrtc/talk/media/base/ |
D | yuvframegenerator.cc | 281 int x_start, in DrawBlockRectangle() argument 287 for (int x = x_start; x < x_start + width; x++) { in DrawBlockRectangle()
|
D | yuvframegenerator.h | 87 int x_start,
|
/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 66 int x0 = (get_shared_pos_x (index) + x_start) / 4; 356 int x_start = get_group_id (0) * WORKGROUP_CELL_WIDTH; 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 | 122 int32_t x_start; /*!< X of start point (left-upper corner) */ member
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 159 const int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); 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 | 1732 int x_start = 0; in verify() local 1742 x_start = 1 /* px */; in verify() 1748 x_start = 5 /* px */; in verify() 1754 x_start = 5 /* px */; in verify() 1760 x_start = 1 /* px */; in verify() 1775 x = x_start + n_point * 7 /* pixel block size */; in verify() 1783 x = x_start + index * 7 /* pixel block size */; in verify()
|
/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 506 x_start = ps_part_attr->u1_x_start; in hme_map_mvs_to_grid() 507 x_end = x_start + ps_part_attr->u1_x_count; in hme_map_mvs_to_grid() 512 x_start = (x_start << 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/webp/src/mux/ |
D | anim_encode.c | 721 const int x_start = (rect->x_offset_ + block_size) & ~(block_size - 1); in FlattenSimilarBlocks() local 728 for (i = x_start; i < x_end; i += block_size) { in FlattenSimilarBlocks()
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 814 int x_start = in add_block_observations() local 824 for (int x = x_start; x < x_end; ++x) { in add_block_observations()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 589 int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in dec_build_inter_predictors() local 598 x0_16 = (x_start + x) << SUBPEL_BITS; in dec_build_inter_predictors() 607 x0 = sf->scale_value_x(x_start + x, sf); in dec_build_inter_predictors()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1514 const int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); 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()
|