Home
last modified time | relevance | path

Searched refs:x_start (Results 1 – 9 of 9) 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/webp/src/enc/
Dpredictor_enc.c69 static WEBP_INLINE void PredictBatch(int mode, int x_start, int y, in PredictBatch() argument
72 if (x_start == 0) { in PredictBatch()
80 ++x_start; in PredictBatch()
86 VP8LPredictorsSub[1](current + x_start, NULL, num_pixels, out); in PredictBatch()
88 VP8LPredictorsSub[mode](current + x_start, upper + x_start, num_pixels, in PredictBatch()
229 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() argument
232 PredictBatch(mode, x_start, y, x_end - x_start, current_row, upper_row, in GetResidual()
237 for (x = x_start; x < x_end; ++x) { in GetResidual()
273 out[x - x_start] = residual; in GetResidual()
/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.c159 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/webp/src/mux/
Danim_encode.c720 const int x_start = (rect->x_offset_ + block_size) & ~(block_size - 1); in FlattenSimilarBlocks() local
727 for (i = x_start; i < x_end; i += block_size) { in FlattenSimilarBlocks()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c521 int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in dec_build_inter_predictors() local
530 x0_16 = (x_start + x) << SUBPEL_BITS; in dec_build_inter_predictors()
539 x0 = sf->scale_value_x(x_start + x, sf); in dec_build_inter_predictors()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1522 const int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in encode_inter_mb_segment() local
1527 pre += scaled_buffer_offset(x_start + w, y_start + h, y_stride, sf); in encode_inter_mb_segment()