Home
last modified time | relevance | path

Searched refs:x_start (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters_neon.c38 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/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_bars.sh30 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/webrtc/talk/media/base/
Dyuvframegenerator.cc281 int x_start, in DrawBlockRectangle() argument
287 for (int x = x_start; x < x_start + width; x++) { in DrawBlockRectangle()
Dyuvframegenerator.h87 int x_start,
/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c191 const int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in build_inter_predictors() local
200 pre_buf->buf += scaled_buffer_offset(x_start + x, y_start + y, in build_inter_predictors()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c588 int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in dec_build_inter_predictors() local
592 x0_16 = (x_start + x) << SUBPEL_BITS; in dec_build_inter_predictors()
601 x0 = sf->scale_value_x(x_start + x, sf); in dec_build_inter_predictors()