HomeSort by relevance Sort by last modified time
    Searched refs:y_start (Results 1 - 18 of 18) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filters_neon.c 68 const int16_t* y_start = x_start + i; local
71 y_v = vld1q_s16(y_start);
81 y_start += 8;
87 int16x4_t y2_v = vld1_s16(y_start);
91 y_start += 4;
102 prod_tail += *x_start * *y_start;
104 ++y_start;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 36 y_start = value of y coordinate of type int that specifies the first
87 of pelc0 is specified by x_start and y_start in the 1-D array "Rec_Y" as
90 location of pelc0 = [(y_start+1) * width] + x_start
98 (y_start,x_start) may be specified independently of (y_blk_start, x_blk_start).
100 (y_start,x_start)
214 int y_start, /* i */
248 addr_v = (int32)(y_start + 1) * width; /* y coord of 1st element in the row /
353 addr_v = (y_start + 2) * width; /* advance addr_v to the next row
356 for (row_cntr = (y_blk_start + BLKSIZE) - (y_start + 2); row_cntr > 0; row_cntr--)
  /external/webp/src/dsp/
lossless.c 180 int y_start, int y_end, uint32_t* data) {
182 if (y_start == 0) { // First Row follows the L (mode=1) mode.
191 ++y_start;
195 int y = y_start;
282 int y_start, int y_end, uint32_t* data) {
289 int y = y_start;
318 TYPE* dst, int y_start, int y_end, int width) { \
320 for (y = y_start; y < y_end; ++y) { \
328 int y_start, int y_end, const TYPE* src, \
338 for (y = y_start; y < y_end; ++y) {
    [all...]
lossless.h 94 uint32_t* dst, int y_start,
98 uint8_t* dst, int y_start,
108 const struct VP8LTransform* const transform, int y_start, int y_end,
lossless_mips_dsp_r2.c 24 TYPE* dst, int y_start, int y_end, \
27 for (y = y_start; y < y_end; ++y) { \
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.h 42 const struct VP8LTransform* const transform, int y_start, int y_end,
lossless.c 670 int y_start, int y_end, uint32_t* data) {
672 if (y_start == 0) { // First Row follows the L (mode=1) mode.
681 ++y_start;
685 int y = y_start;
746 int y_start, int y_end, uint32_t* data) {
748 const uint32_t* const data_end = data + (y_end - y_start) * width;
    [all...]
  /external/webrtc/talk/media/base/
yuvframegenerator.h 88 int y_start,
yuvframegenerator.cc 282 int y_start,
288 for (int y = y_start; y < y_start + height; y++) {
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 177 int y_start = MACROBLOCK_VPOS(ctx->mb_y_); local
186 y_start -= extra_y_rows;
203 if (dec->alpha_data_ != NULL && y_start < y_end) {
209 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
215 if (y_start < io->crop_top) {
216 const int delta_y = io->crop_top - y_start;
217 y_start = io->crop_top;
226 if (y_start < y_end) {
233 io->mb_y = y_start - io->crop_top
    [all...]
vp8l.c 568 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
570 assert(y_start < y_end);
575 if (y_start < io->crop_top) {
576 const int delta = io->crop_top - y_start;
577 y_start = io->crop_top;
580 if (y_start >= y_end) return 0; // Crop window is empty.
584 io->mb_y = y_start - io->crop_top;
586 io->mb_h = y_end - y_start;
    [all...]
  /external/webp/src/dec/
frame.c 442 int y_start = MACROBLOCK_VPOS(mb_y); local
445 y_start -= extra_y_rows;
462 if (dec->alpha_data_ != NULL && y_start < y_end) {
465 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
471 if (y_start < io->crop_top) {
472 const int delta_y = io->crop_top - y_start;
473 y_start = io->crop_top;
482 if (y_start < y_end) {
489 io->mb_y = y_start - io->crop_top
    [all...]
vp8l.c 655 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
657 assert(y_start < y_end);
662 if (y_start < io->crop_top) {
663 const int delta = io->crop_top - y_start;
664 y_start = io->crop_top;
667 if (y_start >= y_end) return 0; // Crop window is empty.
671 io->mb_y = y_start - io->crop_top;
673 io->mb_h = y_end - y_start;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 72 uint8_t *y_start, *uv_start, *_y_start, *_uv_start; local
73 y_start = dataOut;
79 memcpy(y_start + h * width, _y_start + h * stride, width);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 300 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
304 y0_16 = (y_start + y) << SUBPEL_BITS;
313 y0 = sf->scale_value_y(y_start + y, sf);
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 192 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
200 pre_buf->buf += scaled_buffer_offset(x_start + x, y_start + y,
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 1014 unsigned char *y_start, *uv_start; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 589 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
593 y0_16 = (y_start + y) << SUBPEL_BITS;
602 y0 = sf->scale_value_y(y_start + y, sf);
    [all...]

Completed in 1094 milliseconds