Searched refs:x_start (Results 1 – 6 of 6) sorted by relevance
38 const int16_t* x_start = x; in WebRtcIsacfix_AutocorrNeon() local39 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 …]
30 x_start=144 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 …]
281 int x_start, in DrawBlockRectangle() argument287 for (int x = x_start; x < x_start + width; x++) { in DrawBlockRectangle()
87 int x_start,
191 const int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in build_inter_predictors() local200 pre_buf->buf += scaled_buffer_offset(x_start + x, y_start + y, in build_inter_predictors()
588 int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in dec_build_inter_predictors() local592 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()