Searched defs:x_start (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_neon.c38 const int16_t* x_start = x; local
39 const int16_t* x_end0 = x_start + n;
40 while (x_start < x_end0) {
41 x0_v = vld1_s16(x_start);
44 x_start += 4;
66 x_start = x;
67 x_end0 = x_start + n - i - rest;
68 const int16_t* y_start = x_start + i;
69 while (x_start < x_end0) {
70 x1_v = vld1q_s16(x_start);
[all...]
/external/webrtc/talk/media/base/
H A Dyuvframegenerator.cc281 int x_start,
287 for (int x = x_start; x < x_start + width; x++) {
280 DrawBlockRectangle(uint8_t* p, int x_start, int y_start, int width, int height, int pitch, uint8_t value) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c159 const int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); local
175 scaled_buffer_offset(x_start + x, y_start + y, pre_buf->stride, sf);
/external/webp/src/enc/
H A Dpredictor_enc.c69 static WEBP_INLINE void PredictBatch(int mode, int x_start, int y, argument
72 if (x_start == 0) {
80 ++x_start;
86 VP8LPredictorsSub[1](current + x_start, NULL, num_pixels, out);
88 VP8LPredictorsSub[mode](current + x_start, upper + x_start, num_pixels,
229 int x_start, int x_end, int y, int max_quantization, int exact,
232 PredictBatch(mode, x_start, y, x_end - x_start, current_row, upper_row,
237 for (x = x_start;
226 GetResidual( int width, int height, uint32_t* const upper_row, uint32_t* const current_row, const uint8_t* const max_diffs, int mode, int x_start, int x_end, int y, int max_quantization, int exact, int used_subtract_green, uint32_t* const out) argument
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c521 int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); local
530 x0_16 = (x_start + x) << SUBPEL_BITS;
539 x0 = sf->scale_value_x(x_start + x, sf);
/external/webp/src/mux/
H A Danim_encode.c720 const int x_start = (rect->x_offset_ + block_size) & ~(block_size - 1); local
727 for (i = x_start; i < x_end; i += block_size) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1522 const int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); local
1527 pre += scaled_buffer_offset(x_start + w, y_start + h, y_stride, sf);

Completed in 282 milliseconds