HomeSort by relevance Sort by last modified time
    Searched defs:y_start (Results 1 - 8 of 8) 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;
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 160 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
175 scaled_buffer_offset(x_start + x, y_start + y, pre_buf->stride, sf);
  /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);
  /external/webp/src/dec/
frame_dec.c 432 int y_start = MACROBLOCK_VPOS(mb_y); local
435 y_start -= extra_y_rows;
452 if (dec->alpha_data_ != NULL && y_start < y_end) {
455 io->a = VP8DecompressAlphaRows(dec, io, y_start, y_end - y_start);
461 if (y_start < io->crop_top) {
462 const int delta_y = io->crop_top - y_start;
463 y_start = io->crop_top;
472 if (y_start < y_end) {
479 io->mb_y = y_start - io->crop_top
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 1016 unsigned char *y_start, *uv_start; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 522 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
531 y0_16 = (y_start + y) << SUBPEL_BITS;
540 y0 = sf->scale_value_y(y_start + y, sf);
    [all...]
  /external/webp/src/mux/
anim_encode.c 718 const int y_start = (rect->y_offset_ + block_size) & ~(block_size - 1); local
726 for (j = y_start; j < y_end; j += block_size) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1523 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
    [all...]

Completed in 356 milliseconds